From 1eadadf1f287cfa5351bcd6d552294aab6f131ce Mon Sep 17 00:00:00 2001 From: Johannes Wolf Date: Fri, 9 Aug 2024 20:24:50 +0200 Subject: [PATCH] Changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index b9075f02..4e67c95c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -20,6 +20,7 @@ package called `cetz-plot`. - The center anchor of `content()` with two coordinates got fixed when using negative cordinates. - Element names are now checked to not contain a "." character. +- **BREAKING** The winding order of _all_ elements has been changed to CCW. ## Draw - Added `floating` function for drawing elements without affecting bounding boxes.