Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-objectboundingbox-003.svg
blob: 514a030571bc6d1d283c9706f04f38ef1fc9e353 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<clipPath
id
=
"clip1"
clipPathUnits
=
"objectBoundingBox"
>
<circle
cx
=
"0.25"
cy
=
"0.25"
r
=
"0.25"
/>
</clipPath>
<rect
width
=
"10"
height
=
"10"
fill
=
"green"
transform
=
"scale(20 20)"
clip-path
=
"url(#clip1)"
/>
</svg>