<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,4 +9,14 @@
          ;; golden ratio, apparently.
          (* inner-radius (+ 1 (/ (+ 1 (Math/sqrt 5)) 2))))))
 
-(draw-pentagram 15)
\ No newline at end of file
+(defn draw-hexagram [inner-radius]
+  (def-tree [(window) &quot;6 points! Whee!&quot;]
+   (star 6 inner-radius
+         ;; ratio between the inner and outer radius is 1 +
+         ;; golden ratio, apparently.
+         (* inner-radius (Math/sqrt 3)))))
+
+(draw-pentagram 15)
+
+(originate [(* 15 (+ 1 (/ (+ 1 (Math/sqrt 5)) 2))) 0 0]
+ (draw-hexagram 10))
\ No newline at end of file</diff>
      <filename>examples/pentagram.clj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>488b50b2f52e4514f69040526070d76b7d086b7e</id>
    </parent>
  </parents>
  <author>
    <name>Andreas Fuchs</name>
    <email>asf@boinkor.net</email>
  </author>
  <url>http://github.com/antifuchs/aoi-swank-plugin/commit/f7d52ffeddc106f49b319691bde4005599c57055</url>
  <id>f7d52ffeddc106f49b319691bde4005599c57055</id>
  <committed-date>2009-03-31T08:40:13-07:00</committed-date>
  <authored-date>2009-03-31T08:40:13-07:00</authored-date>
  <message>Add a hexagram(?) to the pentagram example.</message>
  <tree>37924eacd0cc015a8b0906bf36bd5d76215a1449</tree>
  <committer>
    <name>Andreas Fuchs</name>
    <email>asf@boinkor.net</email>
  </committer>
</commit>
