<?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/"
	>

<channel>
	<title>Jonas Nordström &#187; svg</title>
	<atom:link href="http://jonasnordstrom.se/tag/svg/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonasnordstrom.se</link>
	<description>Teknik och media</description>
	<lastBuildDate>Mon, 30 Jan 2012 00:23:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Inline SVG och MathML i senaste Firefox, Minefield 3.7a5pre</title>
		<link>http://jonasnordstrom.se/inline-svg-och-mathml-i-senaste-firefox-minefield-3-7a5pre/</link>
		<comments>http://jonasnordstrom.se/inline-svg-och-mathml-i-senaste-firefox-minefield-3-7a5pre/#comments</comments>
		<pubDate>Wed, 12 May 2010 08:53:30 +0000</pubDate>
		<dc:creator>jonas</dc:creator>
				<category><![CDATA[Teknik]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mathml]]></category>
		<category><![CDATA[minefield]]></category>
		<category><![CDATA[nightly]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://jonasnordstrom.se/?p=357</guid>
		<description><![CDATA[I senaste firefox-alfan
kan man använda SVG och MathML inline i HTML5-dokument, utan XML-namespace.

Exempel, jag tog den här testkoden.




x

=


&#8722;
b
&PlusMinus;



b
2

&#8722;
4
&#038;InvisibleTimes;
a

&#038;InvisibleTimes;
c



2
&#038;InvisibleTimes;
a












och körde den i Minefield 3.7a5pre

Resultat:
]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p>I <a href="http://nightly.mozilla.org/">senaste firefox-alfan</a><br />
kan man använda SVG och MathML inline i HTML5-dokument, utan XML-namespace.</p>
<p>Exempel, jag tog den här <a href="http://hacks.mozilla.org/2010/05/firefox-4-the-html5-parser-inline-svg-speed-and-more/">testkoden</a>.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;!DOCTYPE html&gt;
&lt;math&gt;
&lt;mi&gt;x&lt;/mi&gt;
&nbsp;
&lt;mo&gt;=&lt;/mo&gt;
&lt;mfrac&gt;
&lt;mrow&gt;
&lt;mo&gt;&amp;minus;&lt;/mo&gt;
&lt;mi&gt;b&lt;/mi&gt;
&lt;mo&gt;&amp;PlusMinus;&lt;/mo&gt;
&lt;msqrt&gt;
&lt;msup&gt;
&nbsp;
&lt;mi&gt;b&lt;/mi&gt;
&lt;mn&gt;2&lt;/mn&gt;
&lt;/msup&gt;
&lt;mo&gt;&amp;minus;&lt;/mo&gt;
&lt;mn&gt;4&lt;/mn&gt;
&lt;mo&gt;&amp;InvisibleTimes;&lt;/mo&gt;
&lt;mi&gt;a&lt;/mi&gt;
&nbsp;
&lt;mo&gt;&amp;InvisibleTimes;&lt;/mo&gt;
&lt;mi&gt;c&lt;/mi&gt;
&lt;/msqrt&gt;
&lt;/mrow&gt;
&lt;mrow&gt;
&lt;mn&gt;2&lt;/mn&gt;
&lt;mo&gt;&amp;InvisibleTimes;&lt;/mo&gt;
&lt;mi&gt;a&lt;/mi&gt;
&nbsp;
&lt;/mrow&gt;
&lt;/mfrac&gt;
&lt;/math&gt;
&lt;br/&gt;
&lt;svg height=86 width=90 viewBox='5 9 90 86'&gt;
&lt;path stroke=#F53F0C stroke-width=10 fill=#F5C60C 
   stroke-linejoin=round d='M 10,90 L 90,90 L 50,14 Z'/&gt;
&lt;line stroke=black stroke-width=10 
   stroke-linecap=round x1=50 x2=50 y1=45 y2=75 /&gt;
&lt;/svg&gt;</pre></div></div>

<p>och körde den i Minefield 3.7a5pre</p>
<p>Resultat:<br />
<a href="http://jonasnordstrom.se/wp-content/uploads/2010/05/minefield.png"><img class="alignnone size-medium wp-image-358" title="minefield" src="http://jonasnordstrom.se/wp-content/uploads/2010/05/minefield-580x377.png" alt="" width="580" height="377" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jonasnordstrom.se/inline-svg-och-mathml-i-senaste-firefox-minefield-3-7a5pre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

