I found it confusing when looking at the function list and some parameters had their default values omitted, for example with repeat, offsetX and offsetY have no default value shown
this change ensures that default values like 0, false or null will be shown in the codeblock.
I found it confusing when looking at the function list and some parameters had their default values omitted, for example with
repeat
, offsetX and offsetY have no default value shownthis change ensures that default values like 0, false or null will be shown in the codeblock.