Skip to content

v0.9.1

Choose a tag to compare

@pzfreo pzfreo released this 14 Jun 04:27
· 17 commits to main since this release

v0.9.1 — 2026-06-14

ISO 128-50 section hatching and ISO 128-44 solid filled arrows (#100, #125, PR #139).

Added

  • ISO 128-50 section hatching (#125): 45° hatch lines on the cut face of Section A–A views using the even-odd fill rule. Holes appear correctly un-hatched.
  • ISO 128-44 solid filled arrows (#100): cutting-plane indicators now use solid filled arrowheads (HeadType.STRAIGHT) instead of open barbs.

Fixed

  • Even-odd hatch vertex bug: hatch lines passing through a polygon corner vertex previously produced an odd-length intersection list, silently dropping the final interior span. Fixed by switching to a half-open intersection interval [0, 1).