Armin Stebich
Armin Stebich
related issues: #813, #1217
This is probably due to auto zoom on open, an application preference. Can you check in _Application Preferences -> Defaults_ if _Automatically zoom drawing when opening_ is checked. The view...
This ist not possible by DXF definition. The `POLYLINE` entity has not the capcability to keep spline parameters. `POLYLINE` is a list of vertices connected by straight lines or circular...
Many thanks @comradekingu for pointing this out. Is this related with my request for free hosting? Our main license is https://github.com/LibreCAD/LibreCAD/blob/master/LICENSE, which is GPLv2 only. This is based on the...
@comradekingu you link to current QCAD version 3.x and its code base. But this is not the version from which LibreCAD was forked. LibreCAD was forked in 2010 from QCAD...
The intention of SVG export is to export manufacturing data for machining post processors. And for that dimensions are not needed, even disturbing. On the other hand, most DTP software,...
Many thanks for your request. We already follow SemVer suggestions. What you criticize are the tags automatically created by continuous integration (CI). Look at https://github.com/LibreCAD/LibreCAD/tags, where you find all the...
Just to consider: - this is only an OS specific feature - many unexperienced users will never find the `.` files and it will be hard to direct them if...
The additional step in observed behavior is the Options window. But this allows to use the tool for various cases. And in the expected behavior steps I somehow miss how...
Finally found the correct error message `RS_Circle::createFromCR(): Cannot create a circle with radius 0.0.` This is just an info and doesn't crash for me on Windows. It is triggered, when...