From 0f39ce88164b1614ee705599f76e1167d60116d5 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 15 Jun 2026 20:13:19 -0700 Subject: [PATCH] [Arc] fix raw constructor angle_ref default --- masque/shapes/arc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/masque/shapes/arc.py b/masque/shapes/arc.py index aaceeb5..53fadb8 100644 --- a/masque/shapes/arc.py +++ b/masque/shapes/arc.py @@ -218,6 +218,7 @@ class Arc(PositionableImpl, Shape): rotation: float, annotations: annotations_t = None, repetition: Repetition | None = None, + angle_ref: ArcAngleRef | str = ArcAngleRef.Center, ) -> 'Arc': new = cls.__new__(cls) new._radii = radii