diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-07-09 07:06:19 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-07-15 17:00:21 +0200 |
commit | 0219dbd02615498f4a931e33ef2337e0bbf9b526 (patch) | |
tree | b80e489614dcec83b8600534b5701b742d524ee4 /xW/xW.svg | |
parent | 1da4699a7afb0085c498196bf41fef6b69168a6f (diff) | |
download | xK-0219dbd02615498f4a931e33ef2337e0bbf9b526.tar.gz xK-0219dbd02615498f4a931e33ef2337e0bbf9b526.tar.xz xK-0219dbd02615498f4a931e33ef2337e0bbf9b526.zip |
Add a Win32 frontend for xC
This has been more of an exercise. The performance of Msftedit.dll
is rather abysmal, and its interface isn't the most accomodating.
That said, the frontend is quite usable, at least on Windows 10+.
Diffstat (limited to 'xW/xW.svg')
-rw-r--r-- | xW/xW.svg | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/xW/xW.svg b/xW/xW.svg new file mode 100644 index 0000000..d68c63e --- /dev/null +++ b/xW/xW.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg version="1.1" width="48" height="48" viewBox="0 0 48 48" + xmlns="http://www.w3.org/2000/svg"> + + <defs> + <clipPath id="outer"> + <rect x="-1" y="-0.15" width="5" height="3.30" /> + </clipPath> + <clipPath id="inner"> + <rect x="-1" y="0" width="5" height="3" /> + </clipPath> + </defs> + + <g transform="translate(6, 6) scale(12)" stroke-linecap="square"> + <g clip-path="url(#outer)"> + <path stroke="#ffffff" stroke-width="1.5" d="M 0.5,0 2.5,3" /> + <path stroke="#ffffff" stroke-width="1.5" d="M 0.5,3 2.5,0" /> + </g> + <g clip-path="url(#inner)"> + <path stroke="#000000" stroke-width="0.2" d="M 0,0 2,3 M 1,0 3,3" /> + <path stroke="#ff6600" stroke-width="0.3" d="M 0,3 2,0 M 1,3 3,0" /> + </g> + </g> +</svg> |