Hi, when I try to resize the canvas of an SVG file, sometimes the drawing shrinks as well.
Example: http://commons.wikimedia.org/wiki/Image:Anatomy_of_an_amiotic_egg.svg
Steps to reproduce: 1. select everything 2. open document properties 3. click on Fit page to selection
Result: document gets resized, but image gets resized as well.
Desired results: I want the canvas to shrink to fit the original image.
Is there something I'm doing wrong? I'm using Inkscape 0.45.1 on Windows XP.
Cheers, Kyungjun Lee
On 4/8/07, Kyungjoon Lee <kjoonlee@...155...> wrote:
Result: document gets resized, but image gets resized as well.
It's a known bug. Remove the
viewBox="0 0 566 702"
attribute to prevent this.
On Sun, Apr 08, 2007 at 01:03:24PM -0300, bulia byak wrote:
On 4/8/07, Kyungjoon Lee <kjoonlee@...155...> wrote:
Result: document gets resized, but image gets resized as well.
It's a known bug. Remove the
viewBox="0 0 566 702"
attribute to prevent this.
A hint as to where 'viewBox="0 0 566 702"' is, please?
On 4/8/07, Kat Tanaka Okopnik <kat@...2161...> wrote:
A hint as to where 'viewBox="0 0 566 702"' is, please?
In the root svg element.
On Sun, Apr 08, 2007 at 06:42:22PM -0700, Kat Tanaka Okopnik wrote:
On Sun, Apr 08, 2007 at 01:03:24PM -0300, bulia byak wrote:
On 4/8/07, Kyungjoon Lee <kjoonlee@...155...> wrote:
Result: document gets resized, but image gets resized as well.
It's a known bug. Remove the
viewBox="0 0 566 702"
attribute to prevent this.
A hint as to where 'viewBox="0 0 566 702"' is, please?
Right near the top in the root. viewBox should be unique in the document too, so a simple search in vi/emacs/notepad/whatever would suffice to find it.
Jeff
participants (4)
-
bulia byak
-
Jeffrey Brent McBeth
-
Kat Tanaka Okopnik
-
Kyungjoon Lee