summaryrefslogtreecommitdiffstats
path: root/svgio/qa/cppunit/data/tdf149880.svg
blob: 08ba748487cbeb1ea5bb14ef6bb73d090d02e43c (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" standalone="no"?>
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" version="1.1">
  <defs>
    <pattern id="Pattern" x=".05" y=".05" width=".25" height=".25">
      <rect x="0" y="0" width="50" height="50" fill="skyblue"/>
    </pattern>

  </defs>

  <rect fill='url("#Pattern")' stroke="black" x="0" y="0" width="200" height="200"/>
</svg>