Skip to content

v1.3.0 "The One Where SVG Works"

Compare
Choose a tag to compare
@MrRio MrRio released this 28 Sep 10:54
· 1428 commits to master since this release

Big thanks to @Flamenco and SAP for this release.

You can test out the SVG functionality by running:

npm start

and then visiting:

http://localhost:8000/examples/canvg_context2d/bar_graph_with_text_and_lines.html

We've also done the following:

  • c0ae8a2 Started to replace committed deps with npm deps, this project existed before npm or git can you believe?
  • 8047853 Use rollupjs to bundle jsPDF, plugins and libs
  • 68baeff Fix a longstanding issue with generating the document multiple times
  • bd60b2f Fixed PNG compression
  • c3dc391 Started transpiling with babel
  • Loads of other little fixes