Using transparent images as tiles on tilemap lead to smearing effect

I observed the same bug. Here is a minimal project to reproduce it:
transparent_tile_bug.zip (25.0 KB)

I found a workaround where I call setTileAtPosition(x, y, 0x10000) if I know the tile is going to be completely blank.