summaryrefslogtreecommitdiff
path: root/src/library/shape.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-01-13 14:11:23 +0100
committerLaurenz <laurmaedje@gmail.com>2022-01-13 14:14:00 +0100
commitc7f52ed0489de0c144d4684a26f557b7a6ee182e (patch)
treef775d85bbad3c7b6e99b3b11049371ca1f24435d /src/library/shape.rs
parente74ae6ce70d4c6ca006613eadf07f920951789e3 (diff)
Add `even` and `odd` functions
Diffstat (limited to 'src/library/shape.rs')
-rw-r--r--src/library/shape.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/shape.rs b/src/library/shape.rs
index 32e39b6a..12126ab4 100644
--- a/src/library/shape.rs
+++ b/src/library/shape.rs
@@ -22,7 +22,7 @@ impl<S: ShapeKind> ShapeNode<S> {
pub const STROKE: Smart<Option<Paint>> = Smart::Auto;
/// The stroke's thickness.
pub const THICKNESS: Length = Length::pt(1.0);
- /// The How much to pad the shape's content.
+ /// How much to pad the shape's content.
pub const PADDING: Linear = Linear::zero();
fn construct(_: &mut EvalContext, args: &mut Args) -> TypResult<Node> {