Hi there, when setting uScale and vScale of a DynamicTexture the canvas is not repeating properly.
For example, here is a playground where the canvas (which has lines drawn through the middle of it) should be repeated 4 times in each direction, creating a simple grid.
uScale and vScale are set on lines 30 and 31, if you want to comment them out to see how the canvas is drawn normally.
And if you uncomment line 27, it will replace the DynamicTexture with a Texture created from crate.png, in which case uScale and vScale work as expected, repeating the texture 16 times altogether.