Index: LayoutTests/svg/custom/pattern-in-defs.svg |
diff --git a/LayoutTests/svg/custom/pattern-in-defs.svg b/LayoutTests/svg/custom/pattern-in-defs.svg |
index 02eddea085eb1605338580f43a0e515ec4f67078..ab3c723bb0276355e424bcef37c3cc0f8dfd20bc 100644 |
--- a/LayoutTests/svg/custom/pattern-in-defs.svg |
+++ b/LayoutTests/svg/custom/pattern-in-defs.svg |
@@ -1,6 +1,6 @@ |
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> |
<defs> |
- <pattern id="green" x="0" y="0" width="100" height="100"> |
+ <pattern id="green" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse"> |
Erik Dahlström (inactive)
2014/08/08 08:01:02
I'm curious, why was this change needed?
f(malita)
2014/08/08 15:30:35
Before I've added tile clamping in Skia, the defau
|
<rect x="0" y="0" width="100" height="100" fill="green"/> |
</pattern> |
</defs> |