It’s common issue with textures with alpha channel that there are areas where full opaque color is blending to full transparent. Reason for that is the method of how source pixels are composed with screen pixels when drawn. To target this issue you would work with images that have every color component multiplied by alpha component and change blending method on graphics card. That’s why this method is called premultiplied alpha compositing.