use pathseg from npm

improvements that were made to svgpathseg polyfill locally may have to be applied to the original package.
This commit is contained in:
jfh
2020-09-19 12:57:14 +02:00
parent fa516488eb
commit 37fbc055fc
5 changed files with 9 additions and 974 deletions

View File

@@ -18,8 +18,8 @@ import {jsPDF} from 'jspdf/dist/jspdf.es.min.js';
import 'svg2pdf.js/dist/svg2pdf.es.js';
import {Canvg as canvg} from 'canvg';
import 'pathseg';
import '../common/svgpathseg.js';
import jQueryPluginSVG from '../common/jQuery.attr.js'; // Needed for SVG attribute setting and array form with `attr`
import jQueryPluginDBox from './dbox.js';