Commit Graph

2112 Commits

Author SHA1 Message Date
Q-hj
320f18d67e
Adjust dblclick trigger conditions
Undouble-clicking the right or middle mouse button triggers a dblclick event.
2024-10-29 14:31:17 +08:00
Anton Lavrenov
e47d54889c
Merge pull request #1838 from tbo47/refactor-cont-let
Some checks failed
Test Browser / build (16.x) (push) Has been cancelled
Test NodeJS / build (16.x) (push) Has been cancelled
refactor const let var
2024-10-28 13:41:22 -05:00
lavrton
5cdde09fb5 fix freeze on ios. close #1843 2024-10-21 18:12:39 -05:00
Thibaut(Teebo)
28659eeaf2 const and let 2024-10-11 11:11:27 +00:00
Thibaut(Teebo)
9a7e688f48 refactor for const over let 2024-10-09 14:57:46 +00:00
tbo47
cb85f7272d add types 2024-10-05 15:40:48 +00:00
tbo47
8d2a050d83 var to const or let 2024-10-05 14:18:32 +00:00
tbo47
948307773b add types and remove unused import 2024-10-04 14:58:40 +00:00
Anton Lavrenov
c98b1f6f2a Merge branch 'master' of github.com:konvajs/konva 2024-09-09 11:30:06 -05:00
Anton Lavrenov
d1704e5d75 fix letter spacing for Hindi text 2024-09-09 11:30:00 -05:00
Daniel Kleis
0d977a1b8c #1797 StageConfig: container optional 2024-07-31 22:50:17 +02:00
Anton Lavrenov
9830a6c37c
Merge pull request #1795 from kyechan99/master
fix: specify type
2024-07-19 10:35:33 -05:00
kyechan99
ad0c15a3ac fix: specify return type Path.getPoint* methods 2024-07-19 23:47:56 +09:00
kyechan99
c6a09c8857 fix: revert changes Path.gitPoint static methods 2024-07-19 10:15:51 +09:00
Anton Lavrenov
e6cb27fc64 better types, fix #1794 2024-07-18 13:48:45 -05:00
kyechan99
e7dfe86a39 fix: specify return type Path.getPoint static methods 2024-07-18 18:59:33 +09:00
kyechan99
ffc58d248b fix: specify type Text.measureSize 2024-07-18 18:46:56 +09: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
0a99665e98 Merge branch 'master' of github.com:konvajs/konva 2024-06-12 12:21:18 -05:00
Anton Lavrenov
d95ff79964 fix shape.getClientRect() when a parent is cached, fix #1759` 2024-06-12 12:21:10 -05:00
Elazar Kopyrin
52977b5c0c Update fill and stroke GetSet type to accept CanvasGradient 2024-06-03 22:18:08 +03:00
Elazar Kopyrin
01f4bb605e Update fill type to accpet CanvasGradient 2024-06-03 20:20:05 +03:00
Anton Lavrenov
f0a7924949 try to fix again 2024-05-23 12:40:59 -05:00
Anton Lavrenov
a5cd67261f update CHANGELOG with new version 2024-05-23 12:20:00 -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
Anton Lavrenov
88861b3ec6 fix click event flow a little. close #1755 2024-05-15 14:10:24 -05:00
Anton Lavrenov
4f29c6d365 fix trasnformer bug 2024-03-07 06:53:45 +07:00
Anton Lavrenov
73d65cb7d3 improve transformer performance 2024-03-04 05:16:19 +07:00
Anton Lavrenov
b09ceb34f3 change events order for transformer. fix #1724 2024-03-03 11:45:55 +07:00
Anton Lavrenov
eb4e2b4fef fix cliping with zero size. close #1723 2024-03-03 10:42:25 +07:00
Anton Lavrenov
4da037a2fa Another fix for exporting buffered shapes 2024-02-09 11:44:32 -05:00
Anton Lavrenov
76cace8b38 fix large memory usage 2024-01-26 11:08:12 -05:00
Anton Lavrenov
0d502baccd fix buffer export 2024-01-17 19:12:49 -05:00
Anton Lavrenov
a1660e1ccb fix filters work. close #1697 2024-01-05 10:55:28 -05:00
CPatchane
f6ccabb34a Correctly type radii param 2024-01-02 21:13:32 +01:00
CPatchane
49e6e3e824 Remove the existence check 2024-01-02 21:13:15 +01:00
CPatchane
467147b4c7 Add support for ctx.roundRect
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/roundRect
2023-12-28 14:50:32 +01:00
Anton Lavrenov
a8efcd554a type fixes. close #1692 2023-12-25 11:10:37 -05:00
Anton Lavrenov
813cd4f780 add missing types, close #1693 2023-12-25 10:26:28 -05:00
Anton Lavrenov
fc0ebb7eaf little rename 2023-12-20 09:24:10 -05:00
liulinboyi
8a05f34c87 feat: add flag for link line visiable for Transformer's rotate 2023-12-20 01:22:36 +08:00
kawamataryo
353a51dae4 fixed toBlob to specify mineType and quality. close #1674 2023-11-24 19:30:41 +09:00
Anton Lavrenov
47e8d20a52 fix type issue. clsoe #1663 2023-11-08 10:37:19 -05:00
Mike
4224b41c5a
Split translation to make flip work better with rotated rects 2023-10-30 22:46:38 +00:00