Commit Graph

3020 Commits (a7052ec9e4466e11963fd2ae67fb8494b2aa02c1)

Author SHA1 Message Date
JFH a7052ec9e4
Merge pull request #501 from SVG-Edit/V7-dev
localized strings
2021-05-10 00:13:16 +02:00
JFH 8b67334e37 localized strings 2021-05-10 00:12:11 +02:00
JFH 6fd0e6420b
Merge pull request #500 from SVG-Edit/V7-dev
V7 dev
2021-05-09 23:09:47 +02:00
JFH be63679167 build master with netlify 2021-05-09 22:57:43 +02:00
JFH af3d807505
V7 dev (#499)
* update dependencies

* Update .eslintrc.js

* Update .gitignore

* Create onpush.yml

* downgrade 2 packages causing test failure

* fix some localizaiton strings
2021-05-09 22:36:50 +02:00
JFH a5622f094a fix some localizaiton strings 2021-05-09 21:37:52 +02:00
JFH c75170916f
fix tests and configuration files
* update dependencies

* Update .eslintrc.js

* Update .gitignore

* Create onpush.yml

* downgrade 2 packages causing test failure
2021-05-09 20:51:26 +02:00
JFH 1b7c93d038 downgrade 2 packages causing test failure 2021-05-09 20:38:33 +02:00
JFH e1187542b8 Create onpush.yml 2021-05-09 20:09:05 +02:00
JFH b2c67080ee Update .gitignore 2021-05-09 20:07:05 +02:00
JFH 1372d27bcd Update .eslintrc.js 2021-05-09 20:06:12 +02:00
JFH eb60997f3f update dependencies 2021-05-09 19:41:00 +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
Mark MacKay 7c9e9d26d6
High res rulers (#478) 2021-01-30 10:02:48 +01: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
JFH ded5e11e80 Update README.md 2021-01-03 23:19:30 +01:00
JFH 6eb7261f41 Update netlify.toml 2021-01-03 19:57:10 +01:00
JFH 36bbcf0d04
Merge pull request #458 from tdittmann/fix-cancel-button
- Fix #450: Cancel buttons are now working
2020-12-23 14:38:02 +01:00
Timo Dittmann ab00d37f21 - Fix #450: Cancel buttons are now working 2020-12-23 13:44:48 +01:00
JFH 1a974384c8 build 2020-12-15 14:03:34 +01:00
JFH 1fd291a1c0
Merge pull request #451 from tdittmann/add-text-anchor-for-texts
Enhancement: Add text anchor to texts
2020-12-13 22:43:06 +01:00
JFH ba89536f41 fix test 2020-12-13 22:35:45 +01:00
JFH 615f33b0f9 new icons for anchors 2020-12-13 19:13:47 +01:00
JFH 384bccdd8b
Update README.md 2020-12-12 15:43:27 +01:00
JFH 1fc1906788
Update FUNDING.yml 2020-12-12 15:35:42 +01:00
JFH c405bf9334
Update bug_report.md 2020-12-12 15:34:49 +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 e673b54ee2
Only leave the built versions for demo. 2020-11-11 12:14:22 +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 087fa44cea add netlify logo per their requirements 2020-10-25 23:37:47 +01:00
Brett Zamir 404222ca40 - Docs/npm: Prevent failing of `license-badge` and update badge 2020-10-20 10:14:05 +08:00
Brett Zamir d03e5eeae6 - Linting: Apply latest eslint-plugin-jsdoc; lint properties/param defaults 2020-10-20 09:48:07 +08:00
Brett Zamir 19342e4349 - npm: Update eslint-plugin-jsdoc 2020-10-20 09:47:48 +08:00
Brett Zamir 0d57e7f0de - Build: Update dev license per latest metadata 2020-10-20 09:47:47 +08:00
jfh c9558aa6fc build dist 2020-10-17 00:55:34 +02:00
jfh 8f859537ef update snapshots 2020-10-17 00:51:22 +02:00
jfh a1fd9b85f4 refactor some jQuery to es6 2020-10-17 00:38:27 +02:00
jfh 8a1607a8cd make snapshot more robust 2020-10-16 23:59:30 +02:00
jfh b957a3c5aa npm update (include cypress 5.4) 2020-10-16 23:50:25 +02:00
jfh 1552f13958 fix an issue with tool selection test 2020-10-16 23:22:31 +02:00
JFH b8d3a862c8
Merge pull request #439 from SVG-Edit/userExtensions
User extensions
2020-10-06 07:51:45 +02:00
jfh 7260e3c949 build, test 2020-10-05 22:01:57 +02:00
jfh 6d1c36b6d3 useEncodeURIComponent to add security to dynamic import 2020-10-05 21:27:48 +02:00
jfh d8a8869b98 Update coverage-badge.svg 2020-10-04 23:29:45 +02:00
jfh 08c68cb537 add ability to add extensions not located in the extensions folder 2020-10-04 23:10:35 +02:00