ezdxf icon indicating copy to clipboard operation
ezdxf copied to clipboard

Arrow line not rendering like in AutoCAD 2026

Open jsimomaa opened this issue 5 months ago • 1 comments

Describe the bug Arrow line not rendering like in AutoCAD 2026. Please see below screenshots:

ACAD:

Image

ezdxf view:

Image

To Reproduce ezdxf view "problem line.dxf"

problem line.zip

jsimomaa avatar Nov 28 '25 14:11 jsimomaa

Because this is not line, this is polyline with inconsistent width: 0, 0, 5, 0. This is not fully supported and width 0 not always will rendered on some backends ( QT on mac skip it at all).

Also has precission degradation when ezdxf compute polygons for polylines.

Got: Image

Expect:

Image

Source: line_arrow.dxf.zip

eXponenta avatar Nov 30 '25 19:11 eXponenta