diff options
author | 2024-06-29 21:39:12 +0100 | |
---|---|---|
committer | 2024-06-29 21:39:23 +0100 | |
commit | be59ec0ffce20cf789b18499e37e3e3cb5505b5b (patch) | |
tree | bdf02037a70e643f7101336cd73c0a179d8776fc | |
parent | e8b1e5a112e7f54689947137932aa18dd46f567a (diff) | |
download | iced-be59ec0ffce20cf789b18499e37e3e3cb5505b5b.tar.gz iced-be59ec0ffce20cf789b18499e37e3e3cb5505b5b.tar.bz2 iced-be59ec0ffce20cf789b18499e37e3e3cb5505b5b.zip |
doc: clarify Quad border alignment
-rw-r--r-- | core/src/renderer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/renderer.rs b/core/src/renderer.rs index a2785ae8..6684517f 100644 --- a/core/src/renderer.rs +++ b/core/src/renderer.rs @@ -69,7 +69,7 @@ pub struct Quad { /// The bounds of the [`Quad`]. pub bounds: Rectangle, - /// The [`Border`] of the [`Quad`]. + /// The [`Border`] of the [`Quad`]. The border is drawn on the inside of the [`Quad`]. pub border: Border, /// The [`Shadow`] of the [`Quad`]. |