From 1494ab98f231d267f82ac9330d5adfe17fcb005e Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Fri, 3 Jan 2014 23:15:50 -0700 Subject: [PATCH] Mention react-art where we talk about SVG --- docs/ref-04-tags-and-attributes.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/ref-04-tags-and-attributes.md b/docs/ref-04-tags-and-attributes.md index e69b85d5..198d599f 100644 --- a/docs/ref-04-tags-and-attributes.md +++ b/docs/ref-04-tags-and-attributes.md @@ -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