Implementing Blur filter.

This commit is contained in:
Adenilson Cavalcanti 2015-03-10 16:27:15 -07:00
parent 35fb516662
commit 05dd176186
6 changed files with 222 additions and 69 deletions

17
tests/ref/blur_ref.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div {
width: 200px;
height: 200px;
background: green;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>