File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -1010,11 +1010,13 @@ class ArcPolygonFromArcs(VMobject):
1010
1010
sections. Arcs can also be passed as straight lines such as an arc
1011
1011
initialized with ``angle=0``.
1012
1012
1013
- Two instances of :class:`ArcPolygon` can be transformed properly into one another as
1014
- well. Be advised that any arc initialized with ``angle=0`` will actually be
1015
- a straight line, so if a straight section should seamlessly
1016
- transform into an arced section or vice versa, initialize the straight section
1017
- with a negligible angle instead (such as ``angle=0.0001``).
1013
+ .. tip::
1014
+
1015
+ Two instances of :class:`ArcPolygon` can be transformed properly into
1016
+ one another as well. Be advised that any arc initialized with ``angle=0``
1017
+ will actually be a straight line, so if a straight section should seamlessly
1018
+ transform into an arced section or vice versa, initialize the straight
1019
+ section with a negligible angle instead (such as ``angle=0.0001``).
1018
1020
1019
1021
There is an alternative version (:class:`ArcPolygon`) that can be instantiated
1020
1022
with points.
You can’t perform that action at this time.
0 commit comments