Sign in
webkit
/
WebKit
/
6fd57f0545e2ab789319dc828ca2e5959d39c256
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-text-005-expected.svg
blob: 2ccba0064d0be169966ce14ff68da5db8fcd57ec [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<clipPath
id
=
"clip2"
>
<rect
x
=
"50"
y
=
"50"
width
=
"100"
height
=
"100"
/>
</clipPath>
<text
x
=
"20"
y
=
"150"
style
=
"
font-size
:
60px
;
font-weight
:
bold
;
"
clip-path
=
"url(#clip2)"
fill
=
"green"
>
CLIP
</text>
</svg>