Anton Lavrevov
a15dd097b4
Add Brightness filter and enhance filter handling
...
- Introduced a new Brightness filter for CSS-compatible brightness adjustments.
- Updated the Node class to support mixed filter types (function filters and CSS filter strings).
- Enhanced filter application logic to check for CSS filter support and fallback to function filters when necessary.
- Added unit tests for new filter comparisons against native CSS filters.
- Updated documentation for filter usage and examples.
2025-08-23 02:50:50 -05:00
Anton Lavrevov
af90006490
Fixed TextPath render on right align on some fonts. close #1953
2025-08-22 07:00:34 -05:00
Anton Lavrevov
4cad96ff73
Avoid crash when node inside transformer was destroyed. close #1957
2025-08-18 23:47:44 +09:00
Anton Lavrevov
c621b39f99
fixed mouseup + click events order when clicked on empty area of stage. close #1954
2025-08-17 00:26:42 +09:00
Anton Lavrevov
e7eb3e9a3f
relaxed test
2025-08-13 21:56:24 +09:00
Anton Lavrevov
78d7939a26
try to fix a test for github actions
2025-08-13 21:50:30 +09:00
Anton Lavrevov
24b406f2ca
restore all tests
2025-08-13 11:03:40 +09:00
Anton Lavrevov
bfee151fbf
Merge branch 'master' of github.com:konvajs/konva
2025-08-12 22:23:43 +09:00
Anton Lavrevov
b059956e24
enable better text render, partial test fix
2025-08-12 22:23:33 +09:00
Anton Lavrenov
7b9ccd18ba
Merge pull request #1940 from Caden-Hornyak/feature/regular-polygon-corner-radius
...
Test Browser / build (20.x) (push) Has been cancelled
Test NodeJS / build (23.x) (push) Has been cancelled
Add corner radius for Regular Polygon
2025-08-11 06:54:12 -05:00
Anton Lavrenov
553245c074
Merge pull request #1950 from Caden-Hornyak/fix/corner-radius-negative-dimensions
...
Fixed corner radius for Konva.Rect negative width/height
2025-08-11 06:38:15 -05:00
Anton Lavrevov
e33341d3f6
refactor
2025-08-11 20:34:32 +09:00
Anton Lavrevov
8f22d97937
fix types in tests, add skia backend
2025-08-10 22:10:55 +09:00
Anton Lavrevov
d2ecf2064e
new charRenderFunc property for Konva.text, clean tests
2025-08-09 10:49:46 +09:00
Caden Hornyak
c398aedb0a
Merge branch 'konvajs:master' into feature/regular-polygon-corner-radius
2025-07-23 12:44:47 -07:00
Caden Hornyak
33e5ddf4ae
Merge branch 'konvajs:master' into fix/corner-radius-negative-dimensions
2025-07-23 12:44:20 -07:00
CadenH
18956ae62b
Fixed negative polygon radius corner radius bug
2025-07-23 12:39:32 -07:00
CadenH
eb70aaf7d2
fixed negative width/height corner radius
2025-07-23 11:32:25 -07:00
Anton Lavrevov
750484b0ad
Fixed possible crash on node.to() method. close #1944
2025-07-08 14:20:25 -05:00
progfay
cb8760771e
add test for Stage pointerleave
2025-07-04 12:18:39 +09:00
CadenH
1adf506a93
changed const to var
2025-06-30 16:08:17 -07:00
CadenH
089766c7ae
fixed bugged test
2025-06-30 13:10:28 -07:00
CadenH
5155a240a3
add corner radius for regular polygon
2025-06-30 01:24:21 -07:00
Anton Lavrenov
cdd61d7179
fix pointerleave bubbling
2025-06-05 16:13:49 -05:00
tbo47
88e3d2a088
var let const
2025-04-04 13:01:18 +00:00
Anton Lavrevov
a29157a528
FINALLY FIX THAT DAMN NODE TEST!
2025-04-03 17:21:13 -05:00
Anton Lavrevov
2e08f7319f
fix caching when buffer is used. close #1886
...
fix svg length calculation. close #1869
2025-04-03 13:03:06 -05:00
Anton Lavrevov
f32a416e03
Fixed tween destroy memory leak. close #1898
2025-03-28 13:08:04 -05:00
Anton Lavrevov
fd77f305d1
fix buffer usage in export for stage and layer. fix #1903
2025-03-28 12:52:40 -05:00
Anton Lavrevov
bdd43b239c
fix test
2025-03-20 14:27:08 -05:00
Anton Lavrevov
1fb391d551
better text calculations on ellipsis config
2025-03-20 14:26:01 -05:00
Anton Lavrevov
48ce5e9712
fix memory leak. close #1896
2025-03-12 07:48:47 -07:00
Anton Lavrevov
9b989b41aa
Enhance Transformer event handling and add unit test for cleanup of subscriptions. Ensure event listeners are properly managed on transformer destruction. fix #1872
Test Browser / build (23.x) (push) Waiting to run
Test NodeJS / build (23.x) (push) Waiting to run
2025-01-22 09:02:12 -05:00
Anton Lavrevov
adba0073e3
fixes in emoji rendering
2024-12-23 12:29:30 -05:00
Anton Lavrevov
c23e8f9b6b
fix tests in node.js
2024-12-23 09:46:43 -05:00
Anton Lavrevov
7e174b075c
adjust tests
2024-12-23 09:25:58 -05:00
Anton Lavrevov
855e7fa40d
Fix emoji rendering with letterSpacing. close #1642
2024-12-16 19:46:41 -05:00
Anton Lavrevov
00ee0846d5
fix arrow.getClientRect() calculations. fix #1851
2024-12-01 19:18:41 -06:00
lavrton
9322bfaa80
fix line-through for justify. close #1846
2024-11-05 16:02:04 -05:00
lavrton
5cdde09fb5
fix freeze on ios. close #1843
2024-10-21 18:12:39 -05:00
Anton Lavrenov
d1704e5d75
fix letter spacing for Hindi text
2024-09-09 11:30:00 -05:00
Anton Lavrenov
3f6f9f9365
fix shadow + corner radius for images, close #1734
2024-07-16 20:19:26 -05:00
Anton Lavrenov
ac1587fac8
update docs, fix fullRule for hit graph, close #1787
2024-07-15 12:40:00 -05:00
Anton Lavrenov
bb5275f9d1
measureText fallback
2024-07-05 13:24:38 -05:00
Anton Lavrenov
83523ecc6f
fix transform on double touch, fix #1767
2024-06-20 09:59:21 -05:00
Anton Lavrenov
8be222e80e
Fix svg path.getPointAtLength(). fix #1766
2024-06-12 16:12:20 -05:00
Anton Lavrenov
d95ff79964
fix shape.getClientRect() when a parent is cached, fix #1759`
2024-06-12 12:21:10 -05:00
Anton Lavrenov
07bdf49bfd
fix underline for experimental render
2024-05-20 19:23:37 -05:00
Anton Lavrenov
7d5ba3e429
rename fix apply
2024-05-15 21:10:03 -05:00
Anton Lavrenov
0ec3425d99
possible fix for all our text problems
2024-05-15 20:35:26 -05:00