Aitor Moreno
d880307a9b
🎉 Add performance measuring functions ( #6229 )
2025-04-10 11:33:22 +02:00
Belén Albeza
6f91da9461
🔧 Fix Rust tests ( #6208 )
...
* 🔧 Fix test script (rust wasm)
* 🔧 Make code compile in test mode + using aarch64 as a target for tests
2025-04-07 14:08:41 +02:00
Aitor Moreno
b6ac1dea4d
🐛 Fix TileSurfaceCache not deref surfaces
2025-03-28 16:14:37 +01:00
Alejandro Alonso
6953a57333
🎉 Avoid full tiles rebuild on set modifiers
2025-03-28 11:55:54 +01:00
Aitor Moreno
08fc32cdc6
🎉 Cache extra tiles
2025-03-28 11:34:18 +01:00
Aitor Moreno
8a8d89dfc0
🎉 Sort viewport tiles by distance to center
2025-03-28 11:22:10 +01:00
Alejandro
bd5e47f5fc
Merge pull request #6126 from penpot/elenatorro-10516-fix-stroke-shadows
...
🐛 Fix stroke shadows
2025-03-28 09:54:39 +01:00
Elena Torro
f4d04a3dcb
🐛 Fix Stroke Shadows
...
- Move shadows surface responsibility
- Draw shadows directly into DropShadows and InnerShadows surfaces
- Draw stroke shadows directly into Strokes in order
- Clean up old shadow surfaces (Shadow & Overlay)
2025-03-28 08:56:37 +01:00
Elena Torró
9800331505
🎉 Improve performance reducing unnecessary calls to set-objects
...
🎉 Improve performance reducing unnecessary calls to set-objects
2025-03-27 16:19:36 +01:00
Alejandro Alonso
7728d5b317
🎉 Improve performance reducing unnecessary calls to set-objects
2025-03-27 15:47:03 +01:00
Elena Torro
33c3611345
✨ Render text properly while dragging and resizing the text Shape
2025-03-27 13:04:45 +01:00
Aitor Moreno
3cf823ffb3
Merge pull request #6137 from penpot/superalex-rendering-wasm-performance
...
🎉 Avoid rendering too small shapes
2025-03-27 10:22:02 +01:00
Aitor Moreno
6231a9f931
Merge pull request #6130 from penpot/azazeln28-fix-tile-cache-exhaustion
...
🐛 Fix tile cache exhaustion
2025-03-27 09:51:16 +01:00
Aitor Moreno
60bc88a075
🐛 Fix tile cache exhaustion
2025-03-25 16:35:49 +01:00
Alejandro Alonso
85b24e1e8d
🎉 Disable antialias for small shapes
2025-03-24 16:27:43 +01:00
Alejandro Alonso
a80f114d66
🎉 Avoid rendering too small shapes
2025-03-24 11:49:38 +01:00
alonso.torres
a830c27ceb
✨ Improvements on flex layout positioning
2025-03-21 10:18:34 +01:00
Alejandro
4c12af957c
Merge pull request #6121 from penpot/superalex-tada-improve-tile-shapes-iteration-2
...
🎉 Improve tile shapes iteration
2025-03-21 07:30:52 +01:00
Alejandro Alonso
9ea3c54b92
🎉 Improve tile shapes iteration
2025-03-21 07:20:45 +01:00
Elena Torro
91d15ea221
🐛 Fix Fill Inner Shadows
2025-03-20 15:20:15 +01:00
Elena Torro
e60e36a0e2
🔧 Refactor RenderState scale calculation
2025-03-20 14:36:45 +01:00
Aitor Moreno
084816fb9f
🎉 Tile rendering system
2025-03-20 11:14:14 +01:00
Alejandro
b727f2fe1f
Merge pull request #6077 from penpot/elenatorro-10516-fix-shadow-rendering
...
🐛 Fix drop shadows viewport clipping
2025-03-19 08:48:03 +01:00
Elena Torro
731c21f082
🐛 Fix drop shadows viewport clipping
2025-03-18 15:56:43 +01:00
Elena Torro
ba387a892f
✨ Support emoji default font in text rendering
2025-03-18 10:33:27 +01:00
Belén Albeza
eb6d2fb0eb
🎉 Store custom fonts (ttfs) and use them to write texts (wasm) ( #6050 )
2025-03-14 12:45:15 +01:00
elenatorro
5b9dd96e02
🐛 Fix children clip bounds inheritance
2025-03-10 15:55:43 +01:00
elenatorro
3a8ba4cbee
🔧 Avoid using global static mut variables when possible
2025-03-07 15:07:31 +01:00
Belén Albeza
aa468e2153
🎉 Render plain text
...
* 🎉 Serialize text content (wasm)
* ♻️ Refactor functions in main to wasm module
* 🎉 Stub rendering of paragraph text (wasm)
* 📎 Clean up commented code
2025-03-04 11:54:52 +01:00
Belén Albeza
0416e883ca
🐛 Fix rendering order of inner shadows when shape has no fills (wasm)
2025-02-27 17:45:39 +01:00
Belén Albeza
12c2d73846
🐛 Fix messed up rebase re: sampling options
2025-02-26 15:18:26 +01:00
Belén Albeza
2cf179ccf6
♻️ Add ShapeStrokes surface
2025-02-26 09:51:30 +01:00
Belén Albeza
5ebfc603e6
♻️ Refactor surfaces (wasm)
2025-02-26 09:50:17 +01:00
alonso.torres
80d5272248
✨ Serialize layout data
2025-02-25 15:43:12 +01:00
Aitor Moreno
4799f6fe0a
♻️ Refactor rendering surfaces ( #5921 )
2025-02-21 11:04:12 +01:00
alonso.torres
9143187efd
✨ Modify shapes geometry instead of transformation matrix
2025-02-20 17:39:17 +01:00
Aitor Moreno
b661f39422
♻️ Refactor render shape ( #5916 )
2025-02-20 16:33:18 +01:00
Alejandro Alonso
6277db8d45
🐛 Fix clip for frames with border radius (render wasm)
2025-02-20 09:24:55 +01:00
Alonso Torres
6cb1aa24cd
✨ Add constraints calculation on WASM ( #5894 )
...
* ✨ Add constraints calculation on WASM
* ✨ Fix after review
2025-02-19 10:40:04 +01:00
Belén Albeza
6cbaacf1e0
🎉 Implement inner shadows (wasm) ( #5767 )
...
* 🎉 Implement inner shadows (wasm)
* 🐛 Fix reset canvas problem
---------
Co-authored-by: alonso.torres <alonso.torres@kaleidos.net>
2025-02-14 13:46:30 +01:00
Alejandro Alonso
64e6d0b1f8
🐛 Fix wasm glitches
2025-02-13 15:16:45 +01:00
AzazelN28
f8d58cb74e
🎉 Feat masks
2025-02-13 12:54:18 +01:00
alonso.torres
3dcabc9502
✨ Use skia matrix for internal data
2025-02-11 16:49:43 +01:00
Alejandro Alonso
d1a1dafcad
🎉 Remove unnecesary clone for cache image
2025-02-11 14:05:37 +01:00
Alejandro Alonso
246463a3ec
🎉 Remove shape cloning from render wasm
2025-02-11 14:05:37 +01:00
alonso.torres
1bb337c3dd
✨ Add support for WASM transforms
2025-02-11 12:36:44 +01:00
Alejandro Alonso
2ce88283a2
🐛 Fix wasm render frame clipping
2025-02-10 13:54:27 +01:00
Alejandro
8f11a925df
🎉 Non blocking render wasm ( #5726 )
2025-02-10 11:46:56 +01:00
alonso.torres
8c310e6e5c
✨ Add label to wasm renderer
2025-01-30 11:45:06 +01:00
Alejandro
16ec8b033a
🐛 Fix wasm render performance flushing drawing surface ( #5709 )
2025-01-29 14:17:20 +01:00