Releases: yWorks/svg2pdf.js
Releases · yWorks/svg2pdf.js
v1.3.3
Fix a bug where references inside an inline SVG image would result in an exception.
v1.3.2
Fixed a bug where references between nodes would not work in Safari.
v1.3.1
- fix all kinds of node references (nodes, that are referenced elsewhere no longer need to be defined within a
<defs>
node - fix xml whitespace bug (text and tSpans with whitespace now render correctly)
- support for "transparent" color attributes
- fix issue, when a node had
fill="none"
andstroke="none"
Version 1.3.0
- support for
<clipPath>
element (transforms on elements within a clipPath are NOT supported!) - support for
<polyline>
elements - fixes for text positioning, inline SVGs
- uses jsPDF 2.0.0 now
v1.2.1
- refactoring of test suite
- improvements and fixes to patternUnits and patternTransform attributes
- fix viewBox default values
- fix svg data url parsing
- fix font-family attribute parsing
- fix font-weight and font-style
- updated dependencies
v1.2.0
- support for custom fonts
- performance optimization for text
- support for svg inline data urls for image elements
- bugfixes
v1.1.1
v1.1.0
1.0.7
bumped jsPDF-yWorks to 1.2.69