Are SVG width and height and Circle's cx and cy attribute measured in Pixels ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Are SVG width and height and Circle's cx and cy attribute measured in Pixels ?

8th Jun 2017, 7:07 AM
Faran Shaikh
Faran Shaikh - avatar
1 Answer
0
SVG(Scalable Vector Graphics) is not pixel based it is based on vector graphics which is scalable e.g <svg width = "100" height= "100"><circle cx = "90" cy = "90" r = "50" fill = "red" /> </svg>
8th Jun 2017, 3:26 PM
Lord Krishna
Lord Krishna - avatar