Marcel Mraz
03028eaa8c
fix: load font faces in Safari manually ( #8693 )
2024-10-30 12:40:24 +01:00
David Luzar
79b181bcdc
fix: restore svg image DataURL dimensions ( #8730 )
2024-10-29 22:40:24 +01:00
David Luzar
f9815b8b4f
fix: image cropping svg + compat mode ( #8710 )
...
Co-authored-by: Ryan Di <ryan.weihao.di@gmail.com>
2024-10-28 10:08:05 +01:00
codeman
96ed8a4331
chore: remove duplicated meta tag ( #8718 )
...
Co-authored-by: David Luzar <5153846+dwelle@users.noreply.github.com>
2024-10-25 16:29:48 +00:00
Hamir Mahal
33b01d4e80
fix: usage of node12 which is deprecated
( #8709 )
2024-10-25 10:39:44 +05:30
Milos Vetesnik
7d52176fea
feat: added sitemap & fixed robot txt ( #8699 )
2024-10-24 12:49:33 +02:00
David Luzar
958e03fcc6
fix: image render perf ( #8697 )
2024-10-23 11:58:43 +02:00
David Luzar
4cedf3d966
feat: do not strip unknown element properties on restore ( #8682 )
2024-10-21 22:56:22 +02:00
Ryan Di
e957c8e9ee
feat: image cropping ( #8613 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
2024-10-21 22:26:52 +02:00
Denis Mishankov
eb09b48ae6
fix: undo/redo action for international keyboard layouts ( #8649 )
...
Co-authored-by: Marcel Mraz <marcel@excalidraw.com>
2024-10-21 17:08:39 +02:00
Marcel Mraz
61623bbeba
fix: Comic Shanns issues, new fonts structure ( #8641 )
2024-10-21 00:11:53 +02:00
David Luzar
15ca182333
fix: remove export-to-clip-as-svg shortcut for now ( #8660 )
2024-10-17 20:47:05 +02:00
Marcel Mraz
b479f3bd65
feat: add first-class support for CJK ( #8530 )
2024-10-17 20:14:17 +02:00
Mathis Beauville
21815fb930
fix: text disappearing on edit ( #8558 ) ( #8624 )
2024-10-17 13:11:48 +02:00
Mark Tolmacs
1e819a2acf
Fix pointDistanceSq
...
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
2024-10-08 09:55:35 +02:00
Mark Tolmacs
a177d33121
Add diamond arc alignment
2024-10-03 14:09:59 +02:00
Mark Tolmacs
2ec3374333
Add visual debug support for arc
2024-10-03 14:09:44 +02:00
Mark Tolmacs
85611b8754
Fix distance filtering
2024-10-03 11:38:42 +02:00
Mark Tolmacs
648728e4b8
Merge branch 'master' into feat/math2
2024-10-02 22:25:58 +02:00
Mark Tolmacs
c53c37ba69
Fix arc line intersection, add tests to element line intersections
2024-10-02 22:17:28 +02:00
Mark Tolmacs
a50ac0ebff
Fix typing issue
...
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
2024-10-02 12:18:34 +02:00
Mark Tolmacs
336fa9d002
Master merge
...
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
2024-10-02 12:09:01 +02:00
David Luzar
b4d8b04d9e
refactor: point()
-> pointFrom()
to fix compiler issue ( #8578 )
2024-10-02 11:49:10 +02:00
David Luzar
47ee8a0094
refactor: point()
-> pointFrom()
to fix compiler issue ( #8578 )
2024-10-01 21:27:17 +02:00
Mark Tolmacs
0c02972695
Replace intersection code
2024-10-01 16:24:31 +02:00
Mark Tolmacs
411deae176
Update tests
2024-09-30 16:51:37 +02:00
Mark Tolmacs
1d293b9203
Small diamond distance fix
2024-09-30 16:51:31 +02:00
Mark Tolmacs
6e67aa3a3c
More intersection detection functions
2024-09-30 15:31:02 +02:00
Mark Tolmacs
b7f504796b
Line and segment intersection
2024-09-30 14:00:52 +02:00
Mark Tolmacs
f347281c21
Merge branch 'master' into feat/math2
2024-09-30 12:03:42 +02:00
Mark Tolmacs
c41486abd1
Fix diamond distance
...
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
2024-09-28 09:09:14 +02:00
Subhadeep Sengupta
a977dd1bf5
feat: Added reddit links as embeddable ( #8099 )
...
feat: #8063 Added reddit links as embeddable
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
2024-09-28 11:49:18 +05:30
Mark Tolmacs
34ec751501
Attempt at optimizing focus point calc
2024-09-27 20:27:10 +02:00
Mark Tolmacs
5cbd6e63a0
Merge branch 'master' into feat/math2
2024-09-27 16:16:06 +02:00
Mark Tolmacs
669771aba7
Remove unused point function
2024-09-27 16:01:48 +02:00
Mark Tolmacs
91b6057d9c
Bounds refactor and duplication removal
2024-09-27 15:58:18 +02:00
Mark Tolmacs
7b4e989d65
Add ellipse changes no angle
...
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
2024-09-27 11:34:02 +02:00
Mark Tolmacs
d9ea7190ec
First implementation of element distance functions with failing tests
2024-09-25 18:30:53 +02:00
Mark Tolmacs
47cc842415
Rectangle distance and tests
2024-09-25 15:04:46 +02:00
Mark Tolmacs
9a8aabbeca
Update snapshot and comment
2024-09-25 14:35:21 +02:00
Mark Tolmacs
3fe73e79a6
Arc tests
2024-09-25 14:22:41 +02:00
Mark Tolmacs
f79fb899fc
Unify actionFlip test
2024-09-25 12:41:45 +02:00
Mark Tolmacs
b697f63cad
More refactor
2024-09-25 11:59:27 +02:00
Mark Tolmacs
392dd5b0b8
ellipse and arc refactors
2024-09-25 11:03:35 +02:00
Mark Tolmacs
3efa8735ef
Ellipse refactor
...
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
2024-09-24 19:12:27 +02:00
Mark Tolmacs
017047d15e
Unify on GenericPoint type
...
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
2024-09-24 18:38:29 +02:00
Mark Tolmacs
0c47bd0004
Unify bounds calculation
...
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
2024-09-24 18:25:31 +02:00
Aakansha Doshi
3fe1883f3f
feat: prefer user defined coords and dimensions over calculated for for frame ( #8517 )
...
* feat: prefer user defined coords and dimensions over calculated for frame
* update changelog
* lint
* show the info only in dev mode and when children present
2024-09-24 21:09:15 +05:30
Marcel Mraz
a80cb5896a
feat: self-hosting existing google fonts ( #8540 )
2024-09-24 17:30:21 +02:00
David Luzar
6dfa18414a
test: decrease min coverage thresholds ( #8541 )
2024-09-24 12:01:28 +00:00