Elena Torro
9a44bd0967
📚 Add schemas and links to render-wasm README
2025-06-17 14:06:46 +02:00
Alejandro Alonso
8c6a80829f
Merge pull request #6671 from penpot/azazeln28-refactor-minor-perf-issues
...
♻️ Refactor some minor perf issues
2025-06-17 11:30:43 +02:00
Elena Torró
039a544990
Merge pull request #6675 from penpot/alotor-grid-helpers
...
✨ Add grid helpers to wasm
2025-06-17 11:14:18 +02:00
Elena Torró
4869373a43
🔧 Add methods to render text as path ( #6624 )
...
* 🔧 Refactor text strokes drawing
* 🔧 Add text to path methods for future usage
* 📚 Add text as paths internal documentation
2025-06-16 13:37:29 +02:00
alonso.torres
0be8a6e0e6
✨ Add grid helpers to wasm
2025-06-16 09:55:35 +02:00
Aitor Moreno
369e134bed
♻️ Refactor some minor perf issues
2025-06-10 16:00:10 +02:00
Elena Torró
f02dd9f8dc
Merge pull request #6651 from penpot/superalex-path-fixes
...
🐛 Path fixes
2025-06-10 12:11:25 +02:00
Alejandro Alonso
e91550cd9d
Merge pull request #6646 from penpot/ladybenko-10904-playwright-wasm
...
🔧 Set up visual regression tests for wasm renderer
2025-06-10 09:24:59 +02:00
Alejandro Alonso
ed76b1b1ee
🎉 Support for webp images ( #6665 )
2025-06-10 08:40:30 +02:00
Belén Albeza
afdbb5cf2f
📚 Add documentation specific for wasm visual regression tests
2025-06-09 17:46:18 +02:00
Alejandro Alonso
78d6166bac
🐛 Fix caps for rounded paths
2025-06-09 14:40:54 +02:00
Alejandro Alonso
8db910baee
🐛 Fix rendering vertical and horizontal paths
2025-06-09 13:04:18 +02:00
Alejandro Alonso
a9702f104d
🐛 Fix shapes without fills contained in a group with fills
2025-06-09 13:04:18 +02:00
Alejandro Alonso
d008ea9edd
Merge pull request #6652 from penpot/elenatorro-fix-load-fonts
...
🐛 Fix fonts initialization
2025-06-09 09:31:00 +02:00
Elena Torro
8c20159fb0
🐛 Cache emoji font correctly
2025-06-06 11:28:50 +02:00
Aitor Moreno
fcd3e5c34c
♻️ Refactor surface iteration
2025-06-06 10:21:31 +02:00
Aitor Moreno
8922e7454f
♻️ Refactor some allocations
2025-06-05 15:37:03 +02:00
Elena Torró
793c01a0a1
Merge pull request #6611 from penpot/elenatorro-add-new-render-texts-docs
...
📚 Add texts documentation
2025-06-04 10:11:31 +02:00
Elena Torró
bbac5d050e
Merge pull request #6623 from penpot/ladybenko-11106-send-all-fills
...
✨ Send all fills of a shape in a single wasm call
2025-06-04 09:18:39 +02:00
Belén Albeza
9fc3f4858a
✨ Send all fills of a shape in a single wasm call
2025-06-03 15:37:36 +02:00
Elena Torro
c40de5fb87
🎉 Implement font fallback to support multiple languages
2025-06-03 08:21:59 +02:00
Elena Torro
9733c41ae4
🐛 Fix blend mode on merge fills
2025-06-03 08:21:59 +02:00
Elena Torro
4c10aeefe6
📚 Add texts documentation
2025-06-02 16:36:25 +02:00
Alejandro Alonso
c1fa6be7c4
Merge pull request #6591 from penpot/azazeln28-refactor-render-iteration
...
♻️ Refactor render iteration
2025-06-02 12:33:19 +02:00
Alejandro Alonso
8642ffba46
🐛 Fix frontend build ( #6608 )
2025-06-02 12:03:08 +02:00
Alejandro Alonso
1d065e68f4
🎉 Allow force render mode from get param ( #6594 )
2025-05-30 20:05:58 +02:00
Elena Torro
4e2f905a26
🐛 Fix reading text-decoration and text-transform from leaf, and fallback to paragraph values
2025-05-30 13:22:39 +02:00
Aitor Moreno
2b2939b4b7
♻️ Remove unnecesary sort operation
2025-05-30 09:56:58 +02:00
Alejandro Alonso
2650eccd09
🐛 Fix set path attrs ( #6589 )
2025-05-29 12:27:08 +02:00
Aitor Moreno
aeee05c90d
🎉 Add comparison tool to WASM playground
2025-05-29 10:46:38 +02:00
Elena Torró
fe60016124
Merge pull request #6573 from penpot/elenatorro-11021-text-fixes
...
🔧 Fix text parsing and transformation
2025-05-29 09:33:05 +02:00
Alejandro Alonso
5c58a04fc2
🐛 Fix inner strokes black background effect
2025-05-29 09:05:30 +02:00
alonso.torres
bcfa9a82ea
✨ Add scale content to render wasm
2025-05-28 16:40:57 +02:00
Aitor Moreno
e9edebbbb5
📚 Add tile rendering documentation ( #6568 )
2025-05-28 09:41:07 +02:00
Elena Torro
88e77e3218
🔧 Fix text parsing and transformation
2025-05-27 14:04:27 +02:00
Alejandro Alonso
c7c8e91183
🐛 Fix keep aspect ratio support
2025-05-27 12:20:40 +02:00
Alejandro Alonso
327db5a1a3
🐛 Fix render of paths with empty selrects
2025-05-27 12:20:05 +02:00
alonso.torres
a85a42d367
🐛 Fix some problems with modifiers
2025-05-27 09:33:33 +02:00
Belén Albeza
f9bbf2d524
✨ Improve paths deserialization (wasm) ( #6501 )
...
* ♻️ Refactor path wasm code to its own wasm submodule
* ♻️ Use unified enum for RawSegmentData and transmute to deserialize
* ♻️ Move set_shape_path_attrs to wasm::paths module
* 💄 Unify repr declarations
2025-05-23 08:48:55 +02:00
Aitor Moreno
d54a7d0401
Merge pull request #6526 from penpot/superalex-improve-zoom-performance-and-behaviour
...
🐛 Fix zoom performance and behaviour
2025-05-22 12:15:38 +02:00
Alejandro Alonso
ed53793d9d
🐛 Fix render shapes in multiple tiles with high dprs ( #6538 )
2025-05-22 12:10:51 +02:00
Aitor Moreno
58b1cf6b0c
Merge pull request #6491 from penpot/alotor-perf-pixel-precision
...
✨ Pixel precision for new renderer
2025-05-22 11:37:11 +02:00
Alejandro Alonso
3597e5bb54
🐛 Fix zoom performance and behaviour
2025-05-22 10:29:43 +02:00
Elena Torro
42ef2f929a
🎉 Add text fills
2025-05-21 18:32:50 +02:00
alonso.torres
5d42b9793b
🐛 Fix some problems with layouts
2025-05-21 10:42:03 +02:00
alonso.torres
6cd2c712ab
✨ Pixel precision for new renderer
2025-05-21 10:42:03 +02:00
Alejandro Alonso
334d7833d5
Merge pull request #6490 from penpot/azazeln28-refactor-iteration-performance
...
♻️ Refactor tile iteration
2025-05-20 13:56:37 +02:00
Alejandro Alonso
b2d6342422
🐛 Avoid unnecesary clone call
2025-05-20 09:45:19 +02:00
Aitor Moreno
ef95e3ecb0
♻️ Refactor tile iteration
2025-05-19 16:24:52 +02:00
Alejandro Alonso
96d44e0631
🐛 Fix paths performance in new render
2025-05-19 12:22:42 +02:00