2401335910
As Spinebot said, this is expected.
Meshes are composed of triangles, and that’s the best result you can get when drawing within a canvas without WebGL support.
If you don’t want the triangle border artifacts, you should avoid using meshes, or use spine-webgl
.