Sign in
webkit
/
WebKit
/
0262859ca3a360fd8ea90b94b5f9700667584084
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-text-001.svg
blob: 730d59841f17b2689c8169c62824b3e6403ac527 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<clipPath
id
=
"clip1"
>
<text
x
=
"20"
y
=
"150"
style
=
"
font-size
:
60px
;
font-weight
:
bold
;
"
>
CLIP
</text>
</clipPath>
<rect
height
=
"200"
width
=
"200"
fill
=
"green"
clip-path
=
"url(#clip1)"
/>
</svg>