Ryan Elfman
Results
3
comments of
Ryan Elfman
I have run into this as well. seems like straight lines being outlined are a no go
@Pomax it's the same problem as @jacobp100 has for .outline and not .curve
``` var test = new Bezier(50, 50, 50, 50, 150, 50); test.outline(); // error here var test = new Bezier(50, 50, 60, 60, 150, 50); test.outline(); // this works ```