feat: add desktop file and source icon/splash SVGs
This commit is contained in:
parent
5303c5da7f
commit
1d4f41efc5
3 changed files with 40 additions and 0 deletions
9
assets/illuscape.svg
Normal file
9
assets/illuscape.svg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Illuscape app icon source. Replace with final artwork before v1.0 release. -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
||||
<rect width="512" height="512" rx="80" fill="#1a1a2e"/>
|
||||
<rect x="200" y="80" width="112" height="24" rx="4" fill="#e8c547"/>
|
||||
<rect x="232" y="104" width="48" height="304" rx="4" fill="#e8c547"/>
|
||||
<rect x="200" y="408" width="112" height="24" rx="4" fill="#e8c547"/>
|
||||
<path d="M320 200 L380 140 L340 180 Z" fill="#4a9eff" opacity="0.8"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 563 B |
12
assets/org.inkscape.Inkscape.desktop
Normal file
12
assets/org.inkscape.Inkscape.desktop
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[Desktop Entry]
|
||||
Name=Illuscape
|
||||
GenericName=Vector Graphics Editor
|
||||
Comment=Inkscape configured for Adobe Illustrator migrants
|
||||
Exec=inkscape %F
|
||||
Icon=illuscape
|
||||
Terminal=false
|
||||
Type=Application
|
||||
MimeType=image/svg+xml;image/svg+xml-compressed;application/illustrator;
|
||||
Categories=Graphics;VectorGraphics;
|
||||
Keywords=vector;SVG;draw;illustrator;
|
||||
StartupNotify=true
|
||||
19
assets/splash.svg
Normal file
19
assets/splash.svg
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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>
|
||||
|
After Width: | Height: | Size: 1 KiB |
Loading…
Reference in a new issue