Sign in
webkit
/
WebKit
/
047a1022c25321d20a03ce3ced782b7851aa854b
/
.
/
LayoutTests
/
css3
/
filters
/
filters-on-svg-root.html
blob: 217a9954fb9219029ddbf512bf503d4bde3b07a4 [
file
] [
log
] [
blame
]
<style>
svg
{
filter
:
blur
(
0
);
}
</style>
<svg
viewBox
=
"0 0 20 20"
width
=
"100px"
height
=
"100px"
>
<rect
width
=
"20"
height
=
"20"
fill
=
"red"
/>
<circle
cx
=
"10"
cy
=
"10"
r
=
"8"
/>
</svg>