patches and low-level development discussion
 help / color / mirror / code / Atom feed
93727b7ce886b1bafbafaf3a8d6afb527934d587 blob 2077 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
 
<!doctype html>
<!-- SPDX-FileCopyrightText: 2019-2020 Alyssa Ross <hi@alyssa.is> -->
<!-- SPDX-License-Identifier: CC-BY-SA-4.0 OR GFDL-1.3-or-later -->
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<html lang="en">

<head>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">

<link rel="stylesheet" href="../style.css">

<title>Spectrum logo</title>

<body>

<nav>
  <a href="..">Spectrum</a>
</nav>

<h1>Logo</h1>

<p>
<img class="logo" src="logo_html.svg" width="200" height="200" alt="" style="margin: 0 auto">
<img class="no-logo" srcset="logo400.png 400w" src="logo200.png" alt="" width="200" height="200" style="margin: 0 auto" loading="lazy" hidden>

<p>
The Spectrum logo was designed by hazelnot, and is released under
the <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative
Commons Zero</a> license.

<p>
Two versions of the logo are available.  The first is an SVG file
suitable for web browsers, and the second is an SVG file suitable for
<a href="https://inkscape.org/">Inkscape</a>.  The difference between
the versions is in how the colored ring is implemented, since standard
SVG has no way of drawing conic gradients.  The browser version uses
an embedded HTML element with a CSS conic gradient, and the Inkscape
version uses the
not-yet-standard <a href="https://wiki.inkscape.org/wiki/index.php/Mesh_Gradients">SVG
Mesh Gradients</a>.

<ul>

  <li><a href="logo_html.svg" download>logo_html.svg</a> (for web browsers)
  <li><a href="logo_mesh.svg" download>logo_mesh.svg</a> (for Inkscape)

</ul>

<p>
<small>Permission is granted to copy, distribute and/or modify this
document under either the terms of the
<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative
Commons Attribution-ShareAlike 4.0 International License</a>, or the
<a href="https://www.gnu.org/licenses/fdl-1.3.html">GNU Free
Documentation License, Version 1.3</a> or any later version published
by the Free Software Foundation; with no Invariant Sections, no
Front-Cover Texts, and no Back-Cover Texts.</small>

debug log:

solving 93727b7 ...
found 93727b7 in https://spectrum-os.org/lists/archives/spectrum-devel/20201122195135.18563-1-hi@alyssa.is/ ||
	https://spectrum-os.org/lists/archives/spectrum-devel/20201122194625.13252-1-hi@alyssa.is/

applying [1/2] https://spectrum-os.org/lists/archives/spectrum-devel/20201122195135.18563-1-hi@alyssa.is/
diff --git a/logo/index.html b/logo/index.html
new file mode 100644
index 0000000..93727b7

Checking patch logo/index.html...
1:66: new blank line at EOF.
+
Applied patch logo/index.html cleanly.
warning: 1 line adds whitespace errors.

skipping https://spectrum-os.org/lists/archives/spectrum-devel/20201122194625.13252-1-hi@alyssa.is/ for 93727b7
index at:
100644 93727b7ce886b1bafbafaf3a8d6afb527934d587	logo/index.html

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).