Releases: department-stockholm/svgsus
Releases · department-stockholm/svgsus
Fixed svg-dimens helper
Updated pdf.js and browser builds
- Updated pdf.js should provide some cleaner SVGs.
- Browser builds are now available (but not fully tested) at https://unpkg.com/[email protected]
Better VectorDrawable
Fixed an issue with VectorDrawable which caused black default fills and strokes.
Leaner and better
Now with SVG symbols
- Adds support for generating SVG symbol sheets
- Fixes issue with resolving refs
(v0.20.0 was missing proper documentation)
Added charset option to css format
- Add a
charset
-option to the CSS format - Rewrote indentation from an in-format feature to post-format feature
- Fixes some tests that had to be run serially
New naming of convertAll output
- Changed the default naming of the output file from
convertAll()
to be<first-svg-name>+<number-of-files-1>.<extension>
. - Fixed an issue with double . for the
uibezierpath
format. - Better tests!
Added tests to npmignore
- Added tests to npmignore for a smaller package
Added CSS background format
- Adds CSS background (using data-uri) format
New convertAll() method
- Added a format.convertAll() (see #2 for more information)
- Use
process.stdin
instead of/dev/stdin
for cross platform support