Comment 2 for bug 168800

Revision history for this message
Bug Importer (bug-importer) wrote :

Same problem for:

<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
 width="1800" height="1200" id="Flag of Greenland">
<g fill="#d00c33"><!-- red -->
  <rect height="600" width="1800" y="600" id="lower red field" />
  <g fill="white">
    <rect height="600" width="1800" fill="white" id="upper white field"
/>
    <circle r="400" cx="785" cy="600" fill="white" id="white circle" />
  </g>
  <clipPath id="clip">
    <rect height="600" width="1800"/>
  </clipPath>
  <circle r="400" cx="785" cy="600" clip-path="url(#clip)" id="red circle
half" />
</g>
</svg>