package com.horcrux.svg;

enum TextPathMethod {
    align,
    @SuppressWarnings("unused")stretch
}
