I was wondering why the coordinates in the SVG-file differentiate from the coordinates shown in the bottom right corner of Inkscape while drawing. I tested a bit and drew a path with following coordinates (shown in the bottom right corner of the inkscape screen):
Code: Select all
28.73,331.11 219.23,325.06 319.77,243.42 -123.98,250.22 -45.36,328.08 -108.1,300.11 102.81,-72.57 -168.58,-83.15 -374.95,379.49 315.23,413.51 238.88,164.04
The SVG-file shows:
Code: Select all
d="m 28.72619,-34.107143 190.5,6.04762 100.54166,81.642857 -443.74404,-6.803573 78.619048,-77.863093 -108.10119,-3.1130951 102.80952,369.57142 -271.3869,10.58334 -206.37501,-462.642854 690.18454,-34.017856 -76.3512,249.46428"
I dont understand the concept behind that.
Also after some testing with other files i found out that sometimes the x-coordinates are the same, while the y-coordinates are the ones shown +297.
In addition i would like to know how the coordinates of rectangle objects are generated. Are the x/y-coordinates the ones of the upper left corner of the rectangle? If yes why do they differentiate from the coordinates shown in the bottom left corner of the inkscape screen? Also why do the y-coordinates differentiate, while the x-coordinates are "ok"?.
Thank you in advance