Zoom % on opening svg - set it to always open at one % ???

Post questions on how to use or achieve an effect in Inkscape.
Eyesintheskies
Posts: 55
Joined: Mon Feb 18, 2013 5:41 pm

Zoom % on opening svg - set it to always open at one % ???

Postby Eyesintheskies » Sun Jun 30, 2013 11:29 am

Is it possible to have every svg open at the same zoom % ?

Lately mine have been opening at huge random zooms, taking a very long time to load up, enough time for me to walk away and boil a kettle and a make a cuppa.

Lazur
Posts: 4717
Joined: Tue Jun 14, 2016 10:38 am

Re: Zoom % on opening svg - set it to always open at one % ?

Postby Lazur » Sun Jun 30, 2013 8:23 pm

By default zoom level is saved with the inkscape svg-s.

It is stored in the codes for an example like:

Code: Select all

<sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="0.061871843"
     inkscape:cx="-155.67078"
     inkscape:cy="356.87158"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="false"
     inkscape:window-width="558"
     inkscape:window-height="423"
     inkscape:window-x="78"
     inkscape:window-y="78"
     inkscape:window-maximized="0" />


So if you want to open your document zoomed out, save it when zoomed out.

Else, save as plain svg.
If you don't have flowed texts or spiro-splines, powerstrokes from the devbuild.
Plain svg-s don't save the zoom level, and they open more zoomed out as far as I could see.

Eyesintheskies
Posts: 55
Joined: Mon Feb 18, 2013 5:41 pm

Re: Zoom % on opening svg - set it to always open at one % ?

Postby Eyesintheskies » Sun Jun 30, 2013 9:10 pm

I've been saving everything at 30% but even when immediately re-opening the zoom will be high.

Off now to read up on the difference between plain svg and whatever it is I've been saving mine as.

~suv
Posts: 2272
Joined: Sun May 10, 2009 2:07 am

Re: Zoom % on opening svg - set it to always open at one % ?

Postby ~suv » Tue Jul 02, 2013 10:57 am

Eyesintheskies wrote:I've been saving everything at 30% but even when immediately re-opening the zoom will be high.

To make the zoom level stick, be sure to have some real changes in the file before saving it (as 'Inkscape SVG') - otherwise the modified zoom level won't be written back to the file (you could e.g. hide and show again the current layer).

~suv
Posts: 2272
Joined: Sun May 10, 2009 2:07 am

Re: Zoom % on opening svg - set it to always open at one % ?

Postby ~suv » Tue Jul 02, 2013 11:07 am

I'd also recommend to check whether you have (unintentionally) turned on the 'sticky zoom' feature (see 'Inkscape Preferences > Miscellaneous: [ ] Zoom when Window is resized', also accessible by toggling the small (zoom) icon in the upper right corner of the canvas area, where horizontal ruler and vertical scrollbar meet).

Eyesintheskies
Posts: 55
Joined: Mon Feb 18, 2013 5:41 pm

Re: Zoom % on opening svg - set it to always open at one % ?

Postby Eyesintheskies » Wed Jul 10, 2013 11:01 am

Thanks for the replies.

I found making a small change, and then saving and closing with a much lower zoom, then locked that new zoom info in. So next time I opened up the zoom was opening at my preferred selection. Very happy. :D


Return to “Help with using Inkscape”