All Versions
33
Latest Version
Avg Release Cycle
95 days
Latest Release
1648 days ago

Changelog History
Page 1

  • v0.7.5 Changes

    November 05, 2019
    • Adding better sanitization of geometry in presence of NaN and infinity.
    • Better handling of max width and height of caching (related to weird clip issue combined with caching)
  • v0.7.5.3 Changes

    April 01, 2020
    • Fix to draw really small features (tweaked tolerance again...)
  • v0.7.5.2 Changes

    April 01, 2020
    • No fish
    • handle transformation while stroking (woopsie...)
  • v0.7.5.1 Changes

    January 01, 2020
    • Reworked sanitization in the filling case, only culling geometry with generate coordinate, really small geometry can still contribute meaningfully to filling
  • v0.7.4 Changes

    August 04, 2018
    • Fix: Rendering bug with self-closing cubic bezier curve
    • Fix: dashed stroking of tiny features
    • Adding: multiple page pdf rendering (jprider63)
  • v0.7.4.4

    May 27, 2019
  • v0.7.4.3 Changes

    May 03, 2019
    • Fix round cap on degenerate cubic bezier (with null normal)
  • v0.7.4.2 Changes

    December 02, 2018
    • Refactoring: minor enhancement in the PathWalker (newtype instead of single constructor data) (thanks to yairchu)
    • Fix: PDF rendering didn't produce valid pdf in some cases, the XRef table wasn't sorted by ID (thanks to robx)
  • v0.7.4.1 Changes

    October 01, 2018
    • Fix: GHC 8.6 compat
  • v0.7.3 Changes

    March 25, 2018
    • Fix: PDF output with stroke of width 0 (thanks to robx)