Skip to content

Commit

Permalink
Fix typos (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrudzinska authored Jan 28, 2025
1 parent 116b6c8 commit a990349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/specs/shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Hidden shapes (`hd: True`) are ignored, and do not contribute to rendering nor m

<algorithm>
def ellipse(shape: Bezier, p: Vector2D, s: Vector2D):
# An ellipse is drawn from the top quandrant point going clockwise:
# An ellipse is drawn from the top quadrant point going clockwise:
radius = s / 2
tangent = radius * ELLIPSE_CONSTANT
x = p.x
Expand Down Expand Up @@ -657,7 +657,7 @@ the segment to render is given by the percentages $start$ and $end$.
When trim path is applied to multiple shapes, the `m` property MUST
be considered when applying the modifier:

* When `m` has a value of `1` (Parallel), each shape MUST considered
* When `m` has a value of `1` (Parallel), each shape MUST be considered
separately, $start$ and $end$ being applied to each shape.

* When `m` has a value of `2` (Sequential), all the shapes MUST be considered
Expand Down
2 changes: 1 addition & 1 deletion schema/shapes/rectangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"$ref": "#/$defs/properties/vector-property"
},
"r": {
"title": "Rounded",
"title": "Roundness",
"description": "Rounded corners radius",
"$ref": "#/$defs/properties/scalar-property"
}
Expand Down

0 comments on commit a990349

Please sign in to comment.