Commit Graph

61 Commits

Author SHA1 Message Date
JFH
bfe96cfcef es6 improvements 2022-01-05 10:44:47 -03:00
JFH
a887881f54 es6 styling 2022-01-04 18:00:04 -03:00
JFH
4205387299 Merge pull request #694 from tdittmann/text-features
Added some Text features
2022-01-04 16:34:25 -03:00
Timo Dittmann
69e485352a Added Text Decoration options 2022-01-04 10:42:22 +01:00
JFH
9e96290a25 fix 692 and some refactoring 2022-01-03 17:23:06 -03:00
JFH
11405f08a3 addtl test fixes 2021-12-30 07:38:10 -03:00
JFH
2ae3ba770e fix some tests 2021-12-30 05:29:49 -03:00
JFH
fdcfc8a253 move to standard linter for simpler configuration 2021-12-28 11:02:29 -03:00
JFH
258e2bd6a1 in progress 2021-12-27 20:54:49 -03:00
JFH
f32be000a0 progress 2021-12-27 17:59:00 -03:00
JFH
cdc5b8cc75 in progress 2021-12-27 00:14:18 -03:00
JFH
11ee55067c refactor (incomplete) 2021-12-25 17:25:12 -03:00
JFH
b09f71e703 dependencies update and fix lint unused disabled line 2021-11-25 23:40:07 +01:00
JFH
272d58730f fix typo 2021-11-12 17:57:43 +01:00
JFH
2fad5d93a9 various refactor 2021-10-16 16:25:17 +02:00
JFH
d54b83a823 move namespace to svgcanvas folder 2021-09-21 21:30:44 +02:00
JFH
049627eed3 fix path issue 2021-09-20 08:24:29 +02:00
JFH
3f6ff22120 make sure we receive a number from attributes x,y,rx,ry,cx,cy 2021-08-30 10:41:11 +02:00
JFH
0d2c344fee remove svgtransform polyfill now widely supported 2021-08-29 14:16:03 +02:00
agriyadev5
f908f9b8a1 #603 unwanted function removed and translate changes 2021-08-24 16:13:50 +05:30
agriyadev5
1f7725b7ae #603 browser-fs-access library used to create new extension 2021-08-23 15:59:09 +05:30
JFH
86c0e9cf03 image folder variable used consistently 2021-08-11 10:16:00 +02:00
JFH
cc4b3676a1 extend css grid to rulers 2021-08-07 23:52:50 +02:00
agriyadev5
3bce54b3db #326 unpositioned extension button in wrong place 2021-07-23 12:46:55 +05:30
agriyadev5
c7c028d335 #73 Panning won't stop when mouseup occurs outside drawing area issue fixed 2021-06-11 20:00:15 +05:30
Agriya Dev5
c7a1588a89 #105 addextension jquery removed changes 2021-06-01 18:23:56 +05:30
JFH
074df9cdec eslint: enforce use of const when variable not modified 2021-05-31 00:09:51 +02:00
JFH
99ee706c18 eslint rule for declarations 2021-05-28 17:03:29 +02:00
JFH
01b022b1e7 identation requirement to eslint 2021-05-28 10:35:46 +02:00
Agriya Dev5
a39adbf16a Merge branch 'master' of https://github.com/SVG-Edit/svgedit into issues/104 2021-05-27 11:36:09 +05:30
Agriya Dev5
f1cca77962 #546 feGaussianBlur element iterate from filter issue fixes 2021-05-26 20:02:32 +05:30
Agriya Dev5
205caea40e #104 lint issue fixed 2021-05-24 20:11:41 +05:30
Agriya Dev5
8de1746b58 #104 canvas no need so removed 2021-05-24 15:46:54 +05:30
Agriya Dev5
2a0666aa1c #104 extend jquery convert to javascript 2021-05-24 12:38:46 +05:30
Agriya Dev5
78b5ea1010 #104 jquery extend convert changes 2021-05-24 12:12:26 +05:30
Agriya Dev5
3bf54e5a95 #104 jquery extend change to javascript 2021-05-24 11:39:06 +05:30
JFH
812bc2371c remove local jquery file and update to latest npm version 2021-05-23 16:46:01 +02:00
JFH
460889688c Update svgcanvas.js 2021-05-22 20:34:07 +02:00
JFH
e71958e705 fix several configuration issue and linter 2021-05-19 23:09:40 +02:00
JFH
d3974f8f17 enforce a few eslint rules 2021-05-13 01:00:09 +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
6bf68e575d Enhancement: Add text anchor to texts 2020-12-08 12:05:06 +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
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
ff711f080b remove externals in favor of npm packages 2020-09-13 12:08:05 +02:00