<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Dracula Graph Library</title>
	<atom:link href="http://www.graphdracula.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.graphdracula.net</link>
	<description>Graph Computation, Layout, Algorithms for JavaScript</description>
	<lastBuildDate>Tue, 14 Feb 2012 07:34:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>Comment on Documentation by Ravi</title>
		<link>http://www.graphdracula.net/documentation/#comment-5839</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Tue, 14 Feb 2012 07:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/#comment-5839</guid>
		<description>Hi Chris,

Would you be able to send me the patch for this issue? 
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>Would you be able to send me the patch for this issue?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Graph Library by Oren</title>
		<link>http://www.graphdracula.net/#comment-5730</link>
		<dc:creator>Oren</dc:creator>
		<pubDate>Fri, 10 Feb 2012 10:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-5730</guid>
		<description>Beautiful</description>
		<content:encoded><![CDATA[<p>Beautiful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Short update: new code and tree mode by Bret</title>
		<link>http://www.graphdracula.net/2010/11/09/short-update-new-code-and-tree-mode/#comment-5670</link>
		<dc:creator>Bret</dc:creator>
		<pubDate>Wed, 08 Feb 2012 15:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?p=136#comment-5670</guid>
		<description>Any update on integrating the tree layout into Dracula core?</description>
		<content:encoded><![CDATA[<p>Any update on integrating the tree layout into Dracula core?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Documentation by Arvind Bhardwaj</title>
		<link>http://www.graphdracula.net/documentation/#comment-5591</link>
		<dc:creator>Arvind Bhardwaj</dc:creator>
		<pubDate>Mon, 06 Feb 2012 04:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/#comment-5591</guid>
		<description>Hi,
How can I add click event to any node in the graph. I need to do it urgently. Please answer.
Also i cannot see any ID in the eclipse created for the nodes? Is there any way to add IDs to the node elements?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
How can I add click event to any node in the graph. I need to do it urgently. Please answer.<br />
Also i cannot see any ID in the eclipse created for the nodes? Is there any way to add IDs to the node elements?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Graph Library by Andrew Davies</title>
		<link>http://www.graphdracula.net/#comment-5588</link>
		<dc:creator>Andrew Davies</dc:creator>
		<pubDate>Mon, 06 Feb 2012 02:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-5588</guid>
		<description>Woops!  I meant replacing the line before &lt;em&gt;this.edges[i].hide&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Woops!  I meant replacing the line before <em>this.edges[i].hide</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Graph Library by Andrew Davies</title>
		<link>http://www.graphdracula.net/#comment-5587</link>
		<dc:creator>Andrew Davies</dc:creator>
		<pubDate>Mon, 06 Feb 2012 02:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-5587</guid>
		<description>I&#039;ve found/fixed a bug related to deleting edges.  If the edge has a label, then it will remain painted on the canvas after the edge is deleted.  In the  dracula_graph.js file, inside of the removeNode function, before the statement &lt;em&gt;this.edges[i].hide&lt;/em&gt;, inserting:

&lt;em&gt;
this.edges[i].connection &amp;&amp; this.edges[i].connection.label.hide();
&lt;/em&gt;

Seems to fix the problem nicely.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found/fixed a bug related to deleting edges.  If the edge has a label, then it will remain painted on the canvas after the edge is deleted.  In the  dracula_graph.js file, inside of the removeNode function, before the statement <em>this.edges[i].hide</em>, inserting:</p>
<p><em><br />
this.edges[i].connection &amp;&amp; this.edges[i].connection.label.hide();<br />
</em></p>
<p>Seems to fix the problem nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Showcase by Sadaf</title>
		<link>http://www.graphdracula.net/showcase/#comment-5393</link>
		<dc:creator>Sadaf</dc:creator>
		<pubDate>Mon, 30 Jan 2012 10:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=4#comment-5393</guid>
		<description>Hello,
nice work.
When we get an improvment of the layout algorithm with linear graphs?

Best regards,
Sadaf</description>
		<content:encoded><![CDATA[<p>Hello,<br />
nice work.<br />
When we get an improvment of the layout algorithm with linear graphs?</p>
<p>Best regards,<br />
Sadaf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Graph Library by Michel Kogan</title>
		<link>http://www.graphdracula.net/#comment-5127</link>
		<dc:creator>Michel Kogan</dc:creator>
		<pubDate>Sun, 22 Jan 2012 17:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-5127</guid>
		<description>How can I draw multigraphs with this ?</description>
		<content:encoded><![CDATA[<p>How can I draw multigraphs with this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Showcase by Tomas Alabes</title>
		<link>http://www.graphdracula.net/showcase/#comment-4533</link>
		<dc:creator>Tomas Alabes</dc:creator>
		<pubDate>Sun, 08 Jan 2012 00:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=4#comment-4533</guid>
		<description>Hi, is there a way to visually connect the nodes? I&#039;m also seeing jsplumb but I&#039;d like to use this library...

Great work!
Thanks</description>
		<content:encoded><![CDATA[<p>Hi, is there a way to visually connect the nodes? I&#8217;m also seeing jsplumb but I&#8217;d like to use this library&#8230;</p>
<p>Great work!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Showcase by Alexander</title>
		<link>http://www.graphdracula.net/showcase/#comment-4512</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Sat, 07 Jan 2012 10:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=4#comment-4512</guid>
		<description>Graph edges are not rendered on IE9 :(

Any chance you fix this? Otherwise we cannot use Dracula Graph on our project while the visualization and look&amp;feel is exactly what we need.

Thanks</description>
		<content:encoded><![CDATA[<p>Graph edges are not rendered on IE9 <img src='http://www.graphdracula.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Any chance you fix this? Otherwise we cannot use Dracula Graph on our project while the visualization and look&amp;feel is exactly what we need.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

