Skip to content

Releases: cetz-package/cetz

v0.3.0

09 Oct 21:58
57a73be

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.3.0

0.2.2

17 Mar 21:41

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

23 Feb 15:38
f9a9fae

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Jan 16:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.2.0

0.1.2

09 Oct 18:39

Choose a tag to compare

v0.1.2

release: Bump version

v.0.1.1

10 Sep 12:18
aa104b7

Choose a tag to compare

Release 0.1.1 (#167)

release: Bump version

v0.1.0

18 Aug 07:42
6949cdc

Choose a tag to compare

release: Bump version (0.1.0) (#126)

v0.0.2

31 Jul 23:26
1df7060

Choose a tag to compare

Changes & Additions

Content

  • The content function now supports a second coordinate as angle, to
    compute the rotation angle between the origin
  • Anchors of the content function are now properly rotated

Tree

  • Added the tree module for laying out trees

Canvas

  • Changed transformation matrix multiplication order from Local * World to
    World * Local.
  • Added set-viewport function for setting up scaling and translation to draw
    insides a rectangular region
  • The function rect now emits rotated anchors,
    before it did not set anchors but used the bounding box
  • New function copy-anchors to copy anchors of an element into a group
  • Arcs are now approximated using up to 4 bezier curves instead of using
    sampling with straight lines
  • New function intersections that emits anchors at all child element
    intersection points

Chart

  • Added new library chart for drawing charts, currently only bar- and columncharts are supported

Plot

  • Added new library plot for drawing line charts (of functions), replacing typst-plot

v0.0.1

06 Jul 13:44

Choose a tag to compare

readme: Fix readme