Crate svg_metadata

source ·
Expand description

svg_metadata is a Rust crate for parsing metadata information of SVG files.
In can be useful for getting information from SVG graphics without using a full-blown parser.

As such, it has a very narrow scope and only provides access to the fields defined below.

Structs

  • Specifies the height of an SVG image.
  • Contains all metadata that was extracted from an SVG image.
  • Specifies the dimensions of an SVG image.
  • Specifies the width of an SVG image.

Enums

  • Supported units for dimensions