10 lines
470 B
XML
10 lines
470 B
XML
<svg version="1.1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
width="100" height="100">
|
|
|
|
<!-- Test that we can xinclude a data: URL for another SVG -->
|
|
|
|
<xi:include href="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJsaW1lIi8+Cjwvc3ZnPgo=" parse="xml"/>
|
|
</svg>
|