[Arc] fix raw constructor angle_ref default
This commit is contained in:
parent
5e0cc0e20f
commit
0f39ce8816
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue