I want to cut a sector out of background.
I searched the internet but found only solutions with solid-colored backgrounds.
Like this: How to draw a circle sector in CSS?.
jsfiddle.net/holden321/5jfP9/
Asked
Active
Viewed 73 times
0
-
It's unclear what you are trying to do. What is the purpose of the JSfiddle provided and how does it relate to the image posted. – Paulie_D May 08 '14 at 09:24
-
you will not be able to do that in css, but you could use html5 canvas and composite modes. – rob May 08 '14 at 09:26
-
To make you what is on the picture. (cut background of the inside div) – holden321 May 08 '14 at 09:26
-
1Then you cannot do that with CSS. – Paulie_D May 08 '14 at 09:27
-
as Paulie said, no way to do that with CSS – Karim AG May 08 '14 at 09:46