- Status Assigned
- Percent Complete
- Task Type Feature Request
- Category QCAD (main)
-
Assigned To
andrew - Operating System All
- Severity Low
- Priority Defer
- Reported Version 3 Beta
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#208 - SVG export: support custom line weights
Find way to support custom line weights for SVG export. See also forum thread: http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1594
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
If it helps any, my old Ponoko flow is captured here: http://www.thingiverse.com/thing:1451
Their latest design rules can be found here: http://www.ponoko.com/starter-kits/design-rules-2d
...and by "helps", all I mean is to show where the substitutions are made. Since you're generating the SVG from in-memory objects, I'm definitely not expecting the implementation to be sed-based.
I would say, if I may, that this was a fine case for custom "extended entity data" as referenced in
FS#117: very general, maintainable, etc.In the model, one would tag CAD lines with an attribute "SVG-Stroke-Width: 0.01mm" and made the SVG exporters aware of that attribute.