Gradient supports percent value

Gradient supports percent value
This commit is contained in:
Horcrux
2016-01-26 11:36:58 +08:00
parent da5a23c5dd
commit e181a1a546
12 changed files with 312 additions and 26 deletions
+4
View File
@@ -18,3 +18,7 @@
3. textPath (wait for official supports)
4. pattern
5. animations https://github.com/maxwellito/vivus
### Thanks
[SVG bounding Algorithm](https://github.com/icons8/svg-path-bounding-box)
[Circle drawing with svg arc path](http://stackoverflow.com/questions/5737975/circle-drawing-with-svgs-arc-path/10477334#10477334)