patches and low-level development discussion
 help / color / mirror / code / Atom feed
c4b55c9de87d31bdb9cbdab114dd6570fb671158 blob 2532 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
 
<!-- SPDX-FileCopyrightText: 2020 hazelnot -->
<!-- SPDX-FileCopyrightText: 2020 Alyssa Ross <hi@alyssa.is> -->
<!-- SPDX-License-Identifier: CC0-1.0 -->
<!-- Design by hazelnot, SVG implementation by Alyssa Ross. -->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100">
  <defs>
    <filter id="ring-shadow" x="-10" y="-10" width="120" height="120" color-interpolation-filters="sRGB">
      <feGaussianBlur in="SourceGraphic" stdDeviation="5" result="blur" />
      <feComposite in="SourceGraphic" in2="offset" operator="over" />
    </filter>

    <filter id="center-shadow" x="-10" y="-10" width="120" height="120" color-interpolation-filters="sRGB">
      <feFlood flood-opacity="1" flood-color="#DDD" result="flood" />
      <feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" />
      <feGaussianBlur in="composite1" stdDeviation="6" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" result="composite2" />
    </filter>

    <meshgradient id="ring-gradient" x="1.5" y="0.5">
      <meshrow>
        <meshpatch>
          <stop path="L 1 -0.36603" stop-color="red" />
          <stop path="L 0.5 0.5" stop-color="yellow" />
          <stop path="L 0.5 0.5" stop-color="yellow" />
          <stop path="L 1 0.5" stop-color="red" />
        </meshpatch>
        <meshpatch>
          <stop path="L 0 -0.36603" />
          <stop path="L 0.5 0.5" stop-color="lime" />
          <stop path="L 0.5 0.5" stop-color="lime" />
        </meshpatch>
        <meshpatch>
          <stop path="L -0.5 0.5" />
          <stop path="L 0.5 0.5" stop-color="cyan" />
          <stop path="L 0.5 0.5" stop-color="cyan" />
        </meshpatch>
        <meshpatch>
          <stop path="L 0 1.36603" />
          <stop path="L 0.5 0.5" stop-color="blue" />
          <stop path="L 0.5 0.5" stop-color="blue" />
        </meshpatch>
        <meshpatch>
          <stop path="L 1 1.36603" />
          <stop path="L 0.5 0.5" stop-color="magenta" />
          <stop path="L 0.5 0.5" stop-color="magenta" />
        </meshpatch>
        <meshpatch>
          <stop path="L 1.5 0.5" />
          <stop path="L 0.5 0.5" stop-color="red" />
          <stop path="L 0.5 0.5" stop-color="red" />
        </meshpatch>
      </meshrow>
    </meshgradient>
  </defs>

  <circle cx="50" cy="50" r="36" fill="none" stroke="url(#ring-gradient)" stroke-width="5" filter="url(#ring-shadow)" />

  <circle cx="50" cy="50" r="27" fill="white" filter="url(#center-shadow)" />
</svg>
debug log:

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

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

Checking patch logo/logo_mesh.svg...
Applied patch logo/logo_mesh.svg cleanly.

index at:
100644 c4b55c9de87d31bdb9cbdab114dd6570fb671158	logo/logo_mesh.svg

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).