Hi all.
The following arrow design was created.
exportAsync() was used to retrieve the arrow image.
The following image shows it.
How do I get an image that is not missing?
Hi all.
The following arrow design was created.
exportAsync() was used to retrieve the arrow image.
The following image shows it.
How do I get an image that is not missing?
Best answer by yoshio
Thanks Gleb , James_Yang.
It was very valuable information.
I was looking for a solution myself, and I found it.
The cause was the useAbsoluteBounds:true option.
let bytBmp:Uint8Array = await node.exportAsync({format:‘PNG’});
let bytBmp:Uint8Array = await node.exportAsync({format:‘PNG’, useAbsoluteBounds:true});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.