tipsy / j2html

Java to HTML generator. Enjoy typesafe HTML generation.
https://j2html.com/
Apache License 2.0
765 stars 136 forks source link

Feature request | SVG Support #143

Closed Azmechatech closed 4 years ago

Azmechatech commented 4 years ago

Support to SVG tag is missing. it will be great if you can have it added.

tipsy commented 4 years ago

SVG has its own attribute set, do you mean support for all of it, or just the tag itself?

Azmechatech commented 4 years ago

Just the tag itself. Rest I hope I can add via .attr().

tipsy commented 4 years ago

Can you use TagCreator.tag("SVG") ?

Azmechatech commented 4 years ago

Oh yes, I didn't think about it. Thanks for your help.