pub struct ViewBox {
pub rect: Rect,
pub aspect: AspectRatio,
}
Expand description
View box.
Fields§
§rect: Rect
Value of the viewBox
attribute.
aspect: AspectRatio
Value of the preserveAspectRatio
attribute.
pub struct ViewBox {
pub rect: Rect,
pub aspect: AspectRatio,
}
View box.
rect: Rect
Value of the viewBox
attribute.
aspect: AspectRatio
Value of the preserveAspectRatio
attribute.