Commit Graph

2104 Commits

Author SHA1 Message Date
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
Mike
63924bceee
Change order of rotation 2023-10-30 21:28:41 +00:00
Mike
eeca597a0f
Fix position jitter when flip enabled false
Rather than disabling the exiting updates when flipEnabled is false I've updated to translate and set scale to an absolute value on the new transform.

This appears to solve the jitter and work otherwise the same as the existing method.
2023-10-30 08:40:54 +00:00
Anton Lavrenov
23cbea2dc5
Merge pull request #1637 from xkxx/master
feat: Add basic support for RTL text direction.
2023-09-21 10:14:11 -05:00
xkxx
6a5fc5211b Address PR comments 2023-09-20 17:16:46 +00:00
xkxx
2ef0a38ef8 Address PR comments. 2023-09-19 01:08:16 +00:00
xkxx
5570b4d62b Use native letterSpacing for RTL and use polyfill for all other cases. 2023-09-18 22:54:22 +00:00
Anton Lavrenov
0fe8616bb6 fix type. close #1643 2023-09-18 11:13:18 -05:00
xkxx
d7b86c5404 feat: Support letterSpacing for RTL. 2023-09-12 00:07:25 +00:00