v5.2.4

nestjs/nestv5.2.4Jul 9, 2026by huppy-bot[bot]

AI Summary

A bug fix release for tldraw addressing an issue where unfilled closed draw shapes were incorrectly drawing spurious closing segments in various dash styles.

Key Highlights

  • Fixed unfilled closed draw shapes drawing spurious closing segments
  • Fix applies to solid, dashed, and dotted dash styles
  • Related to tldraw issue #9538

Full Release Notes

Generated from commits between `v5.2.3` and `HEAD`

## Bug Fixes

### fix(tldraw): don't close the stroke on unfilled closed draw shapes ([#9538](https://github.com/tldraw/tldraw/issues/9538))

- Fix unfilled closed draw shapes drawing a spurious closing segment in
the solid, dashed, and dotted dash styles.