It looks like your image wasn't trimmed before you put it and used it inside Spine.
You defined your mesh with that whitespace there so the mesh now requires it, or else it breaks.
You have to tell TK2D not to trim that specific image (or any images you used with meshes that are using the empty, transparent space around the opaque pixels). The mesh you made relies on that empty space because that's how you defined it.