mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix render of paths with empty selrects
This commit is contained in:
committed by
Alonso Torres
parent
179a5654e7
commit
327db5a1a3
@@ -71,11 +71,11 @@ function ptr8ToPtr32(ptr8) {
|
||||
return ptr8 >>> 2;
|
||||
}
|
||||
|
||||
function allocBytes(size) {
|
||||
export function allocBytes(size) {
|
||||
return Module._alloc_bytes(size);
|
||||
}
|
||||
|
||||
function getHeapU32() {
|
||||
export function getHeapU32() {
|
||||
return Module.HEAPU32;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user