package com.horcrux.svg;

enum TextPathSpacing {
    @SuppressWarnings("unused")auto,
    exact
}
