Skip to content

Commit

Permalink
changes: Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Jul 19, 2024
1 parent 161e435 commit 67a226f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ package called `cetz-plot`.
- Added `floating` function for drawing elements without affecting bounding boxes.
- The `ortho` function gained a `sorted` and `cull-face` argument to enable
depth ordering and face culling of drawables. Ordering is enabled by default.
- **BREAKING** Elements changed to counter clock-wise drawing order. This can
lead to changed path anchors, as the direction has changed!

## Marks
- Added support for mark `anchor` style key, to adjust mark placement and
Expand All @@ -47,6 +49,10 @@ package called `cetz-plot`.
## Anchors
- `copy-anchors` no longer requires copied anchors to have a default, allowing the copying of an element's anchors from a group as expected.

## 3D
- Added a `prism` function that allows extending a supplied front-face
along a vector.

# 0.2.2

## Anchors
Expand Down

0 comments on commit 67a226f

Please sign in to comment.