svx: prefix members of SdrVirtObj
[LibreOffice.git] / svgio / qa / cppunit / data / tdf149880.svg
blob08ba748487cbeb1ea5bb14ef6bb73d090d02e43c
1 <?xml version="1.0" standalone="no"?>
2 <svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" version="1.1">
3 <defs>
4 <pattern id="Pattern" x=".05" y=".05" width=".25" height=".25">
5 <rect x="0" y="0" width="50" height="50" fill="skyblue"/>
6 </pattern>
8 </defs>
10 <rect fill='url("#Pattern")' stroke="black" x="0" y="0" width="200" height="200"/>
11 </svg>