<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -255,9 +255,18 @@
       &lt;xsl:call-template name=&quot;poly-main&quot; /&gt;
     &lt;/xsl:for-each&gt;
 
-    &lt;xsl:for-each select=&quot;svg:path&quot;&gt;
-      &lt;xsl:call-template name=&quot;path-main&quot; /&gt;
-    &lt;/xsl:for-each&gt;
+    &lt;xsl:choose&gt;
+      &lt;xsl:when test=&quot;@class='node'&quot;&gt;
+	&lt;xsl:for-each select=&quot;svg:path&quot;&gt;
+	  &lt;xsl:call-template name=&quot;path-main&quot; /&gt;
+	&lt;/xsl:for-each&gt;
+      &lt;/xsl:when&gt;
+      &lt;xsl:otherwise&gt;
+	&lt;xsl:for-each select=&quot;svg:path&quot;&gt;
+        &lt;path&gt;&lt;xsl:apply-templates select=&quot;@*&quot; /&gt;&lt;/path&gt;
+	&lt;/xsl:for-each&gt;
+      &lt;/xsl:otherwise&gt;
+    &lt;/xsl:choose&gt;
 
     &lt;xsl:apply-templates select=&quot;svg:text&quot; /&gt;
   &lt;/xsl:copy&gt;
@@ -306,7 +315,7 @@
 	  &lt;xsl:attribute name=&quot;style&quot;&gt;fill:url(#&lt;xsl:value-of select=&quot;normalize-space(substring-after(substring-before(../svg:polygon/@style,';'),'fill:'))&quot;/&gt;);stroke:black;&lt;/xsl:attribute&gt;
         &lt;/path&gt;
 &lt;/xsl:template&gt;
- 
+
 &lt;/xsl:stylesheet&gt;
 
  </diff>
      <filename>notugly.xsl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c2ae1db79953ed6a85ba53dd1a8ec1c4891e5053</id>
    </parent>
  </parents>
  <author>
    <name>Vidar Hokstad</name>
    <email>vidar@hokstad.com</email>
  </author>
  <url>http://github.com/vidarh/diagram-tools/commit/e77e9bb868d0f975f05bd111c5e18360aa930323</url>
  <id>e77e9bb868d0f975f05bd111c5e18360aa930323</id>
  <committed-date>2009-05-27T14:01:33-07:00</committed-date>
  <authored-date>2009-05-27T14:01:33-07:00</authored-date>
  <message>Fixed bug that caused curved paths between nodes to get filled</message>
  <tree>721bcd331343ed3d3564712eefe5b3783d3b9f6e</tree>
  <committer>
    <name>Vidar Hokstad</name>
    <email>vidar@hokstad.com</email>
  </committer>
</commit>
