Skip to content

v1.19.0

Compare
Choose a tag to compare
@IkarosKappler IkarosKappler released this 06 Nov 21:12
· 17 commits to main since this release
  • 2022-11-06
    • Adding an XML declaration to the SVG export routine.
    • Added the CairoTileBuilder to the Truchet demo 44.
  • 2022-10-25
    • Added origin param to the DrawConfig interface.
    • Added the extended-vector-orthogonal demo.
    • Added Vector.getOrthogonal method.
    • Added origin to PlotBoilerplate's default draw config.
  • 2022-10-17
    • The CubicBezierCurve class now implements the new PathSegment interface.
    • Adding the algorithms/detectPaths function.
    • Changing the return type of GirihTile.transformTilePositionToAdjacency from Polygonto Polygon | null.
    • Adding these methods from the PathSegment interface to the Line class: getStartPoint, getEndPoint, reverse.
  • 2022-10-07
    • Adding the 44-truchet-tiles demo.
    • Adding the algorithms/arrayShuffle function.