[Solved] which the best for build shape in my web page clip-path, svg or canvas [closed]


The clip-path CSS property creates a clipping region that sets what part of an element should be shown.

So between SVG and Canvas, for a shape, I would go with SVG, since it’s scalable and you don’t have problems with blurry images on zoom and device pixel density.

3

solved which the best for build shape in my web page clip-path, svg or canvas [closed]