ruler coordinate system: scaling and offset
Hi,
I implemented an idea how to temporarily solve bug #170049 [1] for many users:
In short, I added scaling and offset for the ruler display and cursor position status display without affecting any of the internal coordinates. This allows to define an inverted coordinate system and does not need document versioning. However, precision might suffer and units are not saved in svg as they are displayed by the rulers.
Unfortunately, almost nobody seems to test this or give any feedback. I would appreciate to hear your opinion or have people test the patch.
Cheers, vaifrax
Think it could be very useful for example to retain artwork created previus to the future change of the coordinates system from the actual cartesian to the SVG standar, when finish my actual work i want to test your branch and feedback you.
Hi.
El mié, 27-02-2013 a las 00:18 +0100, vaifrax escribió:
Hi,
I implemented an idea how to temporarily solve bug #170049 [1] for many users:
In short, I added scaling and offset for the ruler display and cursor position status display without affecting any of the internal coordinates. This allows to define an inverted coordinate system and does not need document versioning. However, precision might suffer and units are not saved in svg as they are displayed by the rulers.
Unfortunately, almost nobody seems to test this or give any feedback. I would appreciate to hear your opinion or have people test the patch.
Cheers, vaifrax
[1] https://bugs.launchpad.net/inkscape/+bug/170049
Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
2013/2/27 vaifrax <inkscape-devel@...2944...>:
Hi,
I implemented an idea how to temporarily solve bug #170049 [1] for many users:
In short, I added scaling and offset for the ruler display and cursor position status display without affecting any of the internal coordinates.
This means it will cause the 'Transform...' dialog, X/Y/W/H spinboxes in the shape tools, and many other places that use desktop coordinates to show bogus values unrelated to the visible coordinate system.
This allows to define an inverted coordinate system and does not need document versioning. However, precision might suffer and units are not saved in svg as they are displayed by the rulers.
This adds an extra level of complexity that will make it harder to correctly fix the bug later on. Furthermore, it fixes only one part of the problem while leaving others broken and introduces inconsistency - this is far worse than the current situation, which is incorrect but at least consistent.
Regards, Krzysztof
participants (3)
-
Jabiertxo Arraiza Cenoz
-
Krzysztof Kosiński
-
vaifrax