QCAD

QCAD - 2D CAD System.

Click here for a documentation of the DokuWiki formatting syntax that can be used in reports

Please search for existing tasks (also closed ones) before opening a new task.

Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help - Check for Updates)

Tasklist

FS#192 - SVG PG export stroke width should not scale

Attached to Project: QCAD
Opened by Peter (hungerburg) - Friday, 26 August 2011, 14:45 GMT+2
Last edited by Andrew (andrew) - Thursday, 08 September 2011, 21:11 GMT+2
Task Type Bug Report
Category Main
Status Closed
Assigned To Andrew (andrew)
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When PG exporting to SVG, stroke-widths are scaled with the drawing, while they should not.

This task depends upon

Closed by  Andrew (andrew)
Thursday, 08 September 2011, 21:11 GMT+2
Reason for closing:  Fixed
Comment by Peter (hungerburg) - Saturday, 27 August 2011, 10:14 GMT+2

Patch to not scale line-width in SVG export. To apply in scripts/ImportExport/SvgExporter

$ patch -p0 < SVG-StrokeWidth.patch
Comment by Peter (hungerburg) - Saturday, 27 August 2011, 11:50 GMT+2

If not scaling stroke-width, also do not scale stroke-dasharray. This patch only applies to the PG exporter though.

Comment by Peter (hungerburg) - Saturday, 27 August 2011, 11:52 GMT+2

Sorry, previous patch is wrong, correct one below:

Loading...