Bug report #13062
DXF Export: problem with some basic shapes
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Jürgen Fischer | ||
Category: | DXF export | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 21132 |
Description
For a point symbol data it seems like the following basic shapes are not correctly exported:
- equilateral triangle (no symbol exported in DXF)
- triangle (invalid export, triangle not correctly closed, sometimes results in very long artefact lines towards point 0/0)
- filled arrowhead: stroke not correctly exported (only fill appears)
- star: (no symbol exported in DXF)
- regular star: (no symbol exported in DXF)
- diamond (sames situation like triangle, see above)
- arrow (no symbol exported in DXF)
- pentagon (no symbol exported in DXF)
See attached a project with a Shapefile where each symbol is used and the resulting DXF with the invalid symbols exported.
You can test with the layer "Simple Markers Categorized".
Related issues
Associated revisions
History
#1 Updated by Andreas Neumann over 9 years ago
- File very_long_artefact_lines_from_triangle_symbols_towards_0_0.png added
- File dxf_basic_shapes_test.zip added
#2 Updated by Jürgen Fischer over 9 years ago
- Status changed from Open to Closed
Fixed in changeset b28c4847c7d928a3ec34f187bb7429e83a49f6a9.
#3 Updated by Jürgen Fischer over 9 years ago
- Resolution set to fixed/implemented
BTW outstanding bugreport :)