JFH
|
279bdc778b
|
Merge pull request #684 from SVG-Edit/update
fix #683
|
2021-12-25 21:20:58 +01:00 |
JFH
|
33ec4bcbc8
|
Merge branch 'master' into update
|
2021-12-25 17:10:35 -03:00 |
JFH
|
163fa5dd4c
|
fix #683
|
2021-12-24 16:05:45 +01:00 |
JFH
|
8a765aba6f
|
Merge pull request #681 from jggsus88/issue/674
[issue-674] Bypass the ns with the attribute for the se attributes in…
|
2021-12-22 23:58:15 +01:00 |
jesus
|
7ca417c963
|
[issue-674] Bypass the ns with the attribute for the se attributes in orther to avoid attribute duplication
|
2021-12-22 19:58:16 +01:00 |
JFH
|
6bb447eeee
|
Merge pull request #678 from SVG-Edit/update
Fix html for font size
|
2021-12-11 13:58:32 +01:00 |
JFH
|
18f08bcc02
|
Merge pull request #676 from SVG-Edit/correct-selectedChanged-notification
Fix : call selectedChanged notification with empty selected elems arr…
|
2021-12-11 13:54:33 +01:00 |
JFH
|
5d315e4e92
|
fix font size input field
|
2021-12-10 17:33:53 +01:00 |
JFH
|
f414d3c0a6
|
chore(deps): update dependencies
|
2021-12-08 21:31:55 +01:00 |
Cédric Godefroy
|
26c45f6d4d
|
Fix : call selectedChanged notification with empty selected elems array when clearSelectionMethod is called
|
2021-12-06 15:31:41 +01:00 |
JFH
|
a529258774
|
Merge pull request #673 from SVG-Edit/external-html
externalized html templates for better modularity
|
2021-12-04 12:53:17 +01:00 |
JFH
|
8377488963
|
fix rollup for the build with external html modules
|
2021-12-04 12:36:24 +01:00 |
JFH
|
dc41e5d4ec
|
include html transformation for tests as well
|
2021-12-04 11:30:29 +01:00 |
JFH
|
42d1a2f342
|
separate html code into their own modules
|
2021-12-03 23:13:20 +01:00 |
JFH
|
f7fe164c50
|
Update rollup.config.js
|
2021-12-02 00:16:16 +01:00 |
JFH
|
9a04258991
|
Merge pull request #670 from SVG-Edit/fix-issue-#669
Fix issue #669
|
2021-12-01 11:27:59 +01:00 |
JFH
|
a8be016400
|
fix lint issue and update dependencies
|
2021-12-01 10:56:08 +01:00 |
JFH
|
16aa410b75
|
move importImages to opensave extension
|
2021-12-01 09:48:55 +01:00 |
JFH
|
edcdd3429e
|
fix issue #669
|
2021-12-01 01:22:09 +01:00 |
JFH
|
7638bb7cea
|
Merge pull request #668 from SVG-Edit/update-and-fix-lint
dependencies update and fix lint unused disabled line
|
2021-11-26 09:17:57 +01:00 |
JFH
|
b09f71e703
|
dependencies update and fix lint unused disabled line
|
2021-11-25 23:40:07 +01:00 |
JFH
|
83303065bb
|
Merge pull request #667 from SVG-Edit/fix-mouse-wheel-event
Fix : fix mouse-wheel javascript error
|
2021-11-23 11:18:17 +01:00 |
Cédric Godefroy
|
ee8b2c6296
|
Refactoring : use only one variable instead of two
|
2021-11-23 10:14:22 +01:00 |
JFH
|
19dd5482d8
|
Merge pull request #666 from SVG-Edit/text-edition-canvas-without-editor
|
2021-11-22 23:36:59 +01:00 |
Cédric Godefroy
|
c2e4aa2ec9
|
Linting eslint : correct linter warning
|
2021-11-22 11:52:18 +01:00 |
Cédric Godefroy
|
e0f48fa3fb
|
Fix : fix mouse-wheel javascript error
|
2021-11-22 11:28:44 +01:00 |
Cédric Godefroy
|
65fe092e81
|
Renforcement : add text edition button in canvas demo without editor
|
2021-11-22 10:56:38 +01:00 |
JFH
|
3ba251f168
|
fix test
|
2021-11-18 00:35:02 +01:00 |
JFH
|
81f4a9acbf
|
add iife build
|
2021-11-17 19:53:20 +01:00 |
JFH
|
caa9edce65
|
Merge pull request #665 from SVG-Edit/perf
remove (at least temporarly) the extension "overview window" hitting very seriously performance
|
2021-11-12 18:46:45 +01:00 |
JFH
|
272d58730f
|
fix typo
|
2021-11-12 17:57:43 +01:00 |
JFH
|
254f86397b
|
fix issue with text selection
|
2021-11-12 17:32:54 +01:00 |
JFH
|
585bd06212
|
bump version - fix bug
|
2021-11-12 16:50:09 +01:00 |
JFH
|
8eecf8b229
|
Merge branch 'master' into perf
|
2021-11-12 15:59:21 +01:00 |
JFH
|
65ecd9464b
|
update dependencies
|
2021-11-12 15:58:00 +01:00 |
JFH
|
d318ee1930
|
Update .eslintrc.js
|
2021-11-08 10:28:09 +01:00 |
JFH
|
37a46b1024
|
minor adjustments for release
|
2021-11-08 10:13:55 +01:00 |
JFH
|
6332fa0591
|
update for V7.0.0
|
2021-11-08 09:28:22 +01:00 |
JFH
|
0a4164f644
|
Merge pull request #662 from SVG-Edit/fix-test
use clientY for mouse move
|
2021-11-07 22:12:17 +01:00 |
JFH
|
6f3896aaa0
|
Update issue-660.js
|
2021-11-07 21:23:16 +01:00 |
JFH
|
46beeb1548
|
use clientY for mouse move
|
2021-11-04 00:50:13 +01:00 |
JFH
|
d1944b534a
|
Update issue-660.js
|
2021-11-03 17:38:50 +01:00 |
JFH
|
cf0715697e
|
Merge pull request #661 from smagnetize/master
Cypress test for #660 - Chrome 96 text scaling bug
|
2021-11-03 17:29:05 +01:00 |
Simon Brown
|
93bf757bfa
|
simpler test to trigger bug
|
2021-11-02 16:17:05 +00:00 |
Simon Brown
|
61ce055996
|
Reproduction of Chrome 96 text scale bug #660
|
2021-11-02 15:42:18 +00:00 |
JFH
|
4f1059d303
|
Merge pull request #658 from phcreery/fix-y1
add y1 to TopPanel attributes change listener
|
2021-11-01 20:41:15 +01:00 |
JFH
|
077ebc1da8
|
update dependencies
|
2021-11-01 20:27:52 +01:00 |
JFH
|
8596ce2e15
|
Update scenario5.js.snap
|
2021-11-01 20:10:13 +01:00 |
JFH
|
e10f70aec0
|
Merge pull request #659 from SVG-Edit/marker-extension
Marker extension
|
2021-11-01 19:17:07 +01:00 |
JFH
|
2c6503e026
|
Update seList.js
|
2021-11-01 18:12:31 +01:00 |