Commit Graph

3550 Commits

Author SHA1 Message Date
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
Anton Lavrenov
48ae639b70
Merge pull request #1695 from CPatchane/fix/support_ctx_roundRect
Add support for ctx.roundRect
2024-01-03 07:23:00 -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
5bf47a384c update cdn link 2023-12-20 09:37:21 -05:00
Anton Lavrenov
320bf092af build for 9.3.0 2023-12-20 09:37:21 -05:00
Anton Lavrenov
b581bd6c22 update CHANGELOG with new version 2023-12-20 09:37:09 -05:00
Anton Lavrenov
774fb47393 update deps 2023-12-20 09:35:07 -05:00
Anton Lavrenov
5f95164ca0 Merge branch 'liulinboyi-feat/rotateLinkLineVisiable' 2023-12-20 09:29:06 -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
Anton Lavrenov
f7c8b81dd1
Merge pull request #1675 from kawamataryo/fix-1674
Fixed toBlob to specify mineType and quality
2023-11-25 10:22:24 -05: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
Anton Lavrenov
bb649d9986 update cdn link 2023-10-31 10:51:50 -05:00
Anton Lavrenov
c2612571ab build for 9.2.3 2023-10-31 10:51:49 -05:00
Anton Lavrenov
849eb6b1ca update CHANGELOG with new version 2023-10-31 10:51:26 -05:00
Anton Lavrenov
84f6f90079 changes 2023-10-31 10:48:26 -05:00
Anton Lavrenov
184ab3f350 update deps, enable all tests 2023-10-31 10:42:33 -05:00
Anton Lavrenov
0527d23901 fix test 2023-10-30 19:44:03 -05:00
Anton Lavrenov
a4585821b5 Merge branch 'master' into MadeByMike-fix/1433/position-jitter-when-flip-enabled-is-false 2023-10-30 19:43:11 -05:00
Anton Lavrenov
56ce8a89eb new test 2023-10-30 19:43:02 -05:00
Anton Lavrenov
92d9c6d778 trying flip 2023-10-30 19:04:10 -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
963119f24e update cdn link 2023-10-09 19:34:47 -05:00
Anton Lavrenov
ae96306620 build for 9.2.2 2023-10-09 19:34:47 -05:00
Anton Lavrenov
d6a7d05e11 update CHANGELOG with new version 2023-10-09 19:34:33 -05:00
Anton Lavrenov
c0e56ad5d2
Merge pull request #1647 from sadanora/update-cdn-url-in-quick-look
Update CDN URL in Quick Look
2023-10-03 13:30:50 -05:00
Yusuke Sekiguchi
541d7b2b37
Update CDN URL in Quick Look 2023-10-03 11:50:47 +09:00
Anton Lavrenov
39edd8d20a
Merge pull request #1646 from sadanora/chore/change-cdn-url-in-readme
Change CDN URL in README
2023-09-30 16:50:28 -05:00
Yusuke Sekiguchi
2ea2c4b63e Change CDN URL in README 2023-09-30 15:43:41 +09: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
ddba4d6db2 Add tests for rtl text direction. 2023-09-19 22:09:10 +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
Anton Lavrenov
d8d6d653e3 update cdn link 2023-09-14 08:51:20 -05:00
Anton Lavrenov
a5274a5ff7 build for 9.2.1 2023-09-14 08:51:20 -05:00
Anton Lavrenov
9c605e3608 update CHANGELOG with new version 2023-09-14 08:51:05 -05:00
xkxx
d7b86c5404 feat: Support letterSpacing for RTL. 2023-09-12 00:07:25 +00:00
Anton Lavrenov
99334e197a typescript fixes 2023-09-09 16:39:57 -05:00
xkxx
291a40d94b Add basic support for RTL text direction. 2023-09-09 05:13:25 +00:00
Anton Lavrenov
f6bcbb7c8f additional fix 2023-09-04 11:55:28 -05:00