<?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: APNG feature detection</title>
	<atom:link href="http://eligrey.com/blog/post/apng-feature-detection/feed" rel="self" type="application/rss+xml" />
	<link>http://eligrey.com/blog/post/apng-feature-detection</link>
	<description>this instanceof Whitty</description>
	<lastBuildDate>Sun, 29 Jan 2012 12:58:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Как показать APNG или GIF в зависимости от браузера? &#124; AnimatedPNG.ru</title>
		<link>http://eligrey.com/blog/post/apng-feature-detection/comment-page-1#comment-2573</link>
		<dc:creator>Как показать APNG или GIF в зависимости от браузера? &#124; AnimatedPNG.ru</dc:creator>
		<pubDate>Mon, 03 Oct 2011 09:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://eligrey.com/?p=313#comment-2573</guid>
		<description>[...] всего, вам необходим данный apng-detect.js скрипт для определения, поддерживает ли клиентский [...]</description>
		<content:encoded><![CDATA[<p>[...] всего, вам необходим данный apng-detect.js скрипт для определения, поддерживает ли клиентский [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli</title>
		<link>http://eligrey.com/blog/post/apng-feature-detection/comment-page-1#comment-2448</link>
		<dc:creator>Eli</dc:creator>
		<pubDate>Sun, 13 Jun 2010 21:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://eligrey.com/?p=313#comment-2448</guid>
		<description>It seems that data: URI security error issue is no longer present in more recent browsers. I will update my post accordingly.</description>
		<content:encoded><![CDATA[<p>It seems that data: URI security error issue is no longer present in more recent browsers. I will update my post accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Premasagar</title>
		<link>http://eligrey.com/blog/post/apng-feature-detection/comment-page-1#comment-2447</link>
		<dc:creator>Premasagar</dc:creator>
		<pubDate>Sat, 12 Jun 2010 17:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://eligrey.com/?p=313#comment-2447</guid>
		<description>This is really useful, Elijah. Can you give some more information on the security error you get? I don&#039;t get any error in Chrome 6, Firefox 3.63 or Opera 10.6 (all on Ubuntu) when modifying it to use a dataURI of the test APNG file.    
    
The code I&#039;m using:    
   
(function(_global) {    
  var apng_test = new Image(),    
  ctx = document.createElement(&quot;canvas&quot;).getContext(&quot;2d&quot;);    
  apng_test.src = &quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACGFjVEwAAAABAAAAAcMq2TYAAAANSURBVAiZY2BgYPgPAAEEAQB9ssjfAAAAGmZjVEwAAAAAAAAAAQAAAAEAAAAAAAAAAAD6A gBAbNU 2sAAAARZmRBVAAAAAEImWNgYGBgAAAABQAB6MzFdgAAAABJRU5ErkJggg==&quot;;  
  apng_test.onload = function() {    
    ctx.drawImage(apng_test, 0, 0);    
    _global.apng_supported = ( ctx.getImageData(0, 0, 1, 1).data[3] == 0 );    
  }    
})(window); </description>
		<content:encoded><![CDATA[<p>This is really useful, Elijah. Can you give some more information on the security error you get? I don&#39;t get any error in Chrome 6, Firefox 3.63 or Opera 10.6 (all on Ubuntu) when modifying it to use a dataURI of the test APNG file.    </p>
<p>The code I&#39;m using:    </p>
<p>(function(_global) {<br />
  var apng_test = new Image(),<br />
  ctx = document.createElement(&quot;canvas&quot;).getContext(&quot;2d&quot;);<br />
  apng_test.src = &quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACGFjVEwAAAABAAAAAcMq2TYAAAANSURBVAiZY2BgYPgPAAEEAQB9ssjfAAAAGmZjVEwAAAAAAAAAAQAAAAEAAAAAAAAAAAD6A gBAbNU 2sAAAARZmRBVAAAAAEImWNgYGBgAAAABQAB6MzFdgAAAABJRU5ErkJggg==&quot;;<br />
  apng_test.onload = function() {<br />
    ctx.drawImage(apng_test, 0, 0);<br />
    _global.apng_supported = ( ctx.getImageData(0, 0, 1, 1).data[3] == 0 );<br />
  }<br />
})(window);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

