Open GoogleCodeExporter opened 8 years ago
Managed to track down the issue which prevented rendering.
SVG Pony produces :
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="320" height="200" version="1.1"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 200">
<g id="layer1" transform="translate(0,-852.36218)">
<rect id="rect3761" transform="translate(0,852.36218)" height="200" width="320" y="0" x="0" fill="#005a7b"/>
<path id="rect3763" transform="translate(0,852.36218)" fill="#ffc200" d="m80,0v80h-80v40h80v80h40v-80h200v-40h-200v-80h-40z"/>
</g>
</svg>
The transform="translate......." statements are faithfully passed through from
the Linkscape output to the SVG Pony output.
However, these statements prevent the rendering. When I remove them I get my
Swedish Flag
Original comment by paulz...@gmail.com
on 21 Feb 2012 at 1:26
The 'g' element does not support transforms. The attached patch fixes it.
Original comment by peterost...@gmail.com
on 6 Jun 2012 at 5:33
Attachments:
Original issue reported on code.google.com by
paulz...@gmail.com
on 11 Feb 2012 at 5:52