Removing unnecessary XML declaration prolog when embedding SVGs as data URI and adding more complex elements & attributes to test. Bug: T175318 Change-Id: Ibec8c2ab498554a6ad33b4420ae6258dcc80fcdf
5 lines
No EOL
229 B
XML
5 lines
No EOL
229 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8">
|
|
<circle cx="4" cy="4" r="2"/>
|
|
<a xmlns:xlink="http://www.w3.org/1999/xlink" xlink:title="?>">test</a>
|
|
</svg> |