summaryrefslogtreecommitdiff
path: root/src/library/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/graphics')
-rw-r--r--src/library/graphics/shape.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library/graphics/shape.rs b/src/library/graphics/shape.rs
index a159a3af..236406c0 100644
--- a/src/library/graphics/shape.rs
+++ b/src/library/graphics/shape.rs
@@ -26,6 +26,7 @@ impl<const S: ShapeKind> ShapeNode<S> {
/// How to stroke the shape.
#[property(resolve, fold)]
pub const STROKE: Smart<Option<RawStroke>> = Smart::Auto;
+
/// How much to pad the shape's content.
pub const PADDING: Relative<RawLength> = Relative::zero();