Commit Graph

3568 Commits

Author SHA1 Message Date
Anton Lavrenov
ab224d5b85 update CHANGELOG with new version 2024-03-04 05:18:38 +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
fe8b7e0fc3 update cdn link 2024-03-03 10:43:42 +07:00
Anton Lavrenov
9f8c653745 build for 9.3.4 2024-03-03 10:43:42 +07:00
Anton Lavrenov
8cdac23faa update CHANGELOG with new version 2024-03-03 10:43:27 +07:00
Anton Lavrenov
eb4e2b4fef fix cliping with zero size. close #1723 2024-03-03 10:42:25 +07:00
Anton Lavrenov
e7672858b7 update cdn link 2024-02-09 11:45:12 -05:00
Anton Lavrenov
ea92753221 build for 9.3.3 2024-02-09 11:45:12 -05:00
Anton Lavrenov
93106aba53 update CHANGELOG with new version 2024-02-09 11:45:02 -05:00
Anton Lavrenov
4da037a2fa Another fix for exporting buffered shapes 2024-02-09 11:44:32 -05:00
Anton Lavrenov
1e2c28738b update cdn link 2024-01-26 11:08:49 -05:00
Anton Lavrenov
f212a1ad69 build for 9.3.2 2024-01-26 11:08:48 -05:00
Anton Lavrenov
b37e14afff update CHANGELOG with new version 2024-01-26 11:08:36 -05:00
Anton Lavrenov
76cace8b38 fix large memory usage 2024-01-26 11:08:12 -05:00
Anton Lavrenov
abfdf7153f update cdn link 2024-01-17 19:13:36 -05:00
Anton Lavrenov
297241add4 build for 9.3.1 2024-01-17 19:13:36 -05:00
Anton Lavrenov
80fad79858 update CHANGELOG with new version 2024-01-17 19:13:18 -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
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