| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-01-27 | 859 Bytes | |
| v2.0.0 source code.tar.gz | 2021-01-27 | 169.8 kB | |
| v2.0.0 source code.zip | 2021-01-27 | 176.2 kB | |
| Totals: 3 Items | 346.9 kB | 0 | |
2.0.0 (2021-01-27)
Bug Fixes
Features
BREAKING CHANGES
widthandheightattributes are now applied as-is to thesvgelement, if you want the previous, responsive behavior, use only the newviewBoxprop instead.
Before: width="200" height="100"
After: viewBox="0 0 200 100"