this is the desired outcome I tried using clippy but wasn't able to achieve that shape
this is the desired outcome I tried using clippy but wasn't able to achieve that shape
You could try to use mask-image for hide some pixels in image.
.element {
mask-image: url(star.svg);
}
Inside url() set image url.