pts icon indicating copy to clipboard operation
pts copied to clipboard

Rendering of Curves

Open dedoubleyou1 opened this issue 6 years ago • 1 comments

I'm curious why the decision in how to render a given curve wasn't left to the Form (all curves are passed into the Form as a line group). For example, since bezier drawing is available natively on both canvas and svg it could be optionally used as an alternative rendering choice in those cases.

dedoubleyou1 avatar Aug 10 '18 20:08 dedoubleyou1

Agreed. Current implementation is more general to support multiple types of curves (cardinal, b-spline, bezier, etc), but since we should have a special case for bezier since there's native support. Especially important for svg.

williamngan avatar Aug 11 '18 09:08 williamngan