Releases: felixfbecker/dom-to-svg
Releases · felixfbecker/dom-to-svg
v0.11.2
0.11.2 (2021-02-13)
Bug Fixes
- inline: log errors and continue (68588a4)
v0.11.1
0.11.1 (2021-02-13)
Bug Fixes
- deps: update dependency gradient-parser to v1 (#65) (7cbcaae)
- percent-encode "--" in URL in comment (a377921), closes #59
v0.11.0
0.11.0 (2021-02-13)
Bug Fixes
- add ID to background images (dc4bca6)
- handle position: absolute elements inside overflow: hidden (1aba202)
Features
v0.10.0
0.10.0 (2020-12-08)
Features
- remove empty stacking layers for smaller size (5e3fb8b)
v0.9.5
0.9.5 (2020-12-02)
Bug Fixes
- use textContent instead of innerHTML for style element (e9f6e64)
v0.9.4
0.9.4 (2020-11-29)
Bug Fixes
- images: handle images without src attribute (9f03d27)
- inline: parallelize and improve timeouts (ff3b3ff)
- text: handle tab characters (2a1d2ba)
v0.9.3
0.9.3 (2020-11-29)
Bug Fixes
- svg: rewrite all IDs to make them unique within the outer SVG document (fee7e1e)
v0.9.2
0.9.2 (2020-11-29)
Bug Fixes
- svg: apply matrix transform to container and use getCTM() conditionally (45acdae)
v0.9.1
0.9.1 (2020-11-29)
Bug Fixes
- border-radius: correctly scale border radii following CSS spec (3cad81f)
v0.9.0
0.9.0 (2020-11-24)
Features