Comment 12 for bug 1389723

Revision history for this message
Jabiertxof (jabiertxof) wrote :

New name DPISwitcher. Only one extension.

A simple DPI Switcher. when confirmed working well, we can "switch" to the alert on open and so on.

There is a problem with inkscape:document, because trunk overwrite this value at open, so we cant know if is a previous version from a extension. For this reason I strip all inkscape::document checks writes and focus in a swith DPI method.

Im scaling/reducing:
//svg:rect | //svg:image | //svg:path | //svg:circle | //svg:ellipse | //svg:text
finaly remove the container from previous codes and apply the transform to each element of this list. I lost anyone?
Groups and clones are evidently out of list.

Zoom are not updated because the SVG stored zoom isnt actual zoom, seems is on close zoom, also, you cant change zoom from extension -not full sure- and finaly, the zoom change is good to give the user impress of the changes.

TODO: improve the ugly late regex sub