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

pub struct Filter { /* fields omitted */ }

A filter element.

Methods

impl Filter
[src]

Create a node.

impl Filter
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Filter
[src]

Append a child node.

Assign an attribute.

impl Display for Filter
[src]

Formats the value using the given formatter. Read more