summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vlad-Stefan Harbuz <vlad@vladh.net>2024-06-29 21:39:12 +0100
committerLibravatar Vlad-Stefan Harbuz <vlad@vladh.net>2024-06-29 21:39:23 +0100
commitbe59ec0ffce20cf789b18499e37e3e3cb5505b5b (patch)
treebdf02037a70e643f7101336cd73c0a179d8776fc
parente8b1e5a112e7f54689947137932aa18dd46f567a (diff)
downloadiced-be59ec0ffce20cf789b18499e37e3e3cb5505b5b.tar.gz
iced-be59ec0ffce20cf789b18499e37e3e3cb5505b5b.tar.bz2
iced-be59ec0ffce20cf789b18499e37e3e3cb5505b5b.zip
doc: clarify Quad border alignment
-rw-r--r--core/src/renderer.rs2
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`].