diff client/src/components/Pdftool.vue @ 3780:2b6734a6730a yworks-svg2pdf

include svg2pdf. substitute upstream jsdpf with yworks-fork
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 01 Jul 2019 16:14:18 +0200
parents a26c1d745fc3
children 217fe7b4f909
line wrap: on
line diff
--- a/client/src/components/Pdftool.vue	Mon Jul 01 11:10:47 2019 +0200
+++ b/client/src/components/Pdftool.vue	Mon Jul 01 16:14:18 2019 +0200
@@ -101,7 +101,7 @@
  * * Fadi Abbud <fadi.abbud@intevation.de>
  */
 import { mapState, mapGetters } from "vuex";
-import jsPDF from "jspdf";
+import jsPDF from "jspdf-yworks";
 import "@/lib/font-linbiolinum";
 import { getPointResolution } from "ol/proj";
 import { HTTP } from "@/lib/http";