JBWiki:Logo

From JBWiki
Jump to: navigation, search

The logo is a very simple (581 bytes!) SVG vector graphic rendered in PNG.

Source

<svg version="1.1"
     xmlns="http://www.w3.org/2000/svg"
     viewBox="0 0 500 500"
     width="120"
     height="120">
  <defs>
    <linearGradient id="grad" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0" stop-color="#fff" stop-opacity="0" />
      <stop offset="1" stop-color="#07f" stop-opacity="1" />
    </linearGradient>
  </defs>
  <g fill="url(#grad)" stroke="#00f" stroke-width="10">
    <path d="M 30 30 h 300 a 100 100 0 0 1 0 200"/>
    <path d="M 230 60 v 300 a 100 100 0 0 1 -200 0"/>
    <path d="M 260 260 h 100 a 100 100 0 0 1 0 200 h -100"/>
  </g>
</svg>

Renderings

In order to be sure to keep the alpha channel, I made PNG versions using these commands:

  rsvg jbGrad.svg jbGrad.png
  rsvg -w 16 -h 16 jbGrad.svg favicon.png
Personal tools
Variants
Actions
Navigation
Toolbox