diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-10 23:23:50 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-10 23:36:36 +0200 |
| commit | 34fa8df044f1491069c9ae69f1c1e73d635c8955 (patch) | |
| tree | 30b9144690f55f0343a1fdbfcac6c9238c617077 /src/library/graphics | |
| parent | 29eb13ca6214461a4b0deb63d589cd39ad6d41c2 (diff) | |
Move language-related properties from `par` to `text`
Closes #67
Diffstat (limited to 'src/library/graphics')
| -rw-r--r-- | src/library/graphics/shape.rs | 1 |
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(); |
