diff --git a/frontend/resources/wasm-playground/js/lib.js b/frontend/resources/wasm-playground/js/lib.js index f7d534946..23656a280 100644 --- a/frontend/resources/wasm-playground/js/lib.js +++ b/frontend/resources/wasm-playground/js/lib.js @@ -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);