Some context: Before the v4 release, I was able to return an empty string in my Typescript code to get around this issue, and it did not render these tiles (or at least, those pixels did not show up, maybe they still got rendered but hidden or something). Now when a '' value is returned, it'll color the pixels black (I sort of can see why, no color values === black), but it yield weird results with other correct pixels in the same tile (see screenshot)
This now also corresponds to the returned values in some of the test files.
Some context: Before the v4 release, I was able to return an empty string in my Typescript code to get around this issue, and it did not render these tiles (or at least, those pixels did not show up, maybe they still got rendered but hidden or something). Now when a
''
value is returned, it'll color the pixels black (I sort of can see why, no color values === black), but it yield weird results with other correct pixels in the same tile (see screenshot)This now also corresponds to the returned values in some of the test files.