doc: clarify Quad border alignment

This commit is contained in:
Vlad-Stefan Harbuz 2024-06-29 21:39:12 +01:00
parent e8b1e5a112
commit be59ec0ffc

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