Merge pull request #2485 from vladh/add-quad-border-doc

doc: clarify Quad border alignment
This commit is contained in:
Héctor Ramón 2024-06-30 22:57:14 +02:00 committed by GitHub
commit 4687bf7f14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`].