]> source.dussan.org Git - svg.js.git/commit
added SVG.Box, added transform method to boxes, fix rbox (#626)
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Wed, 8 Mar 2017 13:29:15 +0000 (14:29 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2017 13:29:15 +0000 (14:29 +0100)
commit0534a6760a094d5a9425bde1d89bb8b71ae6a798
tree2585c5ac4ec556626550499566cbcbefb68be24e
parent2fc62c55b889b0b533b17b2d4d9207f4b6c8b482
added SVG.Box, added transform method to boxes, fix rbox (#626)

added SVG.Box, added transform method to boxes, fix rbox

Also:
- workaround for screenCTM with nested svg (FF bug)
- remove unneeded workaround in toParent()
- rbox accepts additional parameter to transform the box
CHANGELOG.md
dist/svg.js
dist/svg.min.js
spec/spec/boxes.js
spec/spec/element.js
spec/spec/set.js
src/boxes.js
src/matrix.js
src/set.js
src/transform.js