[lasem] tests: fix background-image test.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lasem] tests: fix background-image test.
- Date: Thu, 25 Oct 2012 19:15:38 +0000 (UTC)
commit 66fd5115894cbb6ed425b89bfa3155bb52c08ba3
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Wed Oct 24 12:33:11 2012 +0200
tests: fix background-image test.
enable-background=new must exist on a parent in order to
enable background processing.
tests/data/svg/suite/filters/background-image.svg | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/data/svg/suite/filters/background-image.svg b/tests/data/svg/suite/filters/background-image.svg
index 4509cfa..0db4ea0 100644
--- a/tests/data/svg/suite/filters/background-image.svg
+++ b/tests/data/svg/suite/filters/background-image.svg
@@ -6,7 +6,7 @@
<feGaussianBlur in="BackgroundImage" stdDeviation="10 0" />
</filter>
</defs>
- <g>
+ <g enable-background="new">
<rect x="50" y="50" width="100" height="100" fill="red"/>
<rect width="100" height="100" x="-50" y="-50"
transform="translate(100,100) rotate(45) skewX(30)"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]