Exporting SVG to produce a small drawing size

If you are having problems with QCAD 2.1/2.2, post here. Please report bugs here.

Moderator: andrew

Locked
ggsalas
Active Member
Posts: 43
Joined: Wed Oct 15, 2008 12:38 pm

Exporting SVG to produce a small drawing size

Post by ggsalas » Thu Jun 11, 2009 9:04 pm

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,

ggsalas
Active Member
Posts: 43
Joined: Wed Oct 15, 2008 12:38 pm

Re: Exporting SVG to produce a small drawing size

Post by ggsalas » Tue Oct 20, 2009 4:20 am

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

Locked

Return to “QCAD 2.1/2.2 Troubleshooting and Problems”