Struct svg::node::element::Ellipse [] [src]

pub struct Ellipse { /* fields omitted */ }

An ellipse element.

Methods

impl Ellipse
[src]

Create a node.

impl Ellipse
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Ellipse
[src]

Append a child node.

Assign an attribute.

impl Display for Ellipse
[src]

Formats the value using the given formatter. Read more