<?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: The problem with SVG and Canvas</title>
	<atom:link href="http://kilianvalkhof.com/2010/design/the-problem-with-svg-and-canvas/feed/" rel="self" type="application/rss+xml" />
	<link>http://kilianvalkhof.com/2010/design/the-problem-with-svg-and-canvas/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Sep 2010 10:22:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Trevor Burnham</title>
		<link>http://kilianvalkhof.com/2010/design/the-problem-with-svg-and-canvas/comment-page-1/#comment-56079</link>
		<dc:creator>Trevor Burnham</dc:creator>
		<pubDate>Fri, 18 Jun 2010 18:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=486#comment-56079</guid>
		<description>Erik&#039;s suggestions are good. You can also set shape rendering to &#039;crispEdges&#039;. It&#039;s annoying to have to do this; it might become the default behavior of Raphaël.js. See this issue:

http://github.com/DmitryBaranovskiy/raphael/issues/#issue/164</description>
		<content:encoded><![CDATA[<p>Erik&#8217;s suggestions are good. You can also set shape rendering to &#8216;crispEdges&#8217;. It&#8217;s annoying to have to do this; it might become the default behavior of Raphaël.js. See this issue:</p>
<p><a href="http://github.com/DmitryBaranovskiy/raphael/issues/#issue/164" rel="nofollow">http://github.com/DmitryBaranovskiy/raphael/issues/#issue/164</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etienne</title>
		<link>http://kilianvalkhof.com/2010/design/the-problem-with-svg-and-canvas/comment-page-1/#comment-46452</link>
		<dc:creator>etienne</dc:creator>
		<pubDate>Mon, 15 Feb 2010 09:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=486#comment-46452</guid>
		<description>thanks for the usefull post, a pixel based canvas should exist :)</description>
		<content:encoded><![CDATA[<p>thanks for the usefull post, a pixel based canvas should exist :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Dahlström</title>
		<link>http://kilianvalkhof.com/2010/design/the-problem-with-svg-and-canvas/comment-page-1/#comment-44774</link>
		<dc:creator>Erik Dahlström</dc:creator>
		<pubDate>Mon, 25 Jan 2010 12:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=486#comment-44774</guid>
		<description>For svg you can try the following:

- on the root svg element adjust the &#039;viewBox&#039; attribute until you get the desired result for lines/rects in the svg (similar to adding 0.5px everywhere, but in one place instead of many).
- use &#039;shape-rendering: optimizeSpeed&#039; to disable anti-aliasing on any (or some) elements. Since it&#039;s a CSS property you can easily write a selector that applies it only to the elements you want.</description>
		<content:encoded><![CDATA[<p>For svg you can try the following:</p>
<p>- on the root svg element adjust the &#8216;viewBox&#8217; attribute until you get the desired result for lines/rects in the svg (similar to adding 0.5px everywhere, but in one place instead of many).<br />
- use &#8216;shape-rendering: optimizeSpeed&#8217; to disable anti-aliasing on any (or some) elements. Since it&#8217;s a CSS property you can easily write a selector that applies it only to the elements you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kilian Valkhof</title>
		<link>http://kilianvalkhof.com/2010/design/the-problem-with-svg-and-canvas/comment-page-1/#comment-44709</link>
		<dc:creator>Kilian Valkhof</dc:creator>
		<pubDate>Sun, 24 Jan 2010 16:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=486#comment-44709</guid>
		<description>Oh, and canvas, setting a color of a line with strokeStyle, but a width with lineWidth? Shame. On. You.</description>
		<content:encoded><![CDATA[<p>Oh, and canvas, setting a color of a line with strokeStyle, but a width with lineWidth? Shame. On. You.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
