As the idea came up again, and despite the fact that Jeremy does not like 
Logos around letters too much, I played around the letter idea a bit today.

Put this SVG into your TW5 to see the logo:

<?xml version="1.0" standalone="yes"?>
<!-- Angabe der korrekten DTD (hier SVG Version 1.1)-->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
<svg width="500px" height="400px" version="1.1" 
xmlns="http://www.w3.org/2000/svg"; xmlns:x="http://www.w3.org/1999/xlink";>
  <defs>
    <path id="Triangle_small" d="M 0 0 l 0 20  20 0 z" />
    <path id="Triangle_medium" d="M 0 0 l 0 40  -20 -20 z"
      transform="rotate(-45)"
    />
    <path id="Triangle_big" d="M 0 0 l 0 40  40 0 z" />
    <rect id="Square" x1="0" y1="0" width="20" height="20" />
    <path id="Parallelogram" d="M 0 0 l 20 0  -20 -20  -20 0 z"
      transform="
        rotate(135)
      "
    />
  </defs>
  <g
    transform="translate(10 10)"
    stroke="#0000ff"
    fill="none"
    stroke-width="1"
  >
    <use x:href="#Triangle_small" />
    <use x:href="#Triangle_big"
      transform="
        translate(40 40)
        rotate(180)
      "
    />
    <use x:href="#Triangle_medium"
      transform="
        translate(20 20)
      "
    />
    <use x:href="#Triangle_big"
      transform="
        translate(40 40)
        rotate(-45)
      "
    />
    <use x:href="#Square"
      transform="
        translate(40 0)
      "
    />
    <use x:href="#Parallelogram"
      transform="
        translate(96.57 40)
      "
    />
    <use x:href="#Triangle_small"
      transform="
        translate(83.57  54.6)
        rotate(-45)
      "
    />
  </g>
</svg>

I played a bit with my Tangram to create that logo and I have to admit that 
I don't yet fully understand SVG, but to show the idea, I think, it's 
sufficient.

Besides depicting the letters TW, using the Tangram shapes reflects a bit 
the idea of tiddlers. Several tiddlers put together give the full 
TiddlyWiki content like the 7 Tangram shapes put together giving the logo.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to