[Arc] fix raw constructor angle_ref default

This commit is contained in:
Jan Petykiewicz 2026-06-15 20:13:19 -07:00
commit 0f39ce8816

View file

@ -218,6 +218,7 @@ class Arc(PositionableImpl, Shape):
rotation: float, rotation: float,
annotations: annotations_t = None, annotations: annotations_t = None,
repetition: Repetition | None = None, repetition: Repetition | None = None,
angle_ref: ArcAngleRef | str = ArcAngleRef.Center,
) -> 'Arc': ) -> 'Arc':
new = cls.__new__(cls) new = cls.__new__(cls)
new._radii = radii new._radii = radii