1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/test/bug344830_testembed.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<svg xmlns="http://www.w3.org/2000/svg" 1.6 + viewBox="0 0 200 200"> 1.7 +<g id="g1" transform="translate(100, 100)"> 1.8 +<circle cx="0" cy="0" r="50" fill="green" /> 1.9 +<text x="0" y="10" font-size="24" text-anchor="middle" fill="yellow">Kibology</text> 1.10 +</g> 1.11 +</svg>