BLOCK/ENDBLK grouping lost on DXF to SVG conversion #1239
michelesponchiado
started this conversation in
Ideas
Replies: 1 comment
-
Hi! You want each block reference as a separate group in a This is technically possible, but requires changes to the rendering process of the I don't know if BTW: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's suppose that in a DXF file, like the one in the attached zip file, there are BLOCK/ENDBLK clauses grouping meaningful graphic entities:
test_gruppo(2).zip
The BLOCK/ENDBLK in the screenshot groups the paths that make the text "passo" in the DXF:
When executing a conversion to SVG file, all the graphic entities contained in the BLOCK/ENDBLK grouping are rendered as different patches, so that the grouping information is lost.
Experimenting your wonderful converter, we found that, while the group can be manually restored after the DXF to SVG conversion, it would be very useful to preserve the grouping information:
We wonder if such a feature of preserving the grouping defined by BLOCK/ENDBLK clauses could be introduced in a future release of the ezdxf converter.
Many thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions