aea0a6fcc6
Running and testing should be working on the three platforms, but there's still a fair bit that needs to be done: - Wheel building + testing in a venv still needs to be implemented. - Python requirements still need to be compiled with piptool and pinned; need to compile on all platforms then merge - Cargo deps in cargo/ and rslib/ need to be cleaned up, and ideally unified into one place - Currently using rustls to work around openssl compilation issues on Linux, but this will break corporate proxies with custom SSL authorities; need to conditionally use openssl or use https://github.com/seanmonstar/reqwest/pull/1058 - Makefiles and docs still need cleaning up - It may make sense to reparent ts/* to the top level, as we don't nest the other modules under a specific language. - rspy and pylib must always be updated in lock-step, so merging rspy into pylib as a private module would simplify things. - Merging desktop-ftl and mobile-ftl into the core ftl would make managing and updating translations easier. - Obsolete scripts need removing. - And probably more.
13 lines
1.0 KiB
XML
13 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<svg width="100%" height="100%" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
|
|
<g transform="matrix(1,0,0,1,-280,0)">
|
|
<g id="heart" transform="matrix(1,0,0,1,-1411,0)">
|
|
<rect x="1691" y="0" width="60" height="60" style="fill:none;"/>
|
|
<g transform="matrix(0.960241,0,0,0.960241,1431.01,3.14701)">
|
|
<path d="M302,10.8C307.684,0 319.053,0 324.737,5.4C330.421,10.8 330.421,21.6 324.737,32.4C320.758,40.5 310.526,48.6 302,54C293.474,48.6 283.242,40.5 279.263,32.4C273.579,21.6 273.579,10.8 279.263,5.4C284.947,0 296.316,0 302,10.8Z" style="fill:none;stroke:black;stroke-width:2.82px;"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg>
|