Skip to content
Commit ac5d14c3 authored by Thomas Holder's avatar Thomas Holder
Browse files

New option to invert y-axis

Replaces all hard coded or implicit desktop coordinate usage with
doc2dt multiplication.

New global preference: Interface > Origin at upper left

https://bugs.launchpad.net/inkscape/+bug/170049
parent 6031728e
Loading
Loading
Loading
Loading
Loading
  • I've had a quick look. One initial comment is that changing the preference setting shouldn't require a restart for it to take effect.

    Old files with grids, guides, and 3D boxes will need to be updated. I've had a go at implementing this. Grids are easy, in principle guides should be too. The 3D box is much more complicated. From trial and error, it seems that the y values of the three projection points need to be changed to (height - y) if they are not set to infinity or to -y if they are. The order of the sides also needs to be reversed and a path update needs to be triggered.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment