+ 2
Is it possible to treat/code a canvas graphics like vectors?
Is there any framework, that allows me to work with shapes/vectors as I want after creating them in canvas? Like SVG. For eg: let circle = newCircle (); circle.translate (5,10); Similar
1 Answer