This commit is contained in:
thednp 2016-10-04 14:41:36 +03:00
parent f22be9f8b4
commit eb9926c028

View file

@ -17,8 +17,8 @@ For documentation, examples and other cool tips, check the <a href="http://thedn
# SVG Plugin - [visit page](http://thednp.github.io/kute.js/svg.html)
* morphs SVGs with the `path` tween property, updating the `d` attribute of `<path>` or `<glyph>` elements
* crows-browser SVG `transform` via the `svgTransform` property and the `transform` presentation attribute
* draws SVGs with the `draw` tween property for `<path>` elements
* cross-browser SVG `transform` via the `svgTransform` property and the `transform` presentation attribute
* draws SVG stroke with the `draw` tween property for most SVG elements
* SVG related color CSS properties such as: `fill`, `stroke`, `stopColor`
* other SVG CSS properties: `strokeWidth`, `stopOpacity`