Closed
Description
Hey,
Recently I've been playing around with the SVGLoader, and noticed that self-crossing semi-transparent paths show the overlap (like adding/mixing/blending the color), while the original SVG doesn't do this, see attached pic at the intersection below:
Original SVG:
Same SVG, as loaded with SVGLoader, and rendered with three.js:
Is there any way I could get rid of this "color addition" at the intersection (while keeping the opacity), so it would look more like the original one?
Thank you
Live example:
https://jsfiddle.net/soadzoor/rps8v7a2/13/
Three.js version
- r114
Browser
- All of them
OS
- All of them