svgedit/editor
Brett Zamir ad80f18088 - Build: Update dist filles (Drawing test now fixed) 2020-07-01 12:56:10 +08:00
..
canvg - Linting (ESLint): As per latest ash-nazg 2020-03-27 20:39:51 +08:00
contextmenu - Docs: Mention lack of relative repo maintenance in issue template 2020-04-29 13:07:22 +08:00
extensions fix issue with undo because this.elem was overwritten with node.remove() 2020-06-28 21:52:27 +02:00
external - Build: Update bundled copies 2020-06-20 15:56:36 +08:00
images - License: Remove "CC-BY-SA-2.0" as explicit license type, but make note about unclear provenance of some images 2020-05-04 09:19:16 +08:00
jgraduate - Docs: Mention lack of relative repo maintenance in issue template 2020-04-29 13:07:22 +08:00
jquery-ui - License: Relicense ext-mathjax from Apache-2.0 to MIT per https://github.com /josegaert/ext-mathjax/issues/6 2019-11-30 11:54:58 +08:00
js-hotkeys - Fix: Only clear selection by escape key if not within a dialog (as the escape key should only close the dialog) 2018-10-02 14:02:15 +08:00
jspdf - Build: Update bundled copies 2020-06-20 15:56:36 +08:00
locale Fix: keep old text when there is no translation 2020-01-07 18:11:21 +08:00
spinbtn - Linting (ESLint): As per latest ash-nazg 2020-03-27 20:39:51 +08:00
svgicons - Refactoring: Ensure file-global tags are at beginning of file 2019-12-31 16:33:47 +08:00
browser-not-supported.html - Refactoring (Browser unsupported): Restore newly appied HTML/CSS standards, add lbs; remove now unused file 2018-05-18 11:55:28 +08:00
browser.js - Linting (ESLint): Apply per latest ash-nazg (jsdoc: complete sentence descriptions) 2019-12-31 15:27:16 +08:00
contextmenu.js - Linting (ESLint): Apply per latest ash-nazg (jsdoc: complete sentence descriptions) 2019-12-31 15:27:16 +08:00
coords.js - Linting (ESLint): As per latest ash-nazg 2020-03-27 20:39:51 +08:00
dbox.js - Linting (ESLint): Remove now unneeded config and add per new update 2019-06-11 16:40:28 +08:00
draw.js - Docs: Mention lack of relative repo maintenance in issue template 2020-04-29 13:07:22 +08:00
embedapi-dom.js Fix: fix the default src of empty iframe to avoid loading index page 2020-01-07 18:14:05 +08:00
embedapi.html (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
embedapi.js - Linting (ESLint): eslint-plugin-jsdoc PR-inspired fixes; temporarily disable `unicorn/prefer-number-properties` 2020-05-08 17:32:46 +08:00
history.js fix issue with undo because this.elem was overwritten with node.remove() 2020-06-28 21:52:27 +02:00
historyrecording.js - Linting: As per latest ash-nazg 2020-05-26 20:44:54 +08:00
jQuery.attr.js - Linting (ESLint): Apply per latest ash-nazg (jsdoc: complete sentence descriptions) 2019-12-31 15:27:16 +08:00
jquery.min.js (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
layer.js - Fix: layer `removeGroup` had been refactored to avoid `removeChild`, but in so doing, lost the element return value (also used by `deleteCurrentLayer` of `draw.js`) 2020-07-01 12:47:32 +08:00
math.js - Linting (ESLint): As per latest ash-nazg 2020-03-27 20:39:51 +08:00
namespaces.js - Linting (ESLint): Apply per latest ash-nazg (jsdoc: complete sentence descriptions) 2019-12-31 15:27:16 +08:00
path.js - Linting (ESLint): As per latest ash-nazg 2020-03-27 20:39:51 +08:00
recalculate.js - Linting: Comment out unused var. 2019-11-12 22:11:46 +08:00
redirect-on-lacking-support.js - Linting (ESLint): Stricter rules (or switch to warning) 2018-11-08 14:42:48 +08:00
redirect-on-no-module-support.js - Linting (ESLint): Lint per latest ash-nazg (e.g., named capture) 2019-07-03 17:50:46 +08:00
sanitize.js - Linting (ESLint): Apply per latest ash-nazg (jsdoc: complete sentence descriptions) 2019-12-31 15:27:16 +08:00
select.js - Linting (ESLint): As per latest ash-nazg (jsdoc for classes/methods) 2020-01-29 12:09:42 +08:00
svg-editor-es.html - Refactoring: Add favicon no-op to suppress favicon 404s until 2020-01-10 09:34:44 +08:00
svg-editor.css Fix: main menu style and text #371 2019-12-25 15:53:27 +08:00
svg-editor.html - Refactoring: Add favicon no-op to suppress favicon 404s until 2020-01-10 09:34:44 +08:00
svg-editor.js docs(jsdoc): link/naming fixes 2020-05-06 12:14:02 +08:00
svg-editor.manifest - Linting (ESLint): Add xdomain file to ignore file 2018-07-31 15:15:25 -07:00
svgcanvas.js fix issue with undo because this.elem was overwritten with node.remove() 2020-06-28 21:52:27 +02:00
svgpathseg.js - Linting (ESLint): As per latest ash-nazg (jsdoc for classes/methods) 2020-01-29 12:09:42 +08:00
svgtransformlist.js - Linting (ESLint): As per latest ash-nazg 2020-03-27 20:39:51 +08:00
touch.js - Docs (JSDoc): Further on preferring `void` 2019-04-16 08:59:53 +08:00
typedefs.js - Linting (ESLint): Apply per latest ash-nazg (jsdoc: complete sentence descriptions) 2019-12-31 15:27:16 +08:00
units.js - Linting (ESLint): As per latest ash-nazg 2020-03-27 20:39:51 +08:00
utilities.js - Linting (ESLint): eslint-plugin-jsdoc PR-inspired fixes; temporarily disable `unicorn/prefer-number-properties` 2020-05-08 17:32:46 +08:00
xdomain-svg-editor-es.html - Refactoring: Add favicon no-op to suppress favicon 404s until 2020-01-10 09:34:44 +08:00
xdomain-svg-editor.html - Refactoring: Add favicon no-op to suppress favicon 404s until 2020-01-10 09:34:44 +08:00
xdomain-svgedit-config-es.js - Linting (ESLint): Stricter rules (or switch to warning) 2018-11-08 14:42:48 +08:00
xdomain-svgedit-config-iife.js - Build: Update dist filles (Drawing test now fixed) 2020-07-01 12:56:10 +08:00