SVGImage Layering Problem

I imported Vector Graphics to use SVG images for better optimization I animate a panel but the panel overlaps with other static and dinamic Images how can I solve this

I figured it out its about layer sorting so I disabled the ray casting with unchecking the box in my tablet object and created another canvas inside game canvas and layered that canvas I needed to reallocate the new canvas and reanimate the animation but it works

I watched this: