Bottom/up coordinate system
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
New
|
Undecided
|
Unassigned |
Bug Description
Inkscape is making our life harder because every graphics tool have origin of it's coordinate system in top/left corner. In inkscape we are forced to switch on it's own convention which is distracting.
I found these two bugs:
https:/
https:/
They are both labeled as wishlist. I would like to emphasize that this bug, is not wishlist. I don't want you to code "user definable coordinate system". That can take some time. I just need you to flip it as convention says you :)
Well this look like there is very few people setting coordinate by hand, which is sad because only this way you can achieve some level of perfection. Anyway, this should be solved becasue it's literally bottom up. Every graphics editor, bitmap or vector, every canvas component, just everything and everybody is using top/left corner as origin for it's coordinate system.
It's even specified in SVG, read here: http://
I forgot to mention the biggest problem here. Grid is automatically anchored to coordinate orgin of document, to the bottom. Documents are mostly layed out from top to bottom according to grid. So this is also upside down :(