mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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);
|
||||
},
|
||||
|
||||
viewBox: function(item, value) {
|
||||
viewBox: function(item, value, name, node) {
|
||||
// http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute
|
||||
// TODO: implement preserveAspectRatio attribute
|
||||
if (item instanceof Symbol)
|
||||
|
|
Loading…
Reference in a new issue