Ah, that explains why PMA didn't fix the issue. Please do the following:
- Export your Spine project using pre-multiplied alpha in the texture atlas export settings enabled http://sht.tl/ROHzxZ
- Add the following to your JavaScript widget configuration
new spine.SpineWidget(..., {
...,
premultipliedAlpha: true,
...
});
That should do the trick.