File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -1010,11 +1010,13 @@ class ArcPolygonFromArcs(VMobject):
10101010 sections. Arcs can also be passed as straight lines such as an arc
10111011 initialized with ``angle=0``.
10121012
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``).
10181020
10191021 There is an alternative version (:class:`ArcPolygon`) that can be instantiated
10201022 with points.
You can’t perform that action at this time.
0 commit comments