Releases: felixfbecker/dom-to-svg
Releases · felixfbecker/dom-to-svg
v0.12.2
0.12.2 (2021-07-03)
Bug Fixes
- tsconfig: target ES2019 to transpile
?.
/??
(67053ec), closes #88
v0.11.9
0.11.9 (2021-04-17)
Bug Fixes
- only mutate IDs in the output SVG, not the input (#122) (7f0ba02), closes #85
v0.11.8
0.11.8 (2021-04-17)
Bug Fixes
- prevent infinite loop for pseudo elements (1c8a212), closes #96
v0.11.7
0.11.7 (2021-04-17)
Bug Fixes
- use getCTM() for nested SVGs so transforms stack correctly (a9309e4)
v0.11.6
0.11.6 (2021-04-11)
Bug Fixes
- deps: update dependency gradient-parser to ^1.0.2 (#86) (08068bf)
v0.11.3
0.11.3 (2021-02-13)
Bug Fixes
- handle images served without Content-Type (e0337e6)