Page 1 of 1

Exporting SVG to produce a small drawing size

Posted: Thu Jun 11, 2009 9:04 pm
by ggsalas
Hello,

I explain my problem:

1 - Export to SVG drawing A4
2 - Insert the SVG file in Inkscape or Scribus and the drawing is very small and thicknesses are huge.

If I open the SVG file with a text editor to see the size of the drawing is 22mm x 17mm:

Code: Select all

<?xml version="1.0" standalone="yes"?>

<svg width="22mm" height="17mm" viewBox="0 0 22 17" version="1.1"
xmlns="http://www.w3.org/2000/svg" style="stroke-linecap:round">
I'm using Qcad proffesional 2.2.2.0

Greetings,

Re: Exporting SVG to produce a small drawing size

Posted: Tue Oct 20, 2009 4:20 am
by ggsalas
ggsalas wrote:Hello,

I explain my problem:

1 - Export to SVG drawing A4
2 - Insert the SVG file in Inkscape or Scribus and the drawing is very small and thicknesses are huge.

If I open the SVG file with a text editor to see the size of the drawing is 22mm x 17mm:

Code: Select all

<?xml version="1.0" standalone="yes"?>

<svg width="22mm" height="17mm" viewBox="0 0 22 17" version="1.1"
xmlns="http://www.w3.org/2000/svg" style="stroke-linecap:round">
I'm using Qcad proffesional 2.2.2.0

Greetings,
BUMP