vector_graphics_compiler 1.0.0 copy "vector_graphics_compiler: ^1.0.0" to clipboard
vector_graphics_compiler: ^1.0.0 copied to clipboard

A compiler for `package:vector_graphics`.

CHANGELOG #

1.0.0 #

  • Initial stable release.
  • Parsing is now synchronous, and is easier to work with in tests.
  • Correctly handle images with ids and defined in defs blocks.
  • Compile time color remapping support.

0.0.3 #

  • Better concurrency support
  • Pattern support.
  • Bug fixes around image handling.
  • Bug fix for when optimizers are used on non-default fill types.
  • Support for SVG theme related properties (currentColor, font-size, x-height).

0.0.2 #

  • Add optimizations for masks, clipping, and overdraw.

0.0.1 #

  • Create repository