Elena Torró
c7b062f483
Merge pull request #6278 from penpot/elenatorro-send-leaf-attrs-uint-arr
...
🔧 Parse text leaves all at once
2025-04-21 14:27:26 +02:00
Elena Torro
83f72f3e41
🔧 Parse text leaves all at once
2025-04-21 13:24:39 +02:00
Aitor Moreno
a6d2f385af
Merge pull request #6266 from penpot/superalex-fix-path-unions
...
🐛 Fix unions for new render
2025-04-21 11:23:14 +02:00
Alejandro Alonso
8ebaecc472
🐛 Fix unions for new render
2025-04-21 08:10:15 +02:00
Belén Albeza
64a2a08d24
♻️ Refactor gradient parsing from bytes
2025-04-16 14:08:38 +02:00
Belén Albeza
1f58f96e88
♻️ Refactor serializing gradient fill
2025-04-16 14:07:35 +02:00
Belén Albeza
dc3d802d3d
🎉 Serialize radial fills in one go
2025-04-16 14:07:35 +02:00
Belén Albeza
5765d1c56c
♻️ Switch to a f32 offset for gradient stops
2025-04-16 14:07:35 +02:00
Belén Albeza
abcd050c69
♻️ Adapt linear gradient type so it can be used for radial too (wasm)
2025-04-16 14:07:33 +02:00
Belén Albeza
fccd1a5bd7
✨ Send fill + stops data in one call for linear fills
2025-04-16 14:05:39 +02:00
alonso.torres
daf048e258
✨ Reparent modifiers
2025-04-16 11:27:51 +02:00
alonso.torres
a59014cad0
✨ Modifiers grid multi-span
2025-04-11 13:35:16 +02:00
Elena Torró
de8e27feb8
Merge pull request #6242 from penpot/ladybenko-10666-builtin-fonts
...
🎉 Load built-in font and its variants (wasm)
2025-04-11 08:48:31 +02:00
Belén Albeza
90cb0357c6
🎉 Swap default font for source sans (wasm)
2025-04-08 14:48:28 +02:00
Aitor Moreno
c2522329fd
Merge pull request #6235 from penpot/alotor-perf-grid-layout-modifiers-2
...
✨ Grid layout modifiers
2025-04-08 09:47:42 +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
alonso.torres
63666fca48
✨ Grid layout modifiers
2025-04-07 11:51:28 +02:00
Elena Torró
3d7479f9aa
🐛 Fix stroke image rendering ( #6189 )
2025-04-01 09:55:19 +02: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
Alonso Torres
83d41dba6f
✨ Serialization of grid layout data ( #6148 )
...
* ✨ Add serializators for grid layout properties
* ✨ Extract serializers for wasm api module
2025-03-26 12:10:31 +01:00
Alejandro Alonso
85b24e1e8d
🎉 Disable antialias for small shapes
2025-03-24 16:27:43 +01:00
alonso.torres
a830c27ceb
✨ Improvements on flex layout positioning
2025-03-21 10:18:34 +01:00
Elena Torro
91d15ea221
🐛 Fix Fill Inner Shadows
2025-03-20 15:20:15 +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
Alonso Torres
fa0da3a695
✨ Flex layout modifiers wasm implementation
...
* ✨ Flex layout modifiers wasm implementation
* ✨ Flex auto modifiers propagation
2025-03-17 10:46:32 +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
alonso.torres
ba4554da79
🐛 Fix problem with reverse config in flex
2025-03-07 09:23:07 +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
alonso.torres
80d5272248
✨ Serialize layout data
2025-02-25 15:43:12 +01:00
alonso.torres
9143187efd
✨ Modify shapes geometry instead of transformation matrix
2025-02-20 17:39:17 +01:00
alonso.torres
2341dfb95d
🐛 Fix problems with constraints resizing
2025-02-20 14:20:01 +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
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
alonso.torres
1bb337c3dd
✨ Add support for WASM transforms
2025-02-11 12:36:44 +01:00
Alejandro
09131f7533
🎉 Render drop shadows (wasm) ( #5693 )
...
Co-authored-by: Belén Albeza <belen@hey.com>
2025-01-28 15:10:06 +01:00
AzazelN28
fb4e92d0e8
♻️ Refactor to make it more ECS friendly
2025-01-22 15:47:36 +01:00
Alejandro Alonso
79df616108
🎉 Basic wasm support for svg attrs and svg defs
2025-01-22 15:47:36 +01:00
Alejandro Alonso
751df46dc9
🎉 Basic wasm fonts support
2025-01-22 15:46:23 +01:00
Alejandro Alonso
5f4f7e422d
🐛 Fix outer stroke with image fill extra artifacts
2025-01-20 09:47:32 +01:00
Belén Albeza
4d4bf1edd1
Merge pull request #5529 from penpot/azazeln28-refactor-panning-perf
...
♻️ Refactor panning perf
2025-01-14 15:26:03 +01:00
Belén Albeza
6e7a8c239c
🎉 Implement rounded corners
2025-01-14 11:26:38 +01:00