8 lines
251 B
XML
8 lines
251 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400">
|
|
<style type="text/css">
|
|
@import url("css-import.css");
|
|
</style>
|
|
<rect class="myrect" x="10" y="10" width="100" height="100"/>
|
|
</svg>
|