Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tags-and-attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ <h3><a class="anchor" name="html-elements"></a>HTML Elements <a class="hash-link
thead time title tr track u ul var video wbr
</code></pre></div><h3><a class="anchor" name="svg-elements"></a>SVG elements <a class="hash-link" href="#svg-elements">#</a></h3>
<p>The following SVG elements are supported:</p>
<div class="highlight"><pre><code class="text language-text" data-lang="text">circle defs g line linearGradient path polygon polyline radialGradient rect
<div class="highlight"><pre><code class="text language-text" data-lang="text">circle defs ellipse g line linearGradient path polygon polyline radialGradient rect
stop svg text
</code></pre></div>
<p>You may also be interested in <a href="https://github.com/facebook/react-art">react-art</a>, a drawing library for React that can render to Canvas, SVG, or VML (for IE8).</p>
Expand Down