Merge pull request #2485 from vladh/add-quad-border-doc
doc: clarify Quad border alignment
This commit is contained in:
commit
4687bf7f14
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ pub struct Quad {
|
||||||
/// The bounds of the [`Quad`].
|
/// The bounds of the [`Quad`].
|
||||||
pub bounds: Rectangle,
|
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,
|
pub border: Border,
|
||||||
|
|
||||||
/// The [`Shadow`] of the [`Quad`].
|
/// The [`Shadow`] of the [`Quad`].
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue