layout/svg/crashtests/441368-1.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/svg/crashtests/441368-1.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +<?xml version="1.0" standalone="no"?>
     1.5 +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
     1.6 +"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
     1.7 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.8 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.9 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/.  -->
    1.10 +<!--
    1.11 +Copyright Georgi Guninski
    1.12 +-->
    1.13 +
    1.14 +
    1.15 +<svg width="100%" height="100%" version="1.1"
    1.16 +xmlns="http://www.w3.org/2000/svg">
    1.17 +
    1.18 +<defs>
    1.19 +<filter id="MyFilter" filterUnits="userSpaceOnUse"
    1.20 +x="0" y="0" width="32769" height="32769">
    1.21 +
    1.22 +<feGaussianBlur in="SourceAlpha" stdDeviation="2147483648" result="blur"/>
    1.23 +
    1.24 +</filter>
    1.25 +</defs>
    1.26 +
    1.27 +<rect x="1" y="1" width="198" height="118" fill="#cccccc" />
    1.28 +
    1.29 +<g filter="url(#MyFilter)">
    1.30 +<text fill="#FFFFFF" stroke="black" font-size="45"
    1.31 +x="42" y="42">Feck b1ll</text>
    1.32 +</g>
    1.33 +
    1.34 +</svg>

mercurial