0
I want make application draw kanji with finger.
I Can use SVG? and check drawing in SVG? Anyone can explain me
3 odpowiedzi
+ 2
Not.
In SVG, you can’t draw programmatically, you need to use "canvas" for this.
0
But If I use canvas draw on img ,I want to know How can check drawing in canvas.
0
The <canvas> element is just a container for graphics. So that to draw graphics scripts are used (usually JavaScript).
https://www.sololearn.com/learn/HTML/2201/