Mention react-art where we talk about SVG

This commit is contained in:
Ben Alpert
2014-01-03 23:15:50 -07:00
committed by Vjeux
parent e23e627091
commit 13c211a6a6
+7 -4
View File
@@ -11,11 +11,10 @@ next: events.html
React attempts to support all common elements. If you need an element that isn't listed here, please file an issue.
The following elements are supported:
### HTML Elements
The following SVG elements are supported:
```
a abbr address area article aside audio b base bdi bdo big blockquote body br
button canvas caption cite code col colgroup data datalist dd del details dfn
@@ -29,10 +28,14 @@ title tr track u ul var video wbr
### SVG elements
The following SVG elements are supported:
```
circle g line path polyline rect svg text
circle g line path polygon polyline rect 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).
## Supported Attributes