Browse Source

Merge pull request #819 from mtharrison/add-more-svg-tags

Added support for 4 extra SVG tags
main
Christopher Chedeau 11 years ago
parent
commit
a51d005f84
  1. 4
      docs/ref-04-tags-and-attributes.md

4
docs/ref-04-tags-and-attributes.md

@ -31,7 +31,9 @@ title tr track u ul var video wbr
The following SVG elements are supported:
```
circle g line path polygon polyline rect svg text
circle defs g line linearGradient path polygon polyline radialGradient rect stop
svg text
```
You may also be interested in [react-art](https://github.com/facebook/react-art), a drawing library for React that can render to Canvas, SVG, or VML (for IE8).

Loading…
Cancel
Save