Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-objectboundingbox-001.svg
blob: 8dd0190f96ffcd15f1a938be556339f2fe2c2999 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<clipPath
id
=
"clip1"
clipPathUnits
=
"objectBoundingBox"
>
<rect
x
=
"0.25"
y
=
"0.25"
width
=
"0.5"
height
=
"0.5"
/>
</clipPath>
<rect
width
=
"200"
height
=
"200"
fill
=
"green"
clip-path
=
"url(#clip1)"
/>
</svg>