Skip to content

Commit 67a226f

Browse files
committed
changes: Update changes
1 parent 161e435 commit 67a226f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ package called `cetz-plot`.
2424
- Added `floating` function for drawing elements without affecting bounding boxes.
2525
- The `ortho` function gained a `sorted` and `cull-face` argument to enable
2626
depth ordering and face culling of drawables. Ordering is enabled by default.
27+
- **BREAKING** Elements changed to counter clock-wise drawing order. This can
28+
lead to changed path anchors, as the direction has changed!
2729

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

52+
## 3D
53+
- Added a `prism` function that allows extending a supplied front-face
54+
along a vector.
55+
5056
# 0.2.2
5157

5258
## Anchors

0 commit comments

Comments
 (0)