In a standard image editor like Adobe Photoshop, layers are separate planes of pixels stacked on top of each other. In an SVG, "layers" are represented by the order of elements in the XML code. SVG: Scalable Vector Graphics - MDN Web Docs
<g opacity="0.8" style="mix-blend-mode: multiply;"> <circle ... /> </g> svg layers
Newsletter Subscribe