Elena Torro
962d7839a2
🔧 Add progressive rendering support for improved page load experience
...
When loading large pages with many shapes, the UI now remains responsive by
processing shapes in chunks (100 shapes at a time) and yielding to the browser
between chunks. Preview renders are triggered at 25%, 50%, and 75% progress to
give users visual feedback during loading.
2026-01-21 14:55:53 +01:00
Elena Torro
83387701a0
🔧 Add batched shape base properties serialization for improved WASM performance
2026-01-21 14:55:07 +01:00
Elena Torro
5775fa61ba
🔧 Refactor ShapesPool to use index-based storage instead of unsafe lifetime references
...
Replace `HashMap<&'a Uuid, ...>` with `HashMap<usize, ...>` for all auxiliary maps
(modifiers, structure, scale_content, modified_shape_cache)
2026-01-21 14:53:56 +01:00
Alejandro Alonso
b7c2d9a079
Merge pull request #8130 from penpot/superalex-improve-zoom-pan-performance-7
...
🐛 Fix some tiles disappear after fast zoom and pan
2026-01-20 12:56:02 +01:00
Alejandro Alonso
6fa0c3af0c
🐛 Fix some tiles disappear after fast zoom and pan
2026-01-20 12:40:01 +01:00
Alejandro Alonso
884954f4ff
🐛 Fix text selrect calculation
2026-01-20 12:37:57 +01:00
Alejandro Alonso
324d54ad28
🐛 Fix set all rounded corners to 0
2026-01-20 09:34:06 +01:00
Alejandro Alonso
c411aefc6c
🐛 Fix rotated shapes extrect calculation
2026-01-15 12:53:21 +01:00
Alejandro Alonso
311e124658
🎉 Reduce extrect work in tile traversal
...
Avoid repeated extrect calculations and simplify root ordering per tile.
2026-01-15 12:53:21 +01:00
Alejandro Alonso
afc914f486
🎉 Render simple shapes directly on Current
...
Bypass intermediate surfaces for simple shapes without effects.
2026-01-15 12:53:21 +01:00
Alejandro Alonso
84f750da0d
🎉 Skip heavy effects in fast mode
...
Avoid blur and shadow passes for text and shapes when FAST_MODE is enabled.
2026-01-15 08:45:21 +01:00
Alejandro Alonso
c60d74df62
🐛 Fix nested frames border clipping
2026-01-14 11:10:03 +01:00
Alejandro Alonso
d593e299e3
🐛 Fix mask erros on save/restore optimizations
2026-01-14 11:10:03 +01:00
Alejandro Alonso
4a8e02987f
🐛 Fix mask erros on save/restore optimizations
2026-01-14 11:10:03 +01:00
Alejandro Alonso
ee766e85a0
🎉 Wasm render dirty surfaces
2026-01-14 11:10:03 +01:00
Alejandro Alonso
35e3b7f19a
🎉 Root ids refactor
2026-01-14 11:10:03 +01:00
Alejandro Alonso
1810df232b
🎉 Ignore frames and groups when they have no visual extra information
2026-01-14 11:10:03 +01:00
Alejandro Alonso
3e99ad036c
🎉 Avoid unnecesary saves and restores
2026-01-14 11:10:03 +01:00
Alejandro Alonso
a948e49e51
🐛 Fix using cache on first zoom after pan
2025-12-30 10:03:24 +01:00
Alejandro Alonso
ab3a3ef43b
🎉 Resize cache only when required
2025-12-30 10:03:24 +01:00
Alejandro Alonso
9c21fd3359
🐛 Fix resize cache memory leak
2025-12-30 10:03:24 +01:00
alonso.torres
8fde6b28ed
🐛 Fix problems with alignments and margins
2025-12-12 13:21:04 +01:00
alonso.torres
63325ec796
🐛 Fix problem with flex fill size distribution
2025-12-12 13:21:04 +01:00
alonso.torres
84415476d0
🐛 Fix problem with reflow layout
2025-12-12 13:21:04 +01:00
alonso.torres
ce5006ae84
🐛 Fix problem with border radius to path
2025-12-11 22:40:44 +01:00
Belén Albeza
0a7a65af5d
♻️ Make SerializableResult to depend on From traits
2025-12-11 16:00:03 +01:00
alonso.torres
ea4d0e1238
✨ Calculate position data in wasm
2025-12-11 16:00:03 +01:00
Elena Torro
b705cf953a
🐛 Set layout data from set-object
2025-12-11 14:52:32 +01:00
Alejandro Alonso
1066438b02
Merge pull request #7922 from penpot/elenatorro-12855-improve-pan-rendering
...
🔧 Improve pan rendering
2025-12-10 15:58:59 +01:00
Elena Torro
2c3732f3f4
🔧 Fix line height calculation
2025-12-10 10:59:27 +01:00
Elena Torro
81bc1bb0af
🔧 Log performance when building using profile-macros
2025-12-09 15:25:13 +01:00
Elena Torro
b8feb6374d
🔧 Rebuild indices on zoom change, not pan
2025-12-09 11:26:03 +01:00
Elena Torro
0889df8e08
🔧 Skip slow operations on fast render
2025-12-09 11:26:03 +01:00
Belén Albeza
7be8ac3fd7
🐛 Fix internal error while importing a library
2025-12-09 11:10:32 +01:00
Elena Torro
9216d965ef
🔧 Update rendering settings to smooth render
2025-12-09 10:43:33 +01:00
alonso.torres
3471d40f46
🐛 Fix problem with boolean shapes updates
2025-12-02 17:28:20 +01:00
alonso.torres
fad9ed1c48
🐛 Fix problem with reordering layers
2025-12-02 12:27:00 +01:00
alonso.torres
721b337511
🐛 Fix visual feedback on padding/margin/gaps modified
2025-12-01 16:31:15 +01:00
Alejandro Alonso
e889413f26
🐛 Fix nested shadows clipping
2025-12-01 09:22:23 +01:00
Elena Torró
115273b478
Merge pull request #7852 from penpot/alotor-flex-issues
...
🐛 Fix flex problems in new render
2025-11-28 14:10:42 +01:00
Belén Albeza
f96ed8ccd6
✨ Fix playwright tests
2025-11-28 13:25:13 +01:00
alonso.torres
59f3b4db4c
🐛 Fix problem with auto-size and element margins
2025-11-28 12:12:19 +01:00
alonso.torres
130b8c8214
🐛 Fix problems with flex layout in new render
2025-11-28 10:49:55 +01:00
Alejandro Alonso
63959a22cc
🐛 Fix svg attrs
2025-11-27 12:23:46 +01:00
Alejandro Alonso
8840246425
🐛 Fix bleeding masks
2025-11-27 12:23:46 +01:00
Alejandro Alonso
e3b87390f6
🐛 Fix nested shadows clipping
2025-11-27 12:23:46 +01:00
Alejandro Alonso
d9ab28e6ed
🐛 Fix nested clipping
2025-11-27 12:23:46 +01:00
Belén Albeza
9183dbbc43
🔧 Fix lint error (rust)
2025-11-27 11:51:05 +01:00
alonso.torres
8880f07a6a
🐛 Fix problem with thumbnails in parallel
2025-11-25 17:56:00 +01:00
alonso.torres
dd5f3396d1
🐛 Fix problem with layout z-index
2025-11-24 17:48:58 +01:00