Struct mon_artist::svg::Pattern [] [src]

pub struct Pattern {
    pub id: String,
    pub width: u32,
    pub height: u32,
    pub content: Vec<Shape>,
}

Fields

Trait Implementations

impl IntoElement for Pattern
[src]

impl Identified for Pattern
[src]