]> source.dussan.org Git - svg.js.git/commit
Making initial changes for svg.js v3.0
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Tue, 7 Mar 2017 11:22:48 +0000 (12:22 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Fri, 10 Mar 2017 12:19:45 +0000 (13:19 +0100)
commitc4d93783496e9a3e67c157d63c4a94dc654120bf
treeabb433d68699a0e1fbdac61cdbb44ed18ab505e1
parent1b8d97b266621d3af5de67b5162927d2e706cd34
Making initial changes for svg.js v3.0

- removed `SVG.Array.split()` function (#604)
- removed workaround for browser bug with stroke-width (#560)
- removed polyfills
- removed `ungroup()` in favour of `flatten()`
- gradients now have their corresponding nodename as type and not only radial/linear (#606)
- `SVG.Path.pointAt()` correctly returns an `SVG.Point` now (#607)
- replaced static reference to `masker` in `SVG.Mask` with the `masker()` method
- replaced static reference to `clipper` in `SVG.ClipPath` with the `clipper()` method
- replaced static reference to `targets` in `SVG.Mask` and `SVG.ClipPath` with the `targets()` method (all three #563)
12 files changed:
CHANGELOG.md
src/array.js
src/attr.js
src/clip.js
src/element.js
src/flatten.js [new file with mode: 0644]
src/gradient.js
src/mask.js
src/polyfill.js [deleted file]
src/selector.js
src/sugar.js
src/ungroup.js [deleted file]