Add support for SVG ellipse elements.

Closes #1675
This commit is contained in:
Brandon Bloom
2014-06-11 13:19:07 -04:00
committed by Paul O’Shannessy
parent 9ba13e3e52
commit f8439b0e6c

View File

@@ -31,7 +31,7 @@ thead time title tr track u ul var video wbr
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
```