From bc6e80a9c1084d9b4d685cd2c415d3b77d1b76eb Mon Sep 17 00:00:00 2001 From: Brandon Bloom Date: Wed, 11 Jun 2014 13:22:58 -0400 Subject: [PATCH] Mention ellipse support Depends on #1675 --- docs/tags-and-attributes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tags-and-attributes.html b/docs/tags-and-attributes.html index 5bcd879a3b6..5d5c4b6cbbf 100644 --- a/docs/tags-and-attributes.html +++ b/docs/tags-and-attributes.html @@ -427,7 +427,7 @@

HTML Elements SVG elements #

The following SVG elements are supported:

-
circle defs g line linearGradient path polygon polyline radialGradient rect
+
circle defs ellipse g line linearGradient path polygon polyline radialGradient rect
 stop svg text
 

You may also be interested in react-art, a drawing library for React that can render to Canvas, SVG, or VML (for IE8).