+ 2
HTML Canvas Poor Graphics
Why html5 canvas have so much poor graphics?oposite svg has high quality graphics. Does html canvas will never improved its quality? Or will maintain this poor quality forever?
2 Antworten
+ 5
Canvas is based on pixels and is resolution dependant hence lower graphics..whereas SVG =>Scalable Vector Graphics as the name itself suggests is based on Vectors which are Scalable hence no loss of quality ...
Refer the threads below for more info and Kindly use the search bar next time...
https://www.sololearn.com/Discuss/328912/?ref=app
https://www.sololearn.com/learn/HTML/2202/
0
Thanks🥰