Commit Graph

99 Commits

Author SHA1 Message Date
S1NJED
1b847fa20c Fix gradient (#1033)
* fix: color picker popup duplicate

Signed-off-by: sinjed <oooguuh@gmail.com>

* removed console log

Signed-off-by: sinjed <oooguuh@gmail.com>

* lint

Signed-off-by: sinjed <oooguuh@gmail.com>

---------

Signed-off-by: sinjed <oooguuh@gmail.com>
2025-03-12 09:22:33 +01:00
Michael S. Scherotter
61e8d439c4 Fixed issue in EditorStartup.init() where $qq will not work if the editor is in a Web Component (#1028)
* Added alt tags to img elements.

* fixed lint issues

* Changed the SESpinInput to have a closed shadow DOM to fix the duplicate label id issue reported in browser.

* Fixed code in EditorStartup that fails if the editor is in a Web Component.  $qq will not find the .svg_editor, but this.$container will.

* fix linter issue

* update packages

* remove closed as this causes the test to fail.

---------

Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com>
2025-03-09 21:41:41 +01:00
S1NJED
25e0d91add Fix: color picker value wont change after selecting a new element (#1030)
* fix: color picker failed to update when selecting a new element
Signed-off-by: S1NJED <oooguuh@gmail.com>
2025-03-09 19:19:43 +01:00
Michael S. Scherotter
5ad039a693 Added alt tags to img elements (#1026) 2025-03-02 14:30:07 +01:00
Paul Korecky
6eafa75325 fix double binding of shortcut "d" (#972) 2024-05-26 14:09:22 +02:00
olekhshch
9f77e9c63a fix #832, floating btns closing, Esc to close confirmation dialog, 0x0 rects disabled (#947) 2024-01-20 22:53:20 +00:00
olekhshch
f75d1a83a0 Cursors, Esc to cancel active tool (#946)
* basic drawing cursors

* Esc to cancel tool, I shortcut bug fix

* panel btns hover animation

* minor changes

* Linter fix

* update packages

* remove NYC coverage causing build errors
would be nice to find out a replacement or a fix

---------

Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com>
2024-01-17 15:19:37 +01:00
olekhshch
d502525cc0 Bottom panel styling, more adaptive palette, shortcuts (#937) 2023-12-24 01:48:27 +01:00
Liubomyr Vyhovskyi
230331b36e fix(se-zoom): fix missing arrow_down.svg icon (#874) 2023-01-20 00:24:39 +01:00
JFH
00a7d61122 Update packages and remove the instrument step (#854)
* several updates
* avoid the instrumented step in tests
2022-11-27 23:01:27 +01:00
JFH
43bf93968a separate svgcanvas from svgedit
now you can use directlt svgcanvas. see readme.md

* configure workspaces
* move svgcanvas to packages folder
* move utils to common and paint to svgcanvas
* make svgcanvas a dependency of svgedit
* update deps
* workspaces requires npm 7 at least so the ci needs a new node version
* update github actions to V3
* update snapshots using custom svg exports
* remove unmaintained cypress snapshot plugin
* new github action to add coverage in PR
* Update onpushandpullrequest.yml
* svgcanvas v7.1.6
2022-08-14 15:01:51 +02:00
radasam
ad1b9df6a5 Fix: Zoom selector rewrite (#826) 2022-08-08 01:09:13 +02:00
Thakur Karthik
f9fe802dcd refactor se-list and se-list-item (#827) 2022-08-08 01:05:22 +02:00
pmkrawczyk
cdc85a515b Fix image paths (#813)
* Update seExplorerButton.js

* Update seFlyingButton.js

* Fix linter
2022-07-05 22:02:32 +02:00
JFH
7cbcb6989c update dependencies (#764)
* update dependencies
* fix linter issues
2022-05-16 09:38:45 +02:00
mertmit
d8db82ee8b fix: zoom functions (#739) 2022-03-16 17:12:19 +01:00
JFH
a48fc66c1c $click to allow (more) responsiveness 2022-01-05 20:55:42 -03:00
JFH
bfe96cfcef es6 improvements 2022-01-05 10:44:47 -03:00
JFH
ff34764955 fix lgtm warnings and other minor fixes 2021-12-30 23:18:43 -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
163fa5dd4c fix #683 2021-12-24 16:05:45 +01:00
JFH
b09f71e703 dependencies update and fix lint unused disabled line 2021-11-25 23:40:07 +01:00
JFH
2c6503e026 Update seList.js 2021-11-01 18:12:31 +01:00
JFH
65dc979c50 Update seList.js 2021-10-25 22:38:36 +02:00
JFH
1cd86dfeeb Update paint.js 2021-09-28 15:58:32 +02:00
agriyadev5
7e8136722e #631 normal select change to se-select web component 2021-09-24 18:57:48 +05:30
agriyadev5
d85cf511ef #631 indeed to remove ${} from template 2021-09-24 13:55:56 +05:30
agriyadev5
091e6396c9 #631 indeed to remove ${} in template 2021-09-24 11:53:57 +05:30
agriyadev5
e7373064fa #631 <div> ${i18next.t(‘tools.fit_to_layer_content’)} </div> would become <se-text text=“tools.fit_to_layer_content”><se-text> 2021-09-22 18:17:15 +05:30
agriyadev5
b958009e16 #631 globals svgEditor to get imgpath and set changes 2021-09-22 12:17:21 +05:30
agriyadev5
542d1775c3 #631 zoom web componenet image path modified 2021-09-21 18:13:38 +05:30
agriyadev5
5ed960cb1a #631 menu, explorer and flybutton image path update 2021-09-21 17:41:06 +05:30
agriyadev5
36ff98c499 #631 color picker image path changes 2021-09-21 16:05:26 +05:30
agriyadev5
2f75dcb3e3 #631 main menu image path update changes 2021-09-21 15:50:08 +05:30
agriyadev5
f5cf062f21 #631 editor variable init changes 2021-09-21 15:32:18 +05:30
agriyadev5
a29a82e921 Merge branch 'master' of https://github.com/SVG-Edit/svgedit into issues/631 2021-09-21 14:17:27 +05:30
agriyadev5
57bf5df3b7 #631 selistitem image path load from editor changes 2021-09-21 14:06:21 +05:30
agriyadev5
4bacd1fd66 #631 seButton web component image path load from config 2021-09-21 13:25:07 +05:30
agriyadev5
aadd3679c4 #631 se-list-item modification changes 2021-09-20 20:14:10 +05:30
agriyadev5
ff91754c9f #631 image path update in all web components 2021-09-20 14:35:01 +05:30
JFH
e8d59904f7 fix visual issues 2021-09-08 22:33:13 +02:00
JFH
d4d933820e fix several ui issues 2021-09-04 19:32:22 +02:00
agriyadev5
c60c5847a0 #631 translate changes 2021-08-30 20:06:59 +05:30
agriyadev5
7fc2c93693 #631 web component i18n implement new approach 2021-08-30 19:16:08 +05:30
agriyadev5
704588889d #631 web component i18n implement new approach 2021-08-30 17:49:57 +05:30
agriyadev5
2414f85f4a #623 se-input changes event trigger issue fixed 2021-08-26 17:43:33 +05:30
JFH
62ea8a0cda Merge pull request #617 from SVG-Edit/issues/599
#599 TopPanel x,y and dimension for element, doesn't work issue fixed
2021-08-19 09:47:26 +02:00
agriyadev5
b905f4ac4c #612 --global-se-spin-input-width to handle numberspinbox width changes 2021-08-19 12:57:08 +05:30
agriyadev5
9d56df3c8c #612 sespininput width class set changes 2021-08-19 12:29:03 +05:30