css4j / echosvg

SVG implementation in the Java™ Language, fork of Apache Batik, supporting level 4 selectors and colors.
Apache License 2.0
40 stars 2 forks source link

Generator: support decoration attributes in text elements #16

Closed carlosame closed 3 years ago

carlosame commented 3 years ago

In svggen, decoration attributes UNDERLINE and STRIKETHROUGH are supported when drawing an AttributedCharacterIterator (which results in generated tspan elements), but not for plain drawString(String, float, float) which gives text elements.