Changeset b4c845e in Klonkt


Ignore:
Timestamp:
06/22/2026 01:59:02 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
5eff581
Parents:
050aa02
Message:

style(circles): ring removed + clearer (filled) arrows, larger network

Co-Authored-By: Claude <noreply@…>

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/assets/img/cirkel-logo.svg

    r050aa02 rb4c845e  
    11<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round">
    22  <defs>
    3     <marker id="cf-a" viewBox="0 0 10 10" refX="6" refY="5" markerWidth="3.4" markerHeight="3.4" orient="auto-start-reverse">
    4       <path d="M2.5 2.5 L7 5 L2.5 7.5" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
     3    <marker id="cf-a" viewBox="0 0 10 10" refX="7" refY="5" markerWidth="3.6" markerHeight="3.6" orient="auto-start-reverse">
     4      <path d="M1.5 1.5 L8.5 5 L1.5 8.5 Z" fill="black" stroke="none"/>
    55    </marker>
    66  </defs>
    7   <circle cx="50" cy="50" r="46" stroke-width="2" opacity="0.45"/>
    8   <line x1="31.9" y1="42.7" x2="58.1" y2="28.3" stroke-width="2.2" marker-start="url(#cf-a)" marker-end="url(#cf-a)"/>
    9   <line x1="66" y1="33" x2="66" y2="63" stroke-width="2.2" marker-end="url(#cf-a)"/>
    10   <line x1="31.7" y1="51.6" x2="58.3" y2="67.4" stroke-width="2.2" marker-end="url(#cf-a)"/>
    11   <circle cx="24" cy="47" r="6.5" stroke-width="2.2"/>
    12   <circle cx="66" cy="24" r="6.5" stroke-width="2.2"/>
    13   <circle cx="66" cy="72" r="6.5" stroke-width="2.2"/>
     7  <line x1="28.95" y1="43.5" x2="63.05" y2="26.5" stroke-width="2.6" marker-start="url(#cf-a)" marker-end="url(#cf-a)"/>
     8  <line x1="72" y1="32" x2="72" y2="66" stroke-width="2.6" marker-end="url(#cf-a)"/>
     9  <line x1="28.8" y1="52.7" x2="63.2" y2="71.3" stroke-width="2.6" marker-end="url(#cf-a)"/>
     10  <circle cx="20" cy="48" r="7" stroke-width="2.4"/>
     11  <circle cx="72" cy="22" r="7" stroke-width="2.4"/>
     12  <circle cx="72" cy="76" r="7" stroke-width="2.4"/>
    1413</svg>
  • src/views/pages/circle-feed.ejs

    r050aa02 rb4c845e  
    33    <svg viewBox="0 0 100 100" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round">
    44      <defs>
    5         <marker id="cf-a" viewBox="0 0 10 10" refX="6" refY="5" markerWidth="3.4" markerHeight="3.4" orient="auto-start-reverse"><path d="M2.5 2.5 L7 5 L2.5 7.5" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></marker>
     5        <marker id="cf-a" viewBox="0 0 10 10" refX="7" refY="5" markerWidth="3.6" markerHeight="3.6" orient="auto-start-reverse"><path d="M1.5 1.5 L8.5 5 L1.5 8.5 Z" fill="currentColor" stroke="none"/></marker>
    66      </defs>
    7       <circle cx="50" cy="50" r="46" stroke-width="2" opacity="0.45"/>
    8       <line x1="31.9" y1="42.7" x2="58.1" y2="28.3" stroke-width="2.2" marker-start="url(#cf-a)" marker-end="url(#cf-a)"/>
    9       <line x1="66" y1="33" x2="66" y2="63" stroke-width="2.2" marker-end="url(#cf-a)"/>
    10       <line x1="31.7" y1="51.6" x2="58.3" y2="67.4" stroke-width="2.2" marker-end="url(#cf-a)"/>
    11       <circle cx="24" cy="47" r="6.5" stroke-width="2.2"/>
    12       <circle cx="66" cy="24" r="6.5" stroke-width="2.2"/>
    13       <circle cx="66" cy="72" r="6.5" stroke-width="2.2"/>
     7      <line x1="28.95" y1="43.5" x2="63.05" y2="26.5" stroke-width="2.6" marker-start="url(#cf-a)" marker-end="url(#cf-a)"/>
     8      <line x1="72" y1="32" x2="72" y2="66" stroke-width="2.6" marker-end="url(#cf-a)"/>
     9      <line x1="28.8" y1="52.7" x2="63.2" y2="71.3" stroke-width="2.6" marker-end="url(#cf-a)"/>
     10      <circle cx="20" cy="48" r="7" stroke-width="2.4"/>
     11      <circle cx="72" cy="22" r="7" stroke-width="2.4"/>
     12      <circle cx="72" cy="76" r="7" stroke-width="2.4"/>
    1413    </svg>
    1514  </span>
Note: See TracChangeset for help on using the changeset viewer.