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

pub struct Script { /* fields omitted */ }

A script element.

Methods

impl Script
[src]

Create a node.

impl Script
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Script
[src]

Append a child node.

Assign an attribute.

impl Display for Script
[src]

Formats the value using the given formatter. Read more