mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Add forgotten passing on of arguments._filtered.
This commit is contained in:
parent
4e20a5794f
commit
a1fc86b19e
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ Path.inject({ statics: new function() {
|
|||
tr = _rect.getTopRight(true),
|
||||
br = _rect.getBottomRight(true),
|
||||
h = _radius.multiply(kappa * 2), // handle vector
|
||||
path = new Path();
|
||||
path = new Path(arguments._filtered);
|
||||
path._add([
|
||||
new Segment(bl.add(_radius.width, 0), null, [-h.width, 0]),
|
||||
new Segment(bl.subtract(0, _radius.height), [0, h.height], null),
|
||||
|
|
Loading…
Reference in a new issue