comparison: layout/svg/crashtests/974746-1.svg
layout/svg/crashtests/974746-1.svg
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <svg xmlns="http://www.w3.org/2000/svg"> |
|
2 |
|
3 <pattern id="patternRotated" width="1" patternTransform="rotate(45 50 50)"> |
|
4 <rect/> |
|
5 </pattern> |
|
6 |
|
7 <rect width="100" height="100" fill="url(#patternRotated)"/> |
|
8 |
|
9 </svg> |