Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up
for free
TIL about clipping
Gunnar Bittersmann
March 29, 2021
Programming
0
2
TIL about clipping
Gunnar Bittersmann
March 29, 2021
Tweet
Share
More Decks by Gunnar Bittersmann
See All by Gunnar Bittersmann
gunnarbittersmann
0
3
gunnarbittersmann
0
7
gunnarbittersmann
0
47
gunnarbittersmann
0
29
gunnarbittersmann
0
14
gunnarbittersmann
1
33
gunnarbittersmann
0
36
gunnarbittersmann
2
23
gunnarbittersmann
0
27
Other Decks in Programming
See All in Programming
kilometer
2
280
daipresents
11
3.7k
quannt
1
100
manfredsteyer
PRO
2
260
chatii
2
290
deepu105
0
240
dnskimo
8
1.5k
shiba6v
0
210
yasuakiomokawa
0
630
yattom
32
11k
borkdude
1
180
samjulien
0
430
Featured
See All Featured
scottboms
252
11k
addyosmani
1346
200k
myddelton
109
11k
akmur
252
19k
bkeepers
PRO
408
58k
dotmariusz
94
5.5k
michaelherold
226
8.7k
tanoku
259
24k
roundedbygravity
242
21k
yeseniaperezcruz
302
31k
edds
56
9.4k
philhawksworth
193
8.9k
Transcript
TIL about clipping
Photo by Flavio Gasperini on Unsplash
None
<defs> <mask id="x"> <rect width="3000" height="630" fill="white"!" <ellipse cx="1510" cy="411"
rx="220" ry="214" fill="black" stroke="none"!" !#mask> !#defs> <g mask="url(#x)">
<defs> <clipPath id="x"> <rect width="3000" height="630" fill="white"!" <ellipse cx="1510" cy="411"
rx="220" ry="214" fill="black" stroke="none"!" !#clipPath> !#defs> <g clip path="url(#x)">
“
<defs> <clipPath id="x"> <path d="................................................................ ................................................................"!" !#clipPath> !#defs> <g clip-path="url(#x)">
Photo by Flavio Gasperini on Unsplash