From b5ed61ab588e9ff7177518c4928afc20592db115 Mon Sep 17 00:00:00 2001 From: Matt Harrison Date: Sun, 5 Jan 2014 12:18:30 +0000 Subject: [PATCH] Updated docs with new SVG elements --- docs/ref-04-tags-and-attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref-04-tags-and-attributes.md b/docs/ref-04-tags-and-attributes.md index 32541bd2..740fa084 100644 --- a/docs/ref-04-tags-and-attributes.md +++ b/docs/ref-04-tags-and-attributes.md @@ -31,7 +31,7 @@ title tr track u ul var video wbr The following SVG elements are supported: ``` -circle g line path polygon polyline rect svg text +circle g line path polygon polyline rect svg text defs radialGradient linearGradient stop ``` 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).