Open TheDutchCoder opened 6 years ago
The docs state that prepareForSizeDisplay takes Rect(width, height) but that's not a thing in JavaScript.
prepareForSizeDisplay
Rect(width, height)
I tried supplying an Object instead but that also doesn't work.
Can the docs be updated with the correct information, because currently prepareForSizeDisplay doesn't seem to be usable.
The docs state that
prepareForSizeDisplay
takesRect(width, height)
but that's not a thing in JavaScript.I tried supplying an Object instead but that also doesn't work.
Can the docs be updated with the correct information, because currently
prepareForSizeDisplay
doesn't seem to be usable.