<?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: Wet blanket</title>
	<atom:link href="http://brian.sol1.net/svg/2009/01/17/wet-blanket/feed/" rel="self" type="application/rss+xml" />
	<link>http://brian.sol1.net/svg/2009/01/17/wet-blanket/</link>
	<description>News about my attempts to implement SVG Declarative (SMIL) Animation in Mozilla</description>
	<lastBuildDate>Sat, 30 Jan 2010 05:36:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian</title>
		<link>http://brian.sol1.net/svg/2009/01/17/wet-blanket/comment-page-1/#comment-33396</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 30 Jan 2010 05:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://brian.sol1.net/svg/?p=107#comment-33396</guid>
		<description>Hi DJ. We&#039;re expecting to have a basic version of SMIL out in Firefox 3.7 (Gecko 1.9.3). At this stage it looks like this version will be missing some features such as animateMotion and some timing features (e.g. event-based timing).</description>
		<content:encoded><![CDATA[<p>Hi DJ. We&#8217;re expecting to have a basic version of SMIL out in Firefox 3.7 (Gecko 1.9.3). At this stage it looks like this version will be missing some features such as animateMotion and some timing features (e.g. event-based timing).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJ</title>
		<link>http://brian.sol1.net/svg/2009/01/17/wet-blanket/comment-page-1/#comment-33393</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Fri, 29 Jan 2010 07:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://brian.sol1.net/svg/?p=107#comment-33393</guid>
		<description>Hi, is there any status update with SMIL in firefox? I&#039;m using 3.5, it&#039;s January 2010, will it be some time this year? Looking forward to it, thanks.</description>
		<content:encoded><![CDATA[<p>Hi, is there any status update with SMIL in firefox? I&#8217;m using 3.5, it&#8217;s January 2010, will it be some time this year? Looking forward to it, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacobus</title>
		<link>http://brian.sol1.net/svg/2009/01/17/wet-blanket/comment-page-1/#comment-33028</link>
		<dc:creator>Jacobus</dc:creator>
		<pubDate>Wed, 25 Mar 2009 10:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://brian.sol1.net/svg/?p=107#comment-33028</guid>
		<description>It helps a lot, thanks Brian ;-) also, a personal thanks from me for all you have done for SMIL and Firefox. I&#039;m sure your effort will go a long way.

The lack of SMIL support in Firefox is the only reason I still need other browsers. It&#039;s going to be super when that hole is finally closed.

I drink to open standards and to all the boys and girls who fights for our freedom by pushing these standards!!!!</description>
		<content:encoded><![CDATA[<p>It helps a lot, thanks Brian ;-) also, a personal thanks from me for all you have done for SMIL and Firefox. I&#8217;m sure your effort will go a long way.</p>
<p>The lack of SMIL support in Firefox is the only reason I still need other browsers. It&#8217;s going to be super when that hole is finally closed.</p>
<p>I drink to open standards and to all the boys and girls who fights for our freedom by pushing these standards!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://brian.sol1.net/svg/2009/01/17/wet-blanket/comment-page-1/#comment-33019</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 19 Mar 2009 11:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://brian.sol1.net/svg/?p=107#comment-33019</guid>
		<description>Hi Jacobus, thanks very much!

I&#039;m afraid I&#039;m a bit out of the loop at the moment but I think the situation is as follows:

1) SMIL is not on the 3.1 (now 3.5) branch but only on trunk, so you need a nightly trunk build. I think you can get them at &lt;a href=&quot;http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/&quot; rel=&quot;nofollow&quot;&gt;http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/&lt;/a&gt;.
2) SMIL should now be built by default (&lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=473705&quot; rel=&quot;nofollow&quot;&gt;bug 473705&lt;/a&gt;) on trunk.
3) SMIL is disabled by default and needs to be enabled by a pref in about:config, namely &lt;code&gt;svg.smil.enabled&lt;/code&gt; (&lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=473904&quot; rel=&quot;nofollow&quot;&gt;bug 473904&lt;/a&gt;).

As far as I know, SMIL won&#039;t make it into Firefox 3.5. So the earliest it might appear would be 3.6, and that might be incomplete.

Hope that helps!</description>
		<content:encoded><![CDATA[<p>Hi Jacobus, thanks very much!</p>
<p>I&#8217;m afraid I&#8217;m a bit out of the loop at the moment but I think the situation is as follows:</p>
<p>1) SMIL is not on the 3.1 (now 3.5) branch but only on trunk, so you need a nightly trunk build. I think you can get them at <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/" rel="nofollow">http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/</a>.<br />
2) SMIL should now be built by default (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=473705" rel="nofollow">bug 473705</a>) on trunk.<br />
3) SMIL is disabled by default and needs to be enabled by a pref in about:config, namely <code>svg.smil.enabled</code> (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=473904" rel="nofollow">bug 473904</a>).</p>
<p>As far as I know, SMIL won&#8217;t make it into Firefox 3.5. So the earliest it might appear would be 3.6, and that might be incomplete.</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacobus</title>
		<link>http://brian.sol1.net/svg/2009/01/17/wet-blanket/comment-page-1/#comment-33018</link>
		<dc:creator>Jacobus</dc:creator>
		<pubDate>Thu, 19 Mar 2009 08:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://brian.sol1.net/svg/?p=107#comment-33018</guid>
		<description>Fantastic work guys! Great news! Super Super great!

I have just downloaded the latest 3.1 beta, but the animateTransform example mentioned above is still not working. In what version of Firefox will this be released?

Best,
Jacobus</description>
		<content:encoded><![CDATA[<p>Fantastic work guys! Great news! Super Super great!</p>
<p>I have just downloaded the latest 3.1 beta, but the animateTransform example mentioned above is still not working. In what version of Firefox will this be released?</p>
<p>Best,<br />
Jacobus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mozilla apuesta por SMIL y Canvas 3D para Firefox &#124; Historias de Queso</title>
		<link>http://brian.sol1.net/svg/2009/01/17/wet-blanket/comment-page-1/#comment-32825</link>
		<dc:creator>Mozilla apuesta por SMIL y Canvas 3D para Firefox &#124; Historias de Queso</dc:creator>
		<pubDate>Thu, 22 Jan 2009 15:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://brian.sol1.net/svg/?p=107#comment-32825</guid>
		<description>[...] semana, Brian anunciaba en una entrada en su blog que el primer hito importante había sido finalmente [...]</description>
		<content:encoded><![CDATA[<p>[...] semana, Brian anunciaba en una entrada en su blog que el primer hito importante había sido finalmente [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bread and Circuits &#187; Canvas3D and C3DL hit Ars</title>
		<link>http://brian.sol1.net/svg/2009/01/17/wet-blanket/comment-page-1/#comment-32820</link>
		<dc:creator>Bread and Circuits &#187; Canvas3D and C3DL hit Ars</dc:creator>
		<pubDate>Wed, 21 Jan 2009 18:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://brian.sol1.net/svg/?p=107#comment-32820</guid>
		<description>[...] sure to read the full article which also talks about Brian Birtles&#8217; awesome work to get SMIL implemented.  It&#8217;s a great time to be thinking about graphics on [...]</description>
		<content:encoded><![CDATA[<p>[...] sure to read the full article which also talks about Brian Birtles&#8217; awesome work to get SMIL implemented.  It&#8217;s a great time to be thinking about graphics on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Holbert</title>
		<link>http://brian.sol1.net/svg/2009/01/17/wet-blanket/comment-page-1/#comment-32815</link>
		<dc:creator>Daniel Holbert</dc:creator>
		<pubDate>Mon, 19 Jan 2009 23:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://brian.sol1.net/svg/?p=107#comment-32815</guid>
		<description>@Jeff:

Here&#039;s a TryServer build with animateTransform support:
https://build.mozilla.org/tryserver-builds/2009-01-19_10:37-dholbert@mozilla.com-try-d6dcceb256f/

Sample animateTransform animation:
http://www.kevlindev.com/tutorials/basics/animation/svg_smil/rotate.svg</description>
		<content:encoded><![CDATA[<p>@Jeff:</p>
<p>Here&#8217;s a TryServer build with animateTransform support:<br />
<a href="https://build.mozilla.org/tryserver-builds/2009-01-19_10:37-dholbert@mozilla.com-try-d6dcceb256f/" rel="nofollow">https://build.mozilla.org/tryserver-builds/2009-01-19_10:37-dholbert@mozilla.com-try-d6dcceb256f/</a></p>
<p>Sample animateTransform animation:<br />
<a href="http://www.kevlindev.com/tutorials/basics/animation/svg_smil/rotate.svg" rel="nofollow">http://www.kevlindev.com/tutorials/basics/animation/svg_smil/rotate.svg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://brian.sol1.net/svg/2009/01/17/wet-blanket/comment-page-1/#comment-32814</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Mon, 19 Jan 2009 16:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://brian.sol1.net/svg/?p=107#comment-32814</guid>
		<description>I see you&#039;ve got your animateTransform patch landed.  Any chance somebody could spin a nightly with SMIL enabled for me?  Thanks in advance!</description>
		<content:encoded><![CDATA[<p>I see you&#8217;ve got your animateTransform patch landed.  Any chance somebody could spin a nightly with SMIL enabled for me?  Thanks in advance!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
