Manfred Moitzi

Results 21 comments of Manfred Moitzi

Object Coordinate System: https://ezdxf.mozman.at/docs/concepts/ocs.html

This package only exist for not breaking existing code, new users should start with my `ezdxf` package.

If you follow my advice in the head line of this project "Outdated DXF reader, please switch to ezdxf ", you would have access to the `flags` attribute.

Thank you for the information. This will get annoying if these differences extend to Linux / Windows / macOS compatibility.

This package is in maintenance mode, no new features will be added, there will be no change of behavior, just bugfixes will be merged.

see also: https://github.com/mozman/svgwrite/pull/86#issuecomment-702536058

This seems to be an issue of the `Matplotlib` backend. The points are drawn by the `Frontend` as dimensionless points and the Matplotlib-backend adds them by `self.ax.scatter([pos.x], [pos.y], s=0.1, ...)`...

BTW: Using the `POINT` entity to create a "hatching" is really a hack and shouldn't be used, because they are dimensionless and the displayed result is not really defined, except...

All text rendering in `ezdxf` is done by the ~~Matplotlib package~~ which does not render fonts the same way as AutoCAD or BricsCAD. That's a fact you have to live...

This issue stays open for easy finding.