You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No need to implement this yet - though I do think it should be done eventually - but having looked at the API I think I'd prefer to avoid using a framework for this. The syntax is fairly similar to what I'm already doing for SVG. I should be able to write a method that takes a general source of structural information and produces either a canvas path or an SVG path.
rossjrw
added
optimisation
An internal-only improvement that would be nice to have but that really isn't necessary at all
and removed
enhancement
Make an existing feature work better
essential
This is required for the minimum viable product
labels
Feb 3, 2021
Canvas is probably a lot faster to draw than SVG. I think I should have been using it all along, honestly.
I should save SVG for the export. The preview should be canvas.
The text was updated successfully, but these errors were encountered: