Class SvgPaintCssConverter

java.lang.Object
org.jhotdraw8.css.converter.AbstractCssConverter<javafx.scene.paint.Paint>
org.jhotdraw8.draw.css.converter.PaintCssConverter
org.jhotdraw8.svg.text.SvgPaintCssConverter
All Implemented Interfaces:
Converter<javafx.scene.paint.Paint>, org.jhotdraw8.css.converter.CssConverter<javafx.scene.paint.Paint>

public class SvgPaintCssConverter extends PaintCssConverter
SvgPaintConverter.

SVG does not support an alpha channel in a color. The opacity must be specified in a separate attribute.

Author:
Werner Randelshofer