vector_graphics_compiler 1.1.7 icon indicating copy to clipboard operation
vector_graphics_compiler: ^1.1.7 copied to clipboard

A compiler for `package:vector_graphics`.

vector_graphics_compiler #

A compiler for package:vector_graphics.

This package parses SVG files into a format that the vector_graphics runtime can render.

Features #

Supported SVG features:

  • Groups, paths, and basic shapes are all supported.
  • References, including out of order references.
  • Linear and radial gradients, including radial gradients with focal points.
  • Text
  • Symbols
  • Images
  • Patterns

Unsupported SVG features:

  • Filters
  • Some text processing attributes

Optimizations:

  • Opacity peepholing
  • Transformation inlining (except for text and radial gradients)
  • Group collapsing
  • Mask and clip elimination
16
likes
120
pub points
97%
popularity

Publisher

unverified uploader

A compiler for `package:vector_graphics`.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

args, meta, path_parsing, vector_graphics_codec, xml

More

Packages that depend on vector_graphics_compiler