Skip to content

Commit

Permalink
YOYO NEW API SPEC!
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 2, 2024
1 parent 5136233 commit ef67230
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -23374,7 +23374,7 @@
]
},
{
"description": "A circular arc segment.",
"description": "A circular arc segment. Arcs can be drawn clockwise when start > end.",
"type": "object",
"properties": {
"center": {
Expand Down Expand Up @@ -23481,7 +23481,7 @@
"type": "object",
"properties": {
"offset": {
"description": "Offset of the arc.",
"description": "Offset of the arc. Negative values will arc clockwise.",
"allOf": [
{
"$ref": "#/components/schemas/Angle"
Expand Down Expand Up @@ -23510,7 +23510,7 @@
]
},
{
"description": "Adds a tangent arc from current pen position to the new position.",
"description": "Adds a tangent arc from current pen position to the new position. Arcs will choose a clockwise or counter-clockwise direction based on the arc end position.",
"type": "object",
"properties": {
"angle_snap_increment": {
Expand Down

0 comments on commit ef67230

Please sign in to comment.