- Status Closed
- Percent Complete
- Task Type Bug Report
- Category QCAD (main)
-
Assigned To
andrew - Operating System All
- Severity Low
- Priority Very Low
- Reported Version Development
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: QCAD Bugtracker
Opened by hungerburg - 26.08.2011
Last edited by andrew - 13.09.2011
Opened by hungerburg - 26.08.2011
Last edited by andrew - 13.09.2011
FS#195 - SVG PG export scale points
Points are not scaled when PG exported to SVG:
Points as crosses are created eg. like this:
d=m 2.5,3 1,0 M 3,2.5 l 0,1
and in SVG look fine like that (scale 1/10):
d=m 2.95,3 0.1,0 M 3,2.95 3,3.05
stroke-width should be left unchanged.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Patch to fix scaled PG SVG export points: Circles sizes and positions; Crosses sizes. To apply in scripts/ImportExport/SvgExporter