summaryrefslogtreecommitdiff
path: root/rsvg_convert/tests/fixtures/bug677-partial-pixel.svg
blob: aeac8c30fdf8c95d6bd366e2a2ba4632757e0954 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1.2" height="1.8">
  <!-- Output should be an image 2x2 pixels in size, with partial coverage for the pixels
       on the right and bottom.
   -->
  <rect x="0" y="0" width="1.2" height="1.8" fill="lime"/>
</svg>