<?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: Inline vs. Referenced SVG</title>
	<atom:link href="http://www.codedread.com/blog/archives/2007/04/25/inline-vs-referenced-svg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedread.com/blog/archives/2007/04/25/inline-vs-referenced-svg/</link>
	<description></description>
	<lastBuildDate>Wed, 17 Mar 2010 03:27:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2007/04/25/inline-vs-referenced-svg/comment-page-1/#comment-702</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Wed, 25 Feb 2009 16:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2007/04/25/inline-vs-referenced-svg/#comment-702</guid>
		<description>@Jacques: In thinking about this this morning, the &lt;desc&gt; or &lt;title&gt; element contents &lt;em&gt;would&lt;/em&gt; be displayed (as HTML text) in browsers that don&#039;t support inline SVG - however unfortunately also the same thing applies with &lt;text&gt; elements, offering a potentially confusing experience...</description>
		<content:encoded><![CDATA[<p>@Jacques: In thinking about this this morning, the &#60;desc&#62; or &#60;title&#62; element contents <em>would</em> be displayed (as HTML text) in browsers that don&#8217;t support inline SVG &#8211; however unfortunately also the same thing applies with &#60;text&#62; elements, offering a potentially confusing experience&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2007/04/25/inline-vs-referenced-svg/comment-page-1/#comment-701</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Fri, 21 Dec 2007 16:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2007/04/25/inline-vs-referenced-svg/#comment-701</guid>
		<description>Jacques,

I was primarily talking about fallback content that would automatically be displayed in browsers (without forcing the users to have to look at the source).

Jeff</description>
		<content:encoded><![CDATA[<p>Jacques,</p>
<p>I was primarily talking about fallback content that would automatically be displayed in browsers (without forcing the users to have to look at the source).</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacques Distler</title>
		<link>http://www.codedread.com/blog/archives/2007/04/25/inline-vs-referenced-svg/comment-page-1/#comment-700</link>
		<dc:creator>Jacques Distler</dc:creator>
		<pubDate>Thu, 26 Apr 2007 16:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2007/04/25/inline-vs-referenced-svg/#comment-700</guid>
		<description>&lt;blockquote&gt;   5. No fallback mechanism available for inline images&lt;/blockquote&gt;

False.

The svg:desc element provides a somewhat functional fallback mechanism.</description>
		<content:encoded><![CDATA[<blockquote><p>   5. No fallback mechanism available for inline images</p></blockquote>
<p>False.</p>
<p>The svg:desc element provides a somewhat functional fallback mechanism.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2007/04/25/inline-vs-referenced-svg/comment-page-1/#comment-699</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Thu, 26 Apr 2007 12:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2007/04/25/inline-vs-referenced-svg/#comment-699</guid>
		<description>johnny - as you say, this may be a benefit of SVG, but it doesn&#039;t say anything about inline or referenced.</description>
		<content:encoded><![CDATA[<p>johnny &#8211; as you say, this may be a benefit of SVG, but it doesn&#8217;t say anything about inline or referenced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnnysaucepn</title>
		<link>http://www.codedread.com/blog/archives/2007/04/25/inline-vs-referenced-svg/comment-page-1/#comment-698</link>
		<dc:creator>johnnysaucepn</dc:creator>
		<pubDate>Thu, 26 Apr 2007 08:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2007/04/25/inline-vs-referenced-svg/#comment-698</guid>
		<description>Actually, although it&#039;s not a benefit of inline SVG as such, I can see it being useful if you need to store images in a database for dynamic retrieval - much easier to store and retrieve as text than to write a separate script to retrieve the binary data and force it into the correct MIME type.</description>
		<content:encoded><![CDATA[<p>Actually, although it&#8217;s not a benefit of inline SVG as such, I can see it being useful if you need to store images in a database for dynamic retrieval &#8211; much easier to store and retrieve as text than to write a separate script to retrieve the binary data and force it into the correct MIME type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ResearchWizard</title>
		<link>http://www.codedread.com/blog/archives/2007/04/25/inline-vs-referenced-svg/comment-page-1/#comment-697</link>
		<dc:creator>ResearchWizard</dc:creator>
		<pubDate>Wed, 25 Apr 2007 23:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2007/04/25/inline-vs-referenced-svg/#comment-697</guid>
		<description>&quot;he has to go to one of his previous WHATWG entries, search through the source, copy &amp; paste the SVG code&quot;

Or just use a cool web browser - e.g. with Opera you can simply put the code to a note and with one right click and navigating to this note you did the job</description>
		<content:encoded><![CDATA[<p>&#8220;he has to go to one of his previous WHATWG entries, search through the source, copy &#38; paste the SVG code&#8221;</p>
<p>Or just use a cool web browser &#8211; e.g. with Opera you can simply put the code to a note and with one right click and navigating to this note you did the job</p>
]]></content:encoded>
	</item>
</channel>
</rss>
