Module svgdom::types [] [src]

This module contains submodules which represent SVG value types.

Modules

path

This module contains all struct's for manipulating SVG paths data.

Structs

Color

Representation of the <color> type.

Length

Representation of the <length> type.

Transform

Representation of the<transform> type.

Enums

LengthUnit

List of all SVG length units.

Constants

DEFAULT_PRECISION

A default numeric precision.

Traits

FuzzyEq

The trait for comparing f64 numbers.

FuzzyOrd

The trait for Ordering f64 numbers.

Type Definitions

LengthList

Representation of the <list-of-lengths> type.

NumberList

Representation of the <list-of-numbers> type.