Dongxu Li

Results 279 comments of Dongxu Li

@fowlerovski try to uninstall LibreCAD; delete all plugins dll files (as shown at C:/Program Files/LibreCAD/resources/plugins/); reinstall LibreCAD. The issue appears to be due to version mismatch from leftover plugins

@fowlerovski Those warnings indicates a bug in plugins, and should be fixed. Thanks for sharing the info.

Early this year, I was contacted by the MS store to help getting published in the Store. I was a little busy traveling at that time, so didn't push for...

@sand1024 this issue appears to be from undo cycle management. Commit: 6285bcc

@hapees The current behavior is correct by design: Rotate: entity L1, 2 copies, centered, reference P0, target P2 Please note, reference/target mean the rotation will rotate the reference direction to...

can you upload a minimum sample dxf with this issue?

This is a serious known issue. Should be a blocker for 2.2.1.2

@sand1024 Sorry, I already pushed my fix to both 2.2.1 and 2.2.2. I'm not so worried about sin()/cos() cost, but prefer clear algorithms. I will review the new drawInterpolatedArc() method....

Hi, I would like to keep this one open: The original issue (arc rendering) is fixed, but the similar issue exists for ellipses/elliptic arcs.

@sand1024 the same issue as arc rendering: QPainter renders arcs as splines, but the approximation errors become significant, when the arc radii are larger than 3,000 pixels. I know your...