Commit Graph

46 Commits (959ac047d9653465de9b4df7c676dbb59a80540e)

Author SHA1 Message Date
Timo Dittmann 959ac047d9 Changed Text Anchor to Dropdown 2022-01-04 08:03:22 +01:00
JFH e620ef6c05 7.1.1 2022-01-01 22:28:01 -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 258e2bd6a1 in progress 2021-12-27 20:54:49 -03:00
JFH 3ba251f168 fix test 2021-11-18 00:35:02 +01:00
JFH 8596ce2e15 Update scenario5.js.snap 2021-11-01 20:10:13 +01:00
JFH 22cb5f6bf3 Update scenario3.js.snap 2021-09-20 09:35:08 +02:00
agriyadev5 7b6aab13b4 #623 line issue test cases changes 2021-08-30 13:00:29 +05:30
agriyadev5 bf7e7237a8 #623 text cypress text cases changes 2021-08-30 12:37:06 +05:30
agriyadev5 6aa086dbfb #623 unwanted things removed 2021-08-30 12:17:17 +05:30
agriyadev5 47536f27d0 #623 unwanted things removed 2021-08-30 12:12:59 +05:30
agriyadev5 347cabddfd #623 shapshot updated 2021-08-30 11:45:56 +05:30
agriyadev5 427b09ca6a #623 tool_star cypress test cases added 2021-08-27 19:26:07 +05:30
agriyadev5 41dbec29af #623 tool_polygon cyper test cases added 2021-08-27 18:35:33 +05:30
agriyadev5 a905f02c76 #623 tool text cypress test cases added 2021-08-27 16:34:07 +05:30
agriyadev5 92ec863fbc #623 line missing test case added 2021-08-27 14:11:11 +05:30
agriyadev5 d07153865e #623 line tool test cases added 2021-08-26 22:09:50 +05:30
agriyadev5 40d547ae0f #623 test cases added 2021-08-26 19:19:45 +05:30
agriyadev5 cc2bbde8e1 #623 rect, square and fhrect cypress test cases added 2021-08-26 16:44:00 +05:30
JFH 380a78c729
Merge pull request #624 from SVG-Edit/issues/623 2021-08-25 20:03:14 +02:00
agriyadev5 fcca6c46f5 #623 path cypress test cases 2021-08-25 20:26:30 +05:30
agriyadev5 ae4610edfb #623 circle, fhellipse and ellipse cypress test case added 2021-08-25 16:24:38 +05:30
agriyadev5 33c5546186 #623 cypress new test cases added 2021-08-25 13:52:26 +05:30
agriyadev5 66ee80ac0d #603 rect and square cypress test cases added 2021-08-24 20:01:28 +05:30
agriyadev5 b0006d84b5 #603 image tool added for cypress test cases 2021-08-24 19:01:51 +05:30
agriyadev5 996c66531b #scenario_new_cases new cases added 2021-08-19 20:18:18 +05:30
JFH 7f46fce845 Update scenario.js.snap 2021-08-15 09:28:56 +02:00
JFH e53182456a fix test 2021-08-08 00:33:21 +02:00
agriyadev5 bb76fbf4b6 #374 testing issue fixed 2021-06-14 12:36:50 +05:30
JFH 5682b7bc59 restore 2 tests and fix snapshot 2021-05-31 00:10:26 +02:00
JFH 858dba04b0 Update scenario.js.snap 2021-05-15 17:55:21 +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 8f859537ef update snapshots 2020-10-17 00:51:22 +02:00
jfh f663898dfd add a small test in scenario.js 2020-09-22 00:18:52 +02:00
jfh 359a161ff2 remove external folder in favor of npm dependencies 2020-09-19 15:21:30 +02:00
jfh b88691d1f3 fix issue with the snapshot 2020-09-13 23:56:45 +02:00
jfh e05a6aeb33 focus on the svg content to test snapshots 2020-09-13 14:07:19 +02:00
jfh 6379335d6a start a UI scenario to test various part of svgedit 2020-09-13 11:26:26 +02:00
jfh a61cfdf553 add a cypress scenario 2020-09-13 01:32:13 +02:00