v3.1.3
- Fix wrapping to keep
z-index
,boundingBox
,overflow
properties of top-level tag. This is useful with layer stacking via arrays, for example, where we don't need aviewBox
in any but the first layer. - Fix paths for re-used (cached) mapping files from multiple directories. Previously, if you re-used a file from multiple directories (when recursing into directories), relative paths might not work.
- Improve "bad SVG Tiler version number" error message to say how to upgrade (
npm install -g svgtiler@latest
).
Full Changelog: v3.1.2...v3.1.3