pts
pts copied to clipboard
Rendering of Curves
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.
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.