Releases: vagran/dxf-viewer
Releases · vagran/dxf-viewer
v1.0.43
v1.0.42
v1.0.41
- Option to return non-empty layers only by
DxfViewer.GetLayers()
- Filter out frozen layers.
- Fix TS type definition for options.
- Fix bad behavior when specifying null progress callback.
- Embedded lines definitions now take precedence over pattern name in
HATCH
entity. It fixes rendering inconsistency for files produced by some major software, however, it will break proper rendering of hatches produced by QCAD - it always embeds ANSI31 lines for any pattern. - Render bulged segments of polylines if line width is specified. Rendering lines with physical width (including different start/end width) and line patterns is not yet implemented.
v1.0.40
- Fix
HATCH
rendering withTHROUGH_ENTIRE_AREA
hatching style (thanks to @ryanhunter237).
v1.0.39
v1.0.38
- Fix handling of truncated 16-bits vertex indices in polyface meshes. It was observed that some software may produce negative values (which indicate hidden edges) as 16-bits complements. This particularly has been seen in files produced by
dwg2dxf
utility (not sure if the problem is in the source DWG ordwg2dxf
).