layout/svg/crashtests/387290-1.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/svg/crashtests/387290-1.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/.  -->
     1.8 +<!--
     1.9 +Copyright Georgi Guninski
    1.10 +-->
    1.11 +
    1.12 +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
    1.13 +"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
    1.14 +
    1.15 +<svg version="1.1"
    1.16 +xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
    1.17 +>
    1.18 +<defs>
    1.19 +<filter id="dafilter" filterUnits="userSpaceOnUse"
    1.20 +x="0" y="0"  width="4194305" height="17">
    1.21 +<feGaussianBlur in="SourceAlpha" stdDeviation="4" result="blur"/>
    1.22 +</filter>
    1.23 +</defs>
    1.24 +<g>
    1.25 +
    1.26 +<rect fill="red" width="256" height="256" filter="url(#dafilter)" transform="scale(262145,9)"  />
    1.27 +</g>
    1.28 +
    1.29 +</svg>

mercurial