Crate usvg_tree

source ·
Expand description

usvg-tree is an SVG tree representation used by usvg.

Re-exports

Modules

Structs

Enums

Traits

  • ApproxEqUlps is a trait for approximate equality comparisons. The associated type Flt is a floating point type which implements Ulps, and is required so that this trait can be implemented for compound types (e.g. vectors), not just for the floats themselves.
  • Approximate zero equality comparisons.
  • Checks that the current number is > 0.

Type Aliases