0
Are SVG width and height and Circle's cx and cy attribute measured in Pixels ?
1 Odpowiedź
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>