19 lines
1 KiB
XML
19 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Illuscape splash screen source. Replace with final artwork before v1.0 release. -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400" width="600" height="400">
|
|
<rect width="600" height="400" fill="#1a1a2e"/>
|
|
<g stroke="#2a2a4e" stroke-width="1">
|
|
<line x1="0" y1="100" x2="600" y2="100"/>
|
|
<line x1="0" y1="200" x2="600" y2="200"/>
|
|
<line x1="0" y1="300" x2="600" y2="300"/>
|
|
<line x1="150" y1="0" x2="150" y2="400"/>
|
|
<line x1="300" y1="0" x2="300" y2="400"/>
|
|
<line x1="450" y1="0" x2="450" y2="400"/>
|
|
</g>
|
|
<text x="300" y="200" font-family="sans-serif" font-size="72" font-weight="bold"
|
|
fill="#e8c547" text-anchor="middle" dominant-baseline="middle">Illuscape</text>
|
|
<text x="300" y="260" font-family="sans-serif" font-size="20"
|
|
fill="#8888aa" text-anchor="middle">Inkscape for Illustrator migrants</text>
|
|
<text x="580" y="385" font-family="monospace" font-size="13"
|
|
fill="#4a4a6a" text-anchor="end">v0.1.0</text>
|
|
</svg>
|