Commit Graph

34 Commits

Author SHA1 Message Date
JFH
e71958e705 fix several configuration issue and linter 2021-05-19 23:09:40 +02:00
JFH
0aba04316d fix lint issues 2021-05-16 18:00:28 +02:00
JFH
9a68ba6358 fix some useless console.log 2021-05-15 16:20:13 +02:00
JFH
d3974f8f17 enforce a few eslint rules 2021-05-13 01:00:09 +02:00
JFH
9a5292b467 fix missing semicolumns 2021-05-13 00:46:46 +02:00
JFH
593c415664 update master to V7 2021-05-09 19:29:45 +02:00
Timo Dittmann
41fc05672d Added textLength and lengthAdjust to text formatting tools 2021-04-02 07:38:24 +02:00
Timo Dittmann
69bf3d9d81 Added word spacing to text formatting tools 2021-04-02 07:38:24 +02:00
Timo Dittmann
92eac95627 Added letter spacing to text formatting tools 2021-04-02 07:38:24 +02:00
Timo Dittmann
35e6de97ef - Added text decoration options (underline, overline, line-through) (#469)
- Added german translations to extensions

Co-authored-by: Timo Dittmann <timo.dittmann@kaufland.com>
2021-01-19 00:35:24 +01:00
Timo Dittmann
c0f55416a3 Added object list to layers panel (#466)
Co-authored-by: Timo Dittmann <timo.dittmann@kaufland.com>
2021-01-16 13:34:25 +01:00
Timo Dittmann
6bf68e575d Enhancement: Add text anchor to texts 2020-12-08 12:05:06 +01:00
JFH
ea7156232e Fix issue #447 (#449)
* fix #447

* test and build
2020-12-03 13:42:52 +01:00
JFH
28019eef07 Refactor canvas in multiple pieces to increase maintainability (#446)
* #refactor-canvas getJsonFromSvgElement and svgroot code moved to separate file
* #refactor-canvas build files changes
* #refactor-canvas addSVGElementsFromJson move to json file
* #refactor-canvas selected element option function move separate file
* #refactor-canvas moveUpDownSelected move to select-elem
* ##refactor-canvas build file updated
* #refactor-canvas moveSelectedElements  move to selected-elem
* #refactor-canvas cloneSelectedElements move to slected-elem
* #refactor-canvas alignSelectedElements move to selected-elem
* #refactor-canvas deleteSelectedElements move to selected-elem
* #refactor-canvas copySelectedElements and groupSelectedElements move to selected-elem
* #refactor-canvas pushGroupProperty, ungroupSelectedElement move to selected-elem
* #refactor-canvas comment changes
* #refactor-canvas UndoManager move to separate file
* #refactor-canvas event file move to mouseMove, mouseUpEvent and dblClickEvent
* #refactor-canvas mouseDown move to event
* #refactor-canvas move to undo file
* #refactor alignment changes  and set function revert return
* #refactor-canvas textaction move to separate file
* #refactor-canvas paste-element function move to separate file
* #refactor-canvas set and get  method move to separate file
* #refactor-canvas set and get function moved changes
* #refactor clear file import and regaring function moved changes changes
* #refactor-canvas svg related function move to separate file
* #refactor-canvas setBackground methos move to elem-get-set file
* #refactor-canvas getBsplinePoint method move to event file
* #refactor-canvas export functions move to svg-exec
* #refactor-canvas svg related function moved separate file
* #refactor-canvas updateCanvas,  cycleElement move to selected-elem file
* #refactor-canvas removeUnusedDefElems move to svg-exec file
* #refactor-canvas blur method move to separate file blur-event.js
* #refactor-canvas selection related function move to separate file slection.js
* #refactor-canvas convertGradients, mousewheelmove event bind function move to other files
* #refactor-canvas extension function move to selection file
* #refactor-canvas svg tag long string changes to es6 format
* eslint fixes
* eslint and test fixes
* add netlify logo per their requirements
* #refactor-canvas path file separate to path-method.js and path-actions.js
* #refactor-canvas lint issue fixed
* #refactor-canvas path.js file class and const move to path-method.js
* #refactor-canvas eslint issue fixed. 'jsdoc/check-examples': 'off' already so removed eslint-disable jsdoc/check-examples
* #refactor-canvas path class moved changes and copy-elem.js file cypress test issue fixed
* #refactor-canvas UI - Clipboard paste element  cypress issue fixed
* #refactor-canvas cypress test cases issue fixed changes
* #refactor-canvas cypress test cases issue fixed changes
* #refactor-canvas cypress test case issue fixed
* npm update and fix a few eslint new errors
* fix snapshot and run tests
* add star tool to cypress
* #refactor-canvas shapelibrary, star, polygon and panning tool issue fixed
* build
* Update layer.js
* revert proper declarations

Authored-by OptimistikSAS
2020-11-11 11:38:45 +01:00
Brett Zamir
d03e5eeae6 - Linting: Apply latest eslint-plugin-jsdoc; lint properties/param defaults 2020-10-20 09:48:07 +08:00
jfh
cfbb5a5ec8 npm update + fix linked to this update
found an issue with eslint when empty comments were used.
2020-10-04 23:07:31 +02:00
jfh
37fbc055fc use pathseg from npm
improvements that were made to svgpathseg polyfill locally may have to be applied to the original package.
2020-09-19 12:57:14 +02:00
jfh
22e44a0f56 no need to have several import of svgpathseg as this one loads to the window 2020-09-13 19:10:29 +02:00
jfh
ff711f080b remove externals in favor of npm packages 2020-09-13 12:08:05 +02:00
jfh
caa4fe38cc add minification in the build 2020-09-04 22:34:30 +02:00
jfh
e22ea424db use a fixed import for canvg 2020-08-29 00:02:35 +02:00
jfh
44f9190403 use last npm package to export pdf 2020-08-28 01:30:53 +02:00
jfh
2a850bcf1a fix iife with chrome 2020-08-10 01:01:14 +02:00
JFH
72df064ea3 now use dynamic import() and rely on Babel to polyfill 2020-08-07 22:12:40 +02:00
JFH
577673fa0a move demo to root 2020-07-30 14:21:16 +02:00
Brett Zamir
be5d353bc4 - Linting: max-len, exponentiation operator 2020-07-29 15:26:27 +08:00
JFH
2bd4da081a Merge branch 'refactor-folders' of https://github.com/SVG-Edit/svgedit into refactor-folders 2020-07-26 20:16:56 +02:00
JFH
89e20d49e6 eslint/browser list/accessibility test 2020-07-26 20:11:18 +02:00
Brett Zamir
41f9d801bf - Linting: For non-jQuery methods, apply no-fn-reference-in-iterator rule (though still keep rule disabled due to numerous jQuery false positives)
- Linting: With num. of warnings set to 0, probably need to disable `check-examples` for those environments having problems
- Linting: Reenable Unicorn rules now that updated
2020-07-26 10:36:10 +08:00
JFH
48212c8384 fix bug in unapply for batch command 2020-07-25 19:33:44 +02:00
JFH
db607768a7 remove the warning for no-reference-in-iterator (at least temporarly) 2020-07-25 19:31:51 +02:00
Brett Zamir
54fd0975d7 - Linting: As per latest ash-nazg (unicorn updates)
- npm: Update devDeps.
2020-07-19 22:32:40 +08:00
JFH
09c786abe9 fix eslint issues 2020-07-14 12:56:33 +02:00
JFH
01418b44f3 move files to adequate folders and fix imports 2020-07-14 01:47:46 +02:00