Skip to content

Releases: yWorks/svg2pdf.js

v1.3.2

25 Jan 12:41
Compare
Choose a tag to compare

Fixed a bug where references between nodes would not work in Safari.

v1.3.1

22 Jan 15:59
Compare
Choose a tag to compare
  • 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" and stroke="none"

Version 1.3.0

01 Oct 11:32
Compare
Choose a tag to compare
  • 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

04 May 14:56
Compare
Choose a tag to compare
  • 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

11 Jan 14:05
Compare
Choose a tag to compare
  • support for custom fonts
  • performance optimization for text
  • support for svg inline data urls for image elements
  • bugfixes

v1.1.1

15 Sep 07:03
Compare
Choose a tag to compare

Fixes another visibility issue with nested tspans ( #28 ).

v1.1.0

15 Sep 07:02
Compare
Choose a tag to compare

Improved support for inherited (in-)visibility and attributes in CSS declarations. More graceful handling of external and "tainted" canvas images. Improved marker rendering.

Fixes #7, #12, #18, #27, #28, and #30.

1.0.7

19 Jul 08:02
Compare
Choose a tag to compare

bumped jsPDF-yWorks to 1.2.69

1.0.6

29 Mar 13:15
Compare
Choose a tag to compare

fixes #22 - arcs not working except in Chrome

1.0.5

06 Mar 09:04
Compare
Choose a tag to compare

Fixed rendering of text elements containing descriptive elements