Closed basecode closed 10 years ago
By now, I’d prefer a much smaller set of commands than we already have. In fact, I’d love to have only lines and cubic bezier curves.
I’d love to have only lines and cubic bezier curves
Message protocol spec: +1
This issue mainly discusses the "SVG like" commands parser. new Path('M0,0S…')
The parser could take care of converting them to lines and cubic bezier curves.
agreed
Commands like "s" and "S" (smooth curve).