- Refactoring: Remove BBQ in favor of deparam (with npm script to copy in)

- Fix: `initFill`/`initStroke` `color`, and `bkgd_color` problematic when using decimal-component-only hex; fixes #314
This commit is contained in:
Brett Zamir
2020-01-05 17:58:50 +08:00
parent 86eff626ce
commit 4b33c73f00
7 changed files with 131 additions and 50 deletions

View File

@@ -66,7 +66,7 @@ module.exports = {
'screencasts',
'test'
],
excludePattern: 'svgedit-config-*|build-html.js|rollup*|external/babel-polyfill|extensions/mathjax|imagelib/jquery.min.js|jspdf/jspdf.min.js|jspdf/underscore-min.js|jquery-ui|jquery.min.js|jquerybbq|js-hotkeys'
excludePattern: 'svgedit-config-*|build-html.js|rollup*|external/babel-polyfill|extensions/mathjax|imagelib/jquery.min.js|jspdf/jspdf.min.js|jspdf/underscore-min.js|jquery-ui|jquery.min.js|js-hotkeys'
},
sourceType: 'module',
tags: {