Class SvgPathCssConverter

java.lang.Object
org.jhotdraw8.css.converter.AbstractCssConverter<String>
org.jhotdraw8.draw.css.converter.SvgPathCssConverter
All Implemented Interfaces:
org.jhotdraw8.base.converter.Converter<String>, CssConverter<String>

public class SvgPathCssConverter extends AbstractCssConverter<String>
Converts an SVG path to a CSS String.

The null value will be converted to the CSS identifier "none".

Author:
Werner Randelshofer