Přemysl Eric Janouch
0219dbd026
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+.
25 lines
806 B
XML
25 lines
806 B
XML
<?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="#ff0000" stroke-width="0.9" d="M 0.5,0 2.5,3" />
|
|
<path stroke="#ff0000" stroke-width="0.9" d="M 0.5,3 2.5,0" />
|
|
</g>
|
|
</g>
|
|
</svg>
|