aboutsummaryrefslogtreecommitdiff
path: root/xA/xA.svg
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-09-14 07:32:44 +0200
committerPřemysl Eric Janouch <p@janouch.name>2024-11-12 12:02:10 +0100
commit1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4 (patch)
tree829c2f701a0a8031c95bb65ee88957d407baec0d /xA/xA.svg
parenta64b1152a175a611ef879c2ceb2323f201f77dec (diff)
downloadxK-1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4.tar.gz
xK-1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4.tar.xz
xK-1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4.zip
Add a Fyne frontend for xC
It is fairly mediocre all around, but also generally usable, natively covering mobile platforms.
Diffstat (limited to 'xA/xA.svg')
-rw-r--r--xA/xA.svg23
1 files changed, 23 insertions, 0 deletions
diff --git a/xA/xA.svg b/xA/xA.svg
new file mode 100644
index 0000000..1e7bfd1
--- /dev/null
+++ b/xA/xA.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg version="1.1" width="512" height="512" viewBox="0 0 512 512"
+ xmlns="http://www.w3.org/2000/svg">
+
+ <defs>
+ <linearGradient id="background" x1="0" y1="0" x2="0" y2="1">
+ <stop stop-color="#ffaa00" offset="0" />
+ <stop stop-color="#ff0000" offset="1" />
+ </linearGradient>
+ <clipPath id="clip">
+ <rect x="0" y="0" width="1" height="1" />
+ </clipPath>
+ </defs>
+
+ <rect x="0" y="0" width="512" height="512" fill="url(#background)" />
+
+ <g transform="translate(64, 64) scale(384)" stroke-linecap="square">
+ <g clip-path="url(#clip)">
+ <path stroke="#ffffff" stroke-width="0.125"
+ d="M 0.25,1.1 0.65,-0.1 M 0.75,1.1 0.35,-0.1 M 0.225,0.75 0.775,0.75" />
+ </g>
+ </g>
+</svg>