Releases: edemaine/svgtiler
Releases · edemaine/svgtiler
v1.4.0
- Support PNG/JPG images as symbol specifiers, automatically turning them into SVG that includes them (but images must be in the same directory)
- Improve Tilt examples, and add Tetris examples
- Add automatic
<image>
size detection - Bug fix: Fix
<ellipse>
size detection - Performance: Increase speed when not using some features (CoffeeScript, CSV, XLS, PDF) by pushing
require
calls as late as possible - Cleanup
tile-width
/tile-height
documentation and attributes
v1.3.4
- Fix symbol names in output SVG to avoid using colons, which seemed to wreck havoc in SVGs embedded via
<img>
into HTML. - Unfortunately, we were encoding all unusual characters using colons, so all SVGs should be regenerated.
- Now code is simpler, just using encodeURIComponent.