Add forgotten passing on of arguments._filtered.

This commit is contained in:
Jürg Lehni 2012-12-30 18:29:01 +01:00
parent 4e20a5794f
commit a1fc86b19e

View file

@ -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),