Closed agileadam closed 1 week ago
If possible, can you send the handwritten message blob? Would be nice to have a unit test for this. max_x
and max_y
(which are passed as max_v
in this function) are the width and height of the SVG:
This error indicates that the handwritten message had 0
for height, width, or both; or possibly that there were simply zero points in the handwritten message altogether:
I was getting this error on the latest release while trying
imessage-exporter --format=html --copy-method=efficient
:I was able to get past the error by making this change and recompiling. DISCLAIMER: I have never programmed in rust. This change is straight from ChatGPT. I assume the developer(s) will address the bug accordingly.