Skip to content

Commit 13c211a

Browse files
sophiebitsvjeux
authored andcommitted
Mention react-art where we talk about SVG
1 parent e23e627 commit 13c211a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ next: events.html
1111

1212
React attempts to support all common elements. If you need an element that isn't listed here, please file an issue.
1313

14-
The following elements are supported:
15-
16-
1714
### HTML Elements
1815

16+
The following SVG elements are supported:
17+
1918
```
2019
a abbr address area article aside audio b base bdi bdo big blockquote body br
2120
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
2928

3029
### SVG elements
3130

31+
The following SVG elements are supported:
32+
3233
```
33-
circle g line path polyline rect svg text
34+
circle g line path polygon polyline rect svg text
3435
```
3536

37+
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).
38+
3639

3740
## Supported Attributes
3841

0 commit comments

Comments
 (0)