Skip to content

0.8.0

Compare
Choose a tag to compare
@DevSrSouza DevSrSouza released this 29 Jul 20:05
· 9 commits to master since this release
7e1323e
Added support for gradients (#6)

* Added different types of fill

* Added new testing script

* The parser detects now gradient tags

* The parser reads now Linear and Radial gradient tags

* The parser reads now gradient color stops

* The parser correctly parses now linear gradients

* Parser now parses radial gradients

* Fixed issues with the parsing arguments

* The parser now supports linear and radial gradients

* Adjusted the gradient imports