im working on a web application. and I need to change the color of the intersection area for transparent objects. to set it darker, I mean the color of the intersection area only the intersection area, not the entire object.

Intersectionwill not always be rectangular. there will also be an intersection with image-based svg objects. therefore ... creating an overlay object by calculating the intersection area is completely impossible.
the only solution left is to intervene in the svg visualization process. is there any way to do this ??: /
and please tell me if this is not possible.
source
share