Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to resize SVG in Inkscape from A1 to A0

I am making a poster using Inkscape in SVG format. I have designed the poster in A1 but need to rescale it to A0 format. How can I perform the up-scaling?

like image 805
Aeronaelius Avatar asked May 06 '16 23:05

Aeronaelius


People also ask

How do I scale an SVG file?

Just set the viewBox on your <svg> , and set one of height or width to auto . The browser will adjust it so that the overall aspect ratio matches the viewBox . Beautiful.

How do I resize something in Inkscape?

To resize an image in Inkscape, grab the Select Tool (keyboard shortcut: S) and click on the image to select it. Transformation handles should appear around the sides and corners. Click and drag one of those handles to resize your image.


1 Answers

  • Resize page to A0 in the File > Document properties dialog.
  • Select all in all layers in the Edit menu.
  • Transform in the Object menu, select scale tab, and type 141.4 %, i.e. square root of 2 (note that the box apply to each object separately should not be ticked, while the box scale proportionally should).
  • Align in the Object menu, select With page in the dropdown, tick the Treat selection as group box and then click the horizontal and vertical alignments.

If you are doing other resizes (from A4, A3, ... to any other A format), only the scaling changes in what is above. For a difference of 1 unit upwards in the A number, it will be 141.4 %, two units, 200%, three, 282.8%. When downsizing, e.g. A0 to A1, A3 to A4, (or any other one unit downsize), it will be 70.71%; two units, 50%, three units, 35.36%.

like image 92
Joce NoToPutinsWarInUkraine Avatar answered Sep 28 '22 07:09

Joce NoToPutinsWarInUkraine