mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Add missing parameters again to viewBox.
This commit is contained in:
parent
f142a9d015
commit
027c944d3e
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ new function() {
|
||||||
item.setRampPoint(percentage ? percentage[1] / 100 : value);
|
item.setRampPoint(percentage ? percentage[1] / 100 : value);
|
||||||
},
|
},
|
||||||
|
|
||||||
viewBox: function(item, value) {
|
viewBox: function(item, value, name, node) {
|
||||||
// http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute
|
// http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute
|
||||||
// TODO: implement preserveAspectRatio attribute
|
// TODO: implement preserveAspectRatio attribute
|
||||||
if (item instanceof Symbol)
|
if (item instanceof Symbol)
|
||||||
|
|
Loading…
Reference in a new issue