Comment 1 for bug 1659489

Revision history for this message
su_v (suv-lp) wrote :

WIP status for lp:inkscape/0.92.x branch:

1) Inkscape 0.92.1pre0 includes a command line option to disable fixing baseline spacing of text in legacy documents:
   --do-not-fix-pre-92 Prevents automatic fix of pre-92 files on opening them.

   https://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15338

2) The latest patch (pending for 0.92.1pre1) in bug #1659229 includes:
   --do-not-fix-pre-92 Prevents automatic fix of pre-92 files on opening them.
   --dpi-update-method=[none|scale-viewbox|scale-document]
                         Method used to convert pre-.92 document dpi, if needed.

The command line options in (2) currently only support GUI mode (i.e. not yet to be combined with command line options that do not require the GUI). The patch needs to be "forward-ported" to trunk (if accepted for the stable release branch).