Sign in
webkit
/
WebKit
/
13a4e86f9805ee8595db991a26eb0211c7c172ff
/
.
/
LayoutTests
/
css3
/
filters
/
filters-on-svg-element.html
blob: 5fba21acac26914924eae6a01d9bfdff80f2d0f2 [
file
] [
log
] [
blame
]
<style>
rect
{
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>