[][src]Module wasm_svg_graphics::prelude

Contains some useful definitions for SVG Graphics, also re-exports svg_definitions

Re-exports

pub use crate::default as SVGDefault;
pub use crate::renderer::Renderer as SVGRenderer;

Structs

PathString
RGB

Represents color

SVGElem

Element provides a way to simulate DOM SVG elements

Enums

Attr

An attribute to an Element

AttrValue

A value an Element Attribute may have

RGBT

Represents a color with can become transparent

Tag

TagName provides tags for SVG creation

Type Definitions

Point2D