0
Can anyone helpme!in svg circle what is cx and cy
4 Answers
+ 2
cx and cy are x , y co-ordinates respectively .
Upper left corner has a co-ordinate value(0,0) .
(0,0) -----------------------------------(0,10)
| |
| |
| |
| |
| |
| |
| |
| |
(10,0)--------------------------------(10,10)
from (0,0) to right => positive value of cx
from (0,0) to left => negative value of cx
from (0,0) to top => negative value of cy
from (0,0) to bottom => positive value of cy
+ 1
Thanks!!!
0
X and y direction
0
Which direction for X and Y