Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 452 Bytes

svg.md

File metadata and controls

21 lines (16 loc) · 452 Bytes

SVG

To create SVG elements, add the following dependency to your POM:

<dependency>
    <groupId>org.jboss.elemento</groupId>
    <artifactId>elemento-svg</artifactId>
    <version>1.6.10</version>
</dependency>

In your GWT module, inherit from org.jboss.elemento.SVG:

<module>
    <inherits name="org.jboss.elemento.SVG"/>
</module>

Finally, use the static methods in org.jboss.elemento.svg.SVG to create SVG elements.