<?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 /dev/stu</title>
	<atom:link href="http://www.stuartaxon.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuartaxon.com</link>
	<description>Adding LOC to the web.</description>
	<lastBuildDate>Thu, 25 Feb 2010 17:15:17 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using Cairo to generate SVG in Django by stu</title>
		<link>http://www.stuartaxon.com/2010/02/03/using-cairo-to-generate-svg-in-django/comment-page-1/#comment-6606</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Thu, 25 Feb 2010 17:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=217#comment-6606</guid>
		<description>Almost that, but not quite - 
The rendering context is provided by SVGSurface.
SVGSurface can take a file like object instead of a filename, so we use the response.
Rendering happens on the SVGSurfaces Context.
When .finish() is called on SVGSurface, it does it&#039;s rendering (in this case SVG data, to the response).</description>
		<content:encoded><![CDATA[<p>Almost that, but not quite &#8211;<br />
The rendering context is provided by SVGSurface.<br />
SVGSurface can take a file like object instead of a filename, so we use the response.<br />
Rendering happens on the SVGSurfaces Context.<br />
When .finish() is called on SVGSurface, it does it&#8217;s rendering (in this case SVG data, to the response).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Cairo to generate SVG in Django by Mike</title>
		<link>http://www.stuartaxon.com/2010/02/03/using-cairo-to-generate-svg-in-django/comment-page-1/#comment-6603</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 25 Feb 2010 15:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=217#comment-6603</guid>
		<description>response = HttpResponse(mimetype=&#039;image/svg xml&#039;)

I don&#039;t understand this - you&#039;re using a Django HttpResponse object as a context for rendering in Cairo? How does this work? Thanks</description>
		<content:encoded><![CDATA[<p>response = HttpResponse(mimetype=&#8217;image/svg xml&#8217;)</p>
<p>I don&#8217;t understand this &#8211; you&#8217;re using a Django HttpResponse object as a context for rendering in Cairo? How does this work? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Cairo to generate SVG in Django by VidJa</title>
		<link>http://www.stuartaxon.com/2010/02/03/using-cairo-to-generate-svg-in-django/comment-page-1/#comment-6377</link>
		<dc:creator>VidJa</dc:creator>
		<pubDate>Fri, 12 Feb 2010 22:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=217#comment-6377</guid>
		<description>Thanks for your feature request. SVG seems to get more attention these days, even from Microsoft. It&#039;s great for producing high quality and detailed graphics at large sizes. 

A nice paper I found on SVG vs Canvas
http://www.svgopen.org/2009/papers/54-SVG_vs_Canvas_on_Trivial_Drawing_Application/</description>
		<content:encoded><![CDATA[<p>Thanks for your feature request. SVG seems to get more attention these days, even from Microsoft. It&#8217;s great for producing high quality and detailed graphics at large sizes. </p>
<p>A nice paper I found on SVG vs Canvas<br />
<a href="http://www.svgopen.org/2009/papers/54-SVG_vs_Canvas_on_Trivial_Drawing_Application/" rel="nofollow">http://www.svgopen.org/2009/papers/54-SVG_vs_Canvas_on_Trivial_Drawing_Application/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Cairo to generate SVG in Django by stu</title>
		<link>http://www.stuartaxon.com/2010/02/03/using-cairo-to-generate-svg-in-django/comment-page-1/#comment-6360</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=217#comment-6360</guid>
		<description>I&#039;ve submitted a feature request to Cairo, #26530 on their bug tracker.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve submitted a feature request to Cairo, #26530 on their bug tracker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Processing with Jython and Nodebox/Shoebot libraries by stu</title>
		<link>http://www.stuartaxon.com/2010/02/10/processing-with-jython-and-nodeboxshoebot-libraries/comment-page-1/#comment-6359</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=234#comment-6359</guid>
		<description>Maybe it&#039;ll help someone else when they come by my blog in 4 years :)</description>
		<content:encoded><![CDATA[<p>Maybe it&#8217;ll help someone else when they come by my blog in 4 years <img src='http://www.stuartaxon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Cairo to generate SVG in Django by stu</title>
		<link>http://www.stuartaxon.com/2010/02/03/using-cairo-to-generate-svg-in-django/comment-page-1/#comment-6358</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=217#comment-6358</guid>
		<description>Good question... I had a look at the generated SVG and it could definitely be nicer (theres no way to name particular bits).

You might be able to generate a piece of SVG with cairo, then put the XML into some DOM library where you could add a css ID or Path to it.

Really we need a new bit of the cairo-svg api that will let us output metadata as we go.

Post here if you do anything though as I think there should be more Cairo and SVG on the web.</description>
		<content:encoded><![CDATA[<p>Good question&#8230; I had a look at the generated SVG and it could definitely be nicer (theres no way to name particular bits).</p>
<p>You might be able to generate a piece of SVG with cairo, then put the XML into some DOM library where you could add a css ID or Path to it.</p>
<p>Really we need a new bit of the cairo-svg api that will let us output metadata as we go.</p>
<p>Post here if you do anything though as I think there should be more Cairo and SVG on the web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Cairo to generate SVG in Django by VidJa</title>
		<link>http://www.stuartaxon.com/2010/02/03/using-cairo-to-generate-svg-in-django/comment-page-1/#comment-6356</link>
		<dc:creator>VidJa</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=217#comment-6356</guid>
		<description>Wow, you beat me, I was working on a quite similar setup past week, but had to back off due to other tasks. 

Any thoughts on how to hook this up for interactivity with ecmascript?</description>
		<content:encoded><![CDATA[<p>Wow, you beat me, I was working on a quite similar setup past week, but had to back off due to other tasks. </p>
<p>Any thoughts on how to hook this up for interactivity with ecmascript?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Processing with Jython and Nodebox/Shoebot libraries by Owen Densmore</title>
		<link>http://www.stuartaxon.com/2010/02/10/processing-with-jython-and-nodeboxshoebot-libraries/comment-page-1/#comment-6350</link>
		<dc:creator>Owen Densmore</dc:creator>
		<pubDate>Thu, 11 Feb 2010 03:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=234#comment-6350</guid>
		<description>Great work!
   -- Owen</description>
		<content:encoded><![CDATA[<p>Great work!<br />
   &#8212; Owen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Java2Python to port a JavaCairo tutorial by stu</title>
		<link>http://www.stuartaxon.com/2009/08/21/using-java2python-to-port-a-javacairo-tutorial/comment-page-1/#comment-5179</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Mon, 30 Nov 2009 05:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=158#comment-5179</guid>
		<description>I had a bit of a go at this on the weekend.
The current version of the java-gnome bindings is 4.x, for a while ubuntu had the old bindings installed (my test vm seems to).

To check which version you have look in
/usr/share/java
gtk-4.0.jar  Is the correct version
gtk2.10      Is the old version


I managed dist-upgrade my ubuntu to karmic koala, but

$ sudo apt-get upgrade libjava-gnome-java

Was still not enough... however:

$ sudo apt-get remove libjava-gnome-java
$ sudo apt-get install libjava-gnome-java

DID install gtk-4.0.jar.


You may need to manually set the classpath:

$ export CLASSPATH=/usr/share/java/gtk-4.0.jar


Unfortunately I don&#039;t have the vm I used to write this tutorial with at the moment, so it&#039;s a little tricky to test stuff - if I get time I&#039;ll try and get everything working again and fix any gaps in the tutorial.</description>
		<content:encoded><![CDATA[<p>I had a bit of a go at this on the weekend.<br />
The current version of the java-gnome bindings is 4.x, for a while ubuntu had the old bindings installed (my test vm seems to).</p>
<p>To check which version you have look in<br />
/usr/share/java<br />
gtk-4.0.jar  Is the correct version<br />
gtk2.10      Is the old version</p>
<p>I managed dist-upgrade my ubuntu to karmic koala, but</p>
<p>$ sudo apt-get upgrade libjava-gnome-java</p>
<p>Was still not enough&#8230; however:</p>
<p>$ sudo apt-get remove libjava-gnome-java<br />
$ sudo apt-get install libjava-gnome-java</p>
<p>DID install gtk-4.0.jar.</p>
<p>You may need to manually set the classpath:</p>
<p>$ export CLASSPATH=/usr/share/java/gtk-4.0.jar</p>
<p>Unfortunately I don&#8217;t have the vm I used to write this tutorial with at the moment, so it&#8217;s a little tricky to test stuff &#8211; if I get time I&#8217;ll try and get everything working again and fix any gaps in the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Java2Python to port a JavaCairo tutorial by stu</title>
		<link>http://www.stuartaxon.com/2009/08/21/using-java2python-to-port-a-javacairo-tutorial/comment-page-1/#comment-5144</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Thu, 26 Nov 2009 20:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=158#comment-5144</guid>
		<description>Hi,
  The first problem is because the file is called Gsimple.java, not GSimple.java (notice the second &#039;s&#039; should be uppercase).

The other errors look like java gnome is not in the classpath.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  The first problem is because the file is called Gsimple.java, not GSimple.java (notice the second &#8217;s&#8217; should be uppercase).</p>
<p>The other errors look like java gnome is not in the classpath.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
