<?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 on: Drawing in JavaScript &#8211; new Canvas Tag &#8211; client side Chart building &#8211; IE implementation &#8211; SVG competitor</title>
	<atom:link href="http://technology.amis.nl/blog/1009/drawing-in-javascript-new-canvas-tag-client-side-chart-building-ie-implementation-svg-competitor/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/1009/drawing-in-javascript-new-canvas-tag-client-side-chart-building-ie-implementation-svg-competitor</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gavin Doughtie</title>
		<link>http://technology.amis.nl/blog/1009/drawing-in-javascript-new-canvas-tag-client-side-chart-building-ie-implementation-svg-competitor/comment-page-1#comment-258261</link>
		<dc:creator>Gavin Doughtie</dc:creator>
		<pubDate>Sun, 19 Aug 2007 20:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1009#comment-258261</guid>
		<description>There&#039;s also some work I did on SVG/VML drawing at xdraw.org, along with my OSCON 2006 slides on various browser graphics techniques.</description>
		<content:encoded><![CDATA[<p>There&#8217;s also some work I did on SVG/VML drawing at xdraw.org, along with my OSCON 2006 slides on various browser graphics techniques.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/blog/1009/drawing-in-javascript-new-canvas-tag-client-side-chart-building-ie-implementation-svg-competitor/comment-page-1#comment-46624</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Thu, 26 Jan 2006 15:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1009#comment-46624</guid>
		<description>I did overlook another library that attempts drawing in JavaScript, cross browser, no SVG plugin required and even support in fairly old browsers.

It is called High Performance JavaScript Vector Graphics Library.
Developed by Walter Zorn and to be found at &lt;a href=&quot;http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm&quot; rel=&quot;nofollow&quot;&gt;
http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm&lt;/a&gt;.

It works by painting pixels as DIVs with a colored background. For heavy duty graphics stuff, it will be very slow. But for simple things like a line, a circle or even a simple graph it will do the job.</description>
		<content:encoded><![CDATA[<p>I did overlook another library that attempts drawing in JavaScript, cross browser, no SVG plugin required and even support in fairly old browsers.</p>
<p>It is called High Performance JavaScript Vector Graphics Library.<br />
Developed by Walter Zorn and to be found at <a href="http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm" rel="nofollow"><br />
</a><a href="http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm" rel="nofollow">http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm</a>.</p>
<p>It works by painting pixels as DIVs with a colored background. For heavy duty graphics stuff, it will be very slow. But for simple things like a line, a circle or even a simple graph it will do the job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

