JFH
fa380402e1
increase test coverage
...
extend test coverage
2025-12-07 10:56:29 +01:00
JFH
babd3490c9
Nov25 fixes ( #1072 )
...
* update deps
* fixes #963 and #1061
* fix the issue #974
* update test
2025-11-27 18:10:49 +01:00
JFH
865d1bea33
Prefer href to xlink href ( #1059 )
2025-06-09 16:59:29 +08:00
JFH
887ad2e39f
Fix group rotation ( #1058 )
...
* Update history.js
- Change `BatchCommand.unapply` to use `[...this.commands].reverse()` so the original array is never mutated.
- This preserves the order of commands and ensures history integrity.
2025-06-09 00:33:39 +08:00
Michael S. Scherotter
c127c3734b
Fixed a bug where a rotated text or image did not translate correctly. ( #1055 )
2025-05-21 08:27:57 +02:00
Michael S. Scherotter
f962f9d884
Fixed issue where foreignObject contents styles were getting removed on object moving ( #1053 )
2025-05-05 08:55:18 +02:00
Michael S. Scherotter
4b822fe190
Fixed issue where svgToString was converting HTML elements to uppercase in svgCanvas.svgToString() ( #1051 )
2025-05-01 23:02:34 +02:00
JFH
c22cc05006
fixes #1042 ( #1043 )
2025-04-01 12:08:06 +02:00
Michael S. Scherotter
dc0ce52e71
Html elements in foreign object ( #1041 )
2025-03-28 18:00:19 +01:00
JFH
42840d51de
Update to allow commas ( #1023 )
...
* update dependencies
* allow commas for separators
2025-02-23 14:21:25 +01:00
JFH
403237c182
Fix text scale #1008 ( #1010 )
...
* update dependencies
* fix #1008 by adjusting font-size
(allowing to keep the text keep his proportions to the font)
* refactor math.js
2024-12-27 21:37:05 +01:00
JFH
f0549e4629
Tspan fix ( #1006 )
...
* avoid creating x,y in a moving tspan if they didn't exist
* upgrade deps
2024-11-10 14:29:45 +01:00
JFH
3607cc8d69
Fix layer initialisation for orphans ( #1005 )
...
* beautify with standard
* update dependencies
* name is created below so no need here
* initialize name before using it.
2024-10-27 12:33:15 +01:00
JFH
989f637e6c
Update whitelist with dominant-baseline ( #1004 )
2024-10-26 19:47:15 +02:00
JFH
346378ead6
convert to base64 before export as CORS restrictions would break the export of linked images ( #1003 )
2024-10-26 19:26:11 +02:00
JFH
23c6bc2e23
September updates ( #992 )
...
* fix deprecated apple-mobile -web-app-capable
* fix issue #974
* update dependencies
* fix a trailing space for points
* fix issue with tspan recalculation
2024-09-16 13:13:05 +02:00
Delmo Heredia
04ab3dd873
Fix initial stroke width ( #959 )
...
* Fix initial stroke width
* refresh packages
* update snapshots
* Update issue-752.cy.js
---------
Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com >
2024-04-18 13:58:59 +02:00
cg-scorpio
b166aa02c7
detect a g layer with the className "Layer" instead of a non empty title ( #955 )
...
* detect a g layer with the className "Layer" instead of a non empty title
* fix TU
2024-03-12 06:19:47 +01: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
JFH
f0e4407f44
Fix export ( #936 )
...
* fix export
* improve dialog and fix quality
2023-12-10 10:52:20 +01:00
JFH
ec3e0522df
Fixes issue with xy panel ( #935 )
...
* update deps
* fixes #930
* update workflow
* Update TopPanel.js
* fix side effects
* Update utilities-performance.cy.js
2023-12-09 17:17:10 +01:00
Mo'ath Zaghdad
0895235c17
fix: Enhance text properties for multiple selected elements (SVG-Edit/svgedit#918) ( #919 )
...
* fix: Enhance text properties for multiple selected elements (SVG-Edit/svgedit#918 )
This commit addresses issue SVG-Edit/svgedit#918 by improving
text property handling when multiple elements are selected.
You can now set Bold, Italic, Text-Decoration, Text-Anchor,
Letter-Spacing, Word-Spacing, Text Length, and Length Adjust.
* Update Editor.js
---------
Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com >
2023-09-18 12:38:41 +02:00
JFH
24b8f74c4d
Connector extension ( #916 )
...
* npm update
* move connector extension back
2023-08-25 23:47:16 +02:00
JFH
13cdaedc63
Fix #879 ( #883 )
...
* create and use getTransformList
* update dependencies
2023-03-31 01:57:06 +02: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