canvas | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

canvas

I am not understanding the canvas concept. Is it another method of drawing graphics besides SVG method?

19th Jan 2019, 7:40 PM
Catherine V
Catherine V - avatar
2 Answers
+ 4
Although canvas is a method of drawing graphics but it's different from SVG. Canvas tricks and tips: ➡https://www.sololearn.com/discuss/1595839/?ref=apphttps://www.sololearn.com/discuss/1104654/?ref=app
19th Jan 2019, 7:49 PM
AL Araf
AL Araf - avatar
0
Basically, yes. You can also draw images onto the canvas and access individual pixel data. I think the canvas on SoloLearn is mostly used for animations, like my template one here: https://code.sololearn.com/WXrJwJO19g2P/?ref=app
19th Jan 2019, 7:47 PM
Zeke Williams
Zeke Williams - avatar