Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-masking
/
clip-path
/
svg-clipPath.svg
blob: d31a1df42e0ed94c43c2f9d0999d7dbde9e83130 [
file
] [
log
] [
blame
] [
edit
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:xlink
=
"http://www.w3.org/1999/xlink"
>
<defs>
<clipPath
id
=
"clip-path-ref-userSpaceOnUse-001"
>
<rect
x
=
"50"
y
=
"50"
width
=
"150px"
height
=
"100"
/>
</clipPath>
</defs>
</svg>