Description Usage Arguments Value
Parse an SVG tag of given type
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | parse_svg_radialGradient(elem, state)
parse_svg_linearGradient(elem, state)
parse_svg_switch(elem, state)
parse_svg_image(elem, state)
parse_svg_use(elem, state)
parse_svg_path(elem, state)
parse_svg_polyline(elem, state)
parse_svg_polygon(elem, state)
parse_svg_line(elem, state)
parse_svg_rect(elem, state)
parse_svg_circle(elem, state)
parse_svg_ellipse(elem, state)
parse_svg_text(elem, state)
|
elem |
SVG element which is of known type |
state |
environment containing state information for this SVG |
grob
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.