Skip to content

Commit

Permalink
Fix for importing (flutter#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield authored Apr 11, 2022
1 parent 37d336c commit f67cd0b
Show file tree
Hide file tree
Showing 3 changed files with 629 additions and 16 deletions.
3 changes: 0 additions & 3 deletions packages/vector_graphics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
A vector graphics rendering runtime for Flutter. This package is intended for
use with output from the `package:vector_graphics_compiler` and encoded via
a tightly coupled version of `package:vector_graphics_codec`.
## Features

Coming soon.
21 changes: 21 additions & 0 deletions packages/vector_graphics_compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,24 @@ 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

Unsupported SVG features:

- Images
- The pattern element

Optimizations:

- Opacity peepholing
- Transformation inlining (except for text and radial gradients)
- Group collapsing
Loading

0 comments on commit f67cd0b

Please sign in to comment.