Feature request #1772
Allow individual stroke-dash parameters for line symbolizations
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | - | ||
Category: | Map Legend | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 11832 |
Description
It would be cool if one could introduce custom stroke-dash parameters, such as it is possible in SVG: http://www.w3.org/TR/SVG11/painting.html#StrokeProperties - see stroke-dasharray and stroke-dashoffset
It should allow mm/pt and map units.
Related issues
History
#1
Updated by Andreas Neumann over 14 years ago
This is already partially implemented (the stroke-pattern part) - the stroke-dashoffset part is still missing, but the stroke-pattern part is more important so it is ok to postpone the stroke-dashoffset part to 1.6
#2
Updated by Giovanni Manghi about 13 years ago
- Target version changed from Version 1.7.0 to Version 1.7.4
#3
Updated by Giovanni Manghi almost 13 years ago
- Target version changed from Version 1.7.4 to Version 2.0.0
#4
Updated by Pirmin Kalberer over 12 years ago
- Target version changed from Version 2.0.0 to Future Release - Nice to have
#5
Updated by Andreas Neumann almost 11 years ago
- Status changed from Open to Closed
- Assignee deleted (
nobody -) - Pull Request or Patch supplied set to No
now fixed in changeset 26c6435a85b9360ad7f4e38c7878d8d8f38c908b
see also bug nr #9000
#6
Updated by Oskar Karlin almost 10 years ago
Is really stroke-dashoffset implemented? Can't find it when I do a stroke on a line. It seems like it's only made for marker lines?