<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Longsonr&#039;s Weblog</title>
	<atom:link href="http://longsonr.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://longsonr.wordpress.com</link>
	<description>What&#039;s happening with SVG</description>
	<lastBuildDate>Thu, 22 Nov 2012 14:32:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='longsonr.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Longsonr&#039;s Weblog</title>
		<link>http://longsonr.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://longsonr.wordpress.com/osd.xml" title="Longsonr&#039;s Weblog" />
	<atom:link rel='hub' href='http://longsonr.wordpress.com/?pushpress=hub'/>
		<item>
		<title>New SVG filter pseudo inputs for Firefox 17</title>
		<link>http://longsonr.wordpress.com/2012/11/18/new-svg-filter-pseudo-inputs-for-firefox-17/</link>
		<comments>http://longsonr.wordpress.com/2012/11/18/new-svg-filter-pseudo-inputs-for-firefox-17/#comments</comments>
		<pubDate>Sun, 18 Nov 2012 14:38:16 +0000</pubDate>
		<dc:creator>Robert Longson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://longsonr.wordpress.com/?p=131</guid>
		<description><![CDATA[Firefox has supported all SVG 1.1 filter primitives since Firefox 3, however until now it has only supported SourceGraphic and SourceAlpha pseudo inputs. Fortunately these are by far the most common. Firefox 17 includes support for an additional two pseudo inputs &#8211; FillPaint and StrokePaint. The SVG testsuite has an example showing how they can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=131&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Firefox has supported all SVG 1.1 filter primitives since Firefox 3, however until now it has only supported <a href="http://www.w3.org/TR/SVG/filters.html#CommonAttributes" title="SVG Filter pseudo inputs" target="_blank">SourceGraphic and SourceAlpha pseudo inputs</a>. Fortunately these are by far the most common.</p>
<p>Firefox 17 includes support for an additional two pseudo inputs &#8211; FillPaint and StrokePaint. The SVG testsuite has <a href="http://www.w3.org/Graphics/SVG/Test/20110816/harness/htmlObjectApproved/filters-composite-03-f.html" title="StrokePaint and FillPaint example" target="_blank">an example</a> showing how they can be used.</p>
<p>Even though HTML doesn&#8217;t use the SVG fill and stroke CSS properties, you can still set them in Firefox to have StrokePaint and FillPaint <a href="http://robert.ocallahan.org/2008/06/applying-svg-effects-to-html-content_04.html" title="SVG filters in HTML">filters with HTML</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/longsonr.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/longsonr.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=131&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://longsonr.wordpress.com/2012/11/18/new-svg-filter-pseudo-inputs-for-firefox-17/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5d912dac5c74b47bbaff7164f5f8bb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">longsonr</media:title>
		</media:content>
	</item>
		<item>
		<title>SVG Fragment Identifiers</title>
		<link>http://longsonr.wordpress.com/2012/08/13/svg-fragment-identifiers/</link>
		<comments>http://longsonr.wordpress.com/2012/08/13/svg-fragment-identifiers/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 10:18:46 +0000</pubDate>
		<dc:creator>Robert Longson</dc:creator>
				<category><![CDATA[SVG]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://longsonr.wordpress.com/?p=108</guid>
		<description><![CDATA[An SVG feature appearing for the first time in Firefox 15 is support for SVG Fragment Identifier linking. This feature allows authors to display different parts of an SVG image by specifying a different fragment identifier on the end of the URL. The Firefox 15 implementation also includes support for the view element which is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=108&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>An SVG feature appearing for the first time in Firefox 15 is support for <a href="http://www.w3.org/TR/SVG/linking.html#LinksIntoSVG" title="SVG Fragment Identifier Linking" target="_blank">SVG Fragment Identifier linking</a>. This feature allows authors to display different parts of an SVG image by specifying a different fragment identifier on the end of the URL.</p>
<p>The Firefox 15 implementation also includes support for the <a href="http://www.w3.org/TR/SVG/linking.html#ViewElement" title="View Element" target="_blank">view element</a> which is basically a predefined fragment identifier. It does not however, support XPointer style fragment identifiers.</p>
<p>One use case for fragment identifers could be an SVG document with a set of sprites arranged in a grid. Fragment identifiers could then be used to display one or more of those images on another html or svg page.</p>
<p>Here&#8217;s an example that shows <a href="http://www.w3.org/Graphics/SVG/Test/20011026/linking-view-BE-04.svg" title="Example" target="_blank">Fragment Identifier Linking in action</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/longsonr.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/longsonr.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=108&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://longsonr.wordpress.com/2012/08/13/svg-fragment-identifiers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5d912dac5c74b47bbaff7164f5f8bb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">longsonr</media:title>
		</media:content>
	</item>
		<item>
		<title>Hyperlinking semantics for SVG animation</title>
		<link>http://longsonr.wordpress.com/2012/07/29/hyperlinking-semantics-for-svg-animation/</link>
		<comments>http://longsonr.wordpress.com/2012/07/29/hyperlinking-semantics-for-svg-animation/#comments</comments>
		<pubDate>Sun, 29 Jul 2012 13:26:37 +0000</pubDate>
		<dc:creator>Robert Longson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://longsonr.wordpress.com/?p=98</guid>
		<description><![CDATA[One of several new SVG capabilities in Firefox 15 is support for triggering animations by clicking on hyperlinks. If a link target is an animation element then the animation will begin when the user clicks on the link such as in this example. This completes SVG 1.1 animation support in Firefox, apart from the deprecated [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=98&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>One of several new SVG capabilities in Firefox 15 is support for triggering animations by clicking on hyperlinks.</p>
<p>If a link target is an animation element then the animation will begin when the user clicks on the link such as in <a href="http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-animate-elem-29-b.html" title="hyperlinking example" target="_blank">this example</a>. </p>
<p>This completes SVG 1.1 animation support in Firefox, apart from the deprecated <a href="http://www.w3.org/TR/SVG/animate.html#AnimateColorElement" title="animateColor" target="_blank">animateColor</a> element and <a href="http://www.w3.org/TR/SVG/animate.html#WallclockSyncValueSyntax" title="wallclock based animation" target="_blank">wallclock timing</a>, both of which are likely to be removed in SVG 2.0. Therefore from Firefox 15 we&#8217;re also enabling the <a href="http://www.w3.org/TR/SVG11/feature#Animation" rel="nofollow">http://www.w3.org/TR/SVG11/feature#Animation</a> <a href="http://www.w3.org/TR/SVG/feature.html#SVG11FeatureStrings" title="feature strings" target="_blank">feature string</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/longsonr.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/longsonr.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=98&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://longsonr.wordpress.com/2012/07/29/hyperlinking-semantics-for-svg-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5d912dac5c74b47bbaff7164f5f8bb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">longsonr</media:title>
		</media:content>
	</item>
		<item>
		<title>SVGTests interface implemented</title>
		<link>http://longsonr.wordpress.com/2012/01/06/svgtests-interface-implemented/</link>
		<comments>http://longsonr.wordpress.com/2012/01/06/svgtests-interface-implemented/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 14:49:13 +0000</pubDate>
		<dc:creator>Robert Longson</dc:creator>
				<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://longsonr.wordpress.com/?p=88</guid>
		<description><![CDATA[Support for the SVGTests interface has just landed in Firefox. It&#8217;s currently available in Nightlies and all being well, should make its release appearance in Firefox 12. The SVGTests interface allows scripts to check whether additional functionality is supported by a browser. There&#8217;s no strict definition of what extensions mean but Firefox currently uses element.hasExtension(&#8220;http://www.w3.org/1999/xhtml&#038;#8221;) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=88&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Support for the <a href="https://developer.mozilla.org/en/DOM/SVGTests" title="SVGTests" target="_blank">SVGTests</a> interface has just landed in Firefox. It&#8217;s currently available in Nightlies and all being well, should make its release appearance in Firefox 12.</p>
<p>The SVGTests interface allows scripts to check whether additional functionality is supported by a browser. There&#8217;s no strict definition of what extensions mean but Firefox currently uses element.hasExtension(&#8220;<a href="http://www.w3.org/1999/xhtml&#038;#8221" rel="nofollow">http://www.w3.org/1999/xhtml&#038;#8221</a>;) to suggest that foreignObject elements support html content and element.hasExtension(&#8220;<a href="http://www.w3.org/1998/Math/MathML&#038;#8221" rel="nofollow">http://www.w3.org/1998/Math/MathML&#038;#8221</a>;) to suggest they also display mathML.</p>
<p>The SVGTests interface also allows the requiredFeatures, requiredExtensions and systemLanguage attributes to be manipulated as if they were arrays using the SVG DOM.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/longsonr.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/longsonr.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=88&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://longsonr.wordpress.com/2012/01/06/svgtests-interface-implemented/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5d912dac5c74b47bbaff7164f5f8bb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">longsonr</media:title>
		</media:content>
	</item>
		<item>
		<title>SVG Masks are changing their default colour space</title>
		<link>http://longsonr.wordpress.com/2011/10/05/svg-masks-are-changing-their-default-colour-space/</link>
		<comments>http://longsonr.wordpress.com/2011/10/05/svg-masks-are-changing-their-default-colour-space/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 09:12:29 +0000</pubDate>
		<dc:creator>Robert Longson</dc:creator>
				<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://longsonr.wordpress.com/?p=81</guid>
		<description><![CDATA[According to the original SVG 1.1 specification masks in SVG always operated in the linear RGB colour space. That meant that Firefox always converted the graphic being masked to linear RGB and after that, applied the mask. SVG 1.1 2nd edition changes the way masks work and a patch has landed for Firefox 10 to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=81&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>According to the original SVG 1.1 specification masks in SVG always operated in the linear RGB colour space. That meant that Firefox always converted the graphic being masked to linear RGB and after that, applied the mask.</p>
<p>SVG 1.1 2nd edition changes the way masks work and a patch has landed for Firefox 10 to match that change. SVG masks now honour the color-interpolation property. This means that authors can choose whether the graphic is converted to linear RGB before the mask is applied.</p>
<p>The thing to watch out for though is that the default value for color-interpolation is sRGB so existing content may render slightly differently. If you want things to stay the same you need to add color-interpolation=&#8221;linearRGB&#8221; as an attribute of the mask element.</p>
<p>Opera has worked like this for some time now and a patch make this change also landed in Webkit recently so Chrome and Safari will render things this way at some point too.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/longsonr.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/longsonr.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=81&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://longsonr.wordpress.com/2011/10/05/svg-masks-are-changing-their-default-colour-space/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5d912dac5c74b47bbaff7164f5f8bb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">longsonr</media:title>
		</media:content>
	</item>
		<item>
		<title>SVG is on all the time now in Firefox</title>
		<link>http://longsonr.wordpress.com/2011/05/30/svg-is-on-all-the-time-now-in-firefox/</link>
		<comments>http://longsonr.wordpress.com/2011/05/30/svg-is-on-all-the-time-now-in-firefox/#comments</comments>
		<pubDate>Mon, 30 May 2011 11:52:31 +0000</pubDate>
		<dc:creator>Robert Longson</dc:creator>
				<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://longsonr.wordpress.com/?p=72</guid>
		<description><![CDATA[In versions of Firefox prior to 4.0 there was an svg.enabled flag that you could set to false in about:config to disable Firefox&#8217;s SVG capability. During the development of Firefox 4, UI changes took more and more advantage of SVG; for buttons for instance you can ship with fewer bitmaps &#8211; one scalable drawing can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=72&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In versions of Firefox prior to 4.0 there was an svg.enabled flag that you could set to false in about:config to disable Firefox&#8217;s SVG capability. </p>
<p>During the development of Firefox 4, UI changes took more and more advantage of SVG; for buttons for instance you can ship with fewer bitmaps &#8211; one scalable drawing can replace all the bitmaps for different screen resolutions and using SVG filters you can even derive the greyscale disabled state from the enabled button.</p>
<p>Eventually we discovered that the Firefox 4 UI had become so internally dependent on SVG that it would not start any more when you set svg.enabled to false so we removed the <del>flag</del>footgun. SVG is now a first class citizen just like html.</p>
<p>One consequence of this is that if you were using an SVG plugin such as the Adobe or Corel SVG viewers these will no longer function. To ease the pain, we have implemented  <a href="http://www.codedread.com/svg-support.php" title="SVG Support Table" target="_blank">more of the SVG specification in Firefox 4 than ever before</a> and as you can see we&#8217;re up to a similar score to the Adobe plugin. There are still some things that the Adobe plugin does that Firefox does not, such as SVG fonts there are now things that Firefox does or does correctly that may in some way make up for that.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/longsonr.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/longsonr.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=72&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://longsonr.wordpress.com/2011/05/30/svg-is-on-all-the-time-now-in-firefox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5d912dac5c74b47bbaff7164f5f8bb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">longsonr</media:title>
		</media:content>
	</item>
		<item>
		<title>SVG cursors</title>
		<link>http://longsonr.wordpress.com/2010/12/16/svg-cursors/</link>
		<comments>http://longsonr.wordpress.com/2010/12/16/svg-cursors/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 17:08:52 +0000</pubDate>
		<dc:creator>Robert Longson</dc:creator>
				<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://longsonr.wordpress.com/?p=64</guid>
		<description><![CDATA[Daniel Holbert wrote a while ago in svg-as-image that you can use SVG in many new places in Firefox 4. Did you realise that that means that you can use SVG for cursors too? For an SVG cursor it&#8217;s as simple as: cursor: url(cursor1.svg) , auto; Browsers that don&#8217;t understand SVG cursors should fall back [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=64&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Daniel Holbert wrote a while ago in <a href="http://blog.dholbert.org/2010/10/svg-as-image.html">svg-as-image</a> that you can use SVG in many new places in Firefox 4. Did you realise that that means that you can use SVG for cursors too?</p>
<p>For an SVG cursor it&#8217;s as simple as:</p>
<p>cursor:  url(cursor1.svg) , auto;</p>
<p>Browsers that don&#8217;t understand SVG cursors should fall back to the non-URL value.</p>
<p>One caveat is that the SVG image must contain a length-valued (not percentage-valued) height and width on its root SVG node. The usual SVG as an image restrictions apply but animation will work so spectacular things should be possible.</p>
<p>For more information see the newly updated MDN article: <a href="https://developer.mozilla.org/en/Using_URL_values_for_the_cursor_property">Using_URL_values_for_the_cursor_property</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/longsonr.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/longsonr.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=64&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://longsonr.wordpress.com/2010/12/16/svg-cursors/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5d912dac5c74b47bbaff7164f5f8bb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">longsonr</media:title>
		</media:content>
	</item>
		<item>
		<title>SVG News</title>
		<link>http://longsonr.wordpress.com/2010/10/12/svg-news/</link>
		<comments>http://longsonr.wordpress.com/2010/10/12/svg-news/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 16:37:38 +0000</pubDate>
		<dc:creator>Robert Longson</dc:creator>
				<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://longsonr.wordpress.com/?p=28</guid>
		<description><![CDATA[In my previous post (SVG Glyph Positioning) I said that we now do individual glyph positioning for SVG text but that there were some gotchas. Fortunately Takeshi Kurosawa stepped up to the plate and fixed inheritance of glyph positions so that &#60;text x=”10 30″ y=”30″&#62;&#60;tspan&#62;HI&#60;/tspan&#62;&#60;/text&#62; now displays correctly. His work on this will be in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=28&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In my previous post (<a title="Old News" href="https://longsonr.wordpress.com/2010/04/06/svg-glyph-positioning/">SVG Glyph Positioning</a>) I said that we now do individual glyph positioning for SVG text but that there were some gotchas.</p>
<p>Fortunately Takeshi Kurosawa stepped up to the plate and fixed inheritance of glyph positions so that &lt;text x=”10 30″ y=”30″&gt;&lt;tspan&gt;HI&lt;/tspan&gt;&lt;/text&gt; now displays correctly. His work on this will be in Beta 7.</p>
<p>We&#8217;ve made more animation progress too. Animated slideshows anyone?</p>
<ul>
<li>Event based animation by Brian Birtles allows animation to react to mouse clicks: <a title="Event based animation" href="http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-animate-elem-52-t.html">Eventbase targets</a></li>
</ul>
<ul>
<li>Then we have <a title="Animation of string values" href="http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-animate-elem-39-t.html">string animation</a> which would allow the animation to change the slideshow image to move to the next slide.</li>
</ul>
<ul>
<li>At the moment the slides would need to be based around SVG use elements however the ability to have slides as SVG images where each slide is an SVG document is not far off thanks to Daniel Holbert.</li>
</ul>
<p>I think eventbase animation was early enough to be in Beta 6, String animation will be in Beta 8 and so should SVG images in the SVG image tag.</p>
<p>Meanwhile Jonathan Watt has been keeping his head down implementing a rather complicated patch for animation of <a title="Animate path's d attribute" href="https://bugzilla.mozilla.org/show_bug.cgi?id=522306">path segments.</a> Once that lands only lists of numbers e.g. text glyph rotation and polygon and polyline points will be left. Pretty much anything else should animate barring the odd and hopefully minor rough edge of course.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/longsonr.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/longsonr.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=28&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://longsonr.wordpress.com/2010/10/12/svg-news/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5d912dac5c74b47bbaff7164f5f8bb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">longsonr</media:title>
		</media:content>
	</item>
		<item>
		<title>SVG Glyph Positioning</title>
		<link>http://longsonr.wordpress.com/2010/04/06/svg-glyph-positioning/</link>
		<comments>http://longsonr.wordpress.com/2010/04/06/svg-glyph-positioning/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 13:02:09 +0000</pubDate>
		<dc:creator>Robert Longson</dc:creator>
				<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://longsonr.wordpress.com/?p=16</guid>
		<description><![CDATA[The Firefox trunk now has the ability to position individual text glyphs in SVG. That means that full-text-text-07-t.html mostly works, barring some glyph rotation issues on some platforms. If you see the glyphs unrotated on your platform, select the SVG frame and view it in its own tab which will force a different font size [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=16&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The Firefox trunk now has the ability to position individual text glyphs in SVG. That means that <a title="full-text-text-07-t.html" href="http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-text-text-07-t.html">full-text-text-07-t.html </a>mostly works, barring some glyph rotation issues on some platforms. If you see the glyphs unrotated on your platform, select the SVG frame and view it in its own tab which will force a different font size to be used.</p>
<p>Ken Stacey originally worked on this and almost had it in the tree at the end of 2007 so it&#8217;s been a long last 5 yards for this feature.</p>
<p>If you are trying to position individual glyphs you still need to ensure that the glyph positions are defined directly against the text or tspan element they are to affect as inheritance of glyph position data is still to be implemented.</p>
<p>For example &lt;text&gt;&lt;tspan x=&#8221;10 30&#8243; y=&#8221;30&#8243;&gt;HI&lt;/tspan&gt;&lt;/text&gt; is fine whereas &lt;text x=&#8221;10 30&#8243; y=&#8221;30&#8243;&gt;&lt;tspan&gt;HI&lt;/tspan&gt;&lt;/text&gt; doesn&#8217;t work yet.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/longsonr.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/longsonr.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=16&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://longsonr.wordpress.com/2010/04/06/svg-glyph-positioning/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5d912dac5c74b47bbaff7164f5f8bb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">longsonr</media:title>
		</media:content>
	</item>
		<item>
		<title>Well done Microsoft for joining the SVG party</title>
		<link>http://longsonr.wordpress.com/2010/03/18/well-done-microsoft-for-joining-the-svg-party/</link>
		<comments>http://longsonr.wordpress.com/2010/03/18/well-done-microsoft-for-joining-the-svg-party/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 14:51:35 +0000</pubDate>
		<dc:creator>Robert Longson</dc:creator>
				<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://longsonr.wordpress.com/?p=10</guid>
		<description><![CDATA[Microsoft announced that IE9 will support a subset of SVG. They&#8217;ve even done a video about it: IE9 SVG Video The IE9 developer preview already manages to pass just over 28% of the SVG test suite according to codedread&#8217;s SVG support table So congratulations are in order for joining in and getting going. There&#8217;s more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=10&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Microsoft announced that IE9 will support a subset of SVG. They&#8217;ve even done a video about it: <a href="http://channel9.msdn.com/posts/Charles/In-your-hands-IE9-and-SVG-Past-Present-and-Future-of-Vector-Graphics-for-the-Web/">IE9 SVG Video</a></p>
<p>The IE9 developer preview already manages to pass just over 28% of the SVG test suite according to <a href="http://www.codedread.com/svg-support.php">codedread&#8217;s SVG support table</a></p>
<p>So congratulations are in order for joining in and getting going. There&#8217;s more to come to according to <a href="http://arstechnica.com/microsoft/news/2010/03/platform-preview-gives-web-developers-first-taste-of-ie9.ars/1">this</a> as markers, clipping and masking are all things to look forward to.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/longsonr.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/longsonr.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longsonr.wordpress.com&#038;blog=11937161&#038;post=10&#038;subd=longsonr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://longsonr.wordpress.com/2010/03/18/well-done-microsoft-for-joining-the-svg-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5d912dac5c74b47bbaff7164f5f8bb8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">longsonr</media:title>
		</media:content>
	</item>
	</channel>
</rss>
