patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 1e25829edd86a56a0469c414528b2784bb6bfee2 3533 bytes (raw)
name: tools/spectrum-installer/res/installer_logo_mesh.svg 	 # note: path name is non-authoritative(*)

 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
 
<!-- SPDX-FileCopyrightText: 2020 hazelnot -->
<!-- SPDX-FileCopyrightText: 2020 Alyssa Ross <hi@alyssa.is> -->
<!-- SPDX-FileCopyrightText: 2025 Johannes Süllner <johannes.suellner@mailbox.org> -->
<!-- SPDX-License-Identifier: CC0-1.0 -->
<!-- Spectrum logo design by hazelnot, implementation by Alyssa Ross, installer icon by Johannes Süllner -->

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

    <marker
       style="overflow:visible"
       id="ArrowWideRounded"
       refX="0"
       refY="0"
       orient="auto-start-reverse"
       markerWidth="1"
       markerHeight="1"
       viewBox="0 0 1 1"
       preserveAspectRatio="xMidYMid"
       markerUnits="strokeWidth">
      <path
         style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:round"
         d="M 3,-3 0,0 3,3"
         transform="rotate(180,0.125,0)" />
    </marker>
  </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)" />

  <path
     style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#ArrowWideRounded)"
     d="M 50,29.5 V 54" />
  <path
     style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
     d="M 65.419353,63.617021 H 34.580646" />
</svg>

debug log:

solving 1e25829 ...
found 1e25829 in https://inbox.spectrum-os.org/spectrum-devel/20260204175543.22164-3-johannes.suellner@mailbox.org/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20260104140102.106960-5-johannes.suellner@mailbox.org/

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20260204175543.22164-3-johannes.suellner@mailbox.org/
diff --git a/tools/spectrum-installer/res/installer_logo_mesh.svg b/tools/spectrum-installer/res/installer_logo_mesh.svg
new file mode 100644
index 0000000..1e25829

Checking patch tools/spectrum-installer/res/installer_logo_mesh.svg...
Applied patch tools/spectrum-installer/res/installer_logo_mesh.svg cleanly.

skipping https://inbox.spectrum-os.org/spectrum-devel/20260104140102.106960-5-johannes.suellner@mailbox.org/ for 1e25829
index at:
100644 1e25829edd86a56a0469c414528b2784bb6bfee2	tools/spectrum-installer/res/installer_logo_mesh.svg

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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