Skip to content

Tags: dnfield/flutter_svg

Tags

v2.0.7

Toggle v2.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix broken textDirection (#940)

v2.0.5

Toggle v2.0.5's commit message
Bumps for 2.0.5

v2.0.4

Toggle v2.0.4's commit message
bumps

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix faulty cache assertion, bump vg (#879)

* Fix faulty cache assertion, bump vg

* fixes

v2.0.2

Toggle v2.0.2's commit message
Consume new vector_graphics

v2.0.1

Toggle v2.0.1's commit message
bumps for 2.0.1

v1.1.6

Toggle v1.1.6's commit message
version bumps

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Colors (#773)

* be more permissive about color strings

* fix test

* update goldens

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Default image width/height correclty (#750)

v1.1.1+1

Toggle v1.1.1+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update currentColor handling. (#730)

* Update currentColor handling.

Default currentColor to black, mirroring Chrome's behavior.
Update callsites to parseColor so that they account for currentColor.

Avoid setting a default currentColor on the root element when parsing.

Avoid painting when Paint.color == null.