mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 00:26:12 +02:00
Merge pull request #6459 from penpot/superalex-fix-wasm-playground-fills-size
🐛 Fix wasm playground fills size
This commit is contained in:
commit
c2b67d7c67
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ export function clearShapeFills() {
|
|||
}
|
||||
|
||||
export function addShapeSolidFill(argb) {
|
||||
const ptr = allocBytes(176);
|
||||
const ptr = allocBytes(160);
|
||||
const heap = getHeapU32();
|
||||
const dv = new DataView(heap.buffer);
|
||||
dv.setUint8(ptr, 0x00, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue