blob: 49c0dd288261ee8ca3b5fdb3206613cc15fb44fe [file] [log] [blame]
ap8ddfe6c2006-07-24 17:26:52 +00001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3<svg xmlns="http://www.w3.org/2000/svg">
4 <defs>
5 <filter id="gblur">
6 <feGaussianBlur stdDeviation="0" />
7 </filter>
8 </defs>
9 <g opacity="0.5">
10 <rect x="0" y="0" width="87" height="40" fill="green" stroke="none" filter="url(#gblur)"/>
11 </g>
12 <text fill="green" y="60">This should not crash.</text>
13</svg>