<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://shawnreeves.net//wiki/index.php?action=history&amp;feed=atom&amp;title=SVG</id>
	<title>SVG - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://shawnreeves.net//wiki/index.php?action=history&amp;feed=atom&amp;title=SVG"/>
	<link rel="alternate" type="text/html" href="https://shawnreeves.net//wiki/index.php?title=SVG&amp;action=history"/>
	<updated>2026-04-11T16:44:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://shawnreeves.net//wiki/index.php?title=SVG&amp;diff=168&amp;oldid=prev</id>
		<title>Shawn: Created page with &#039;In 2008-2009, I needed a vector graphics format for making wind roses printable, so I started using Scalable Vector Graphics (SVG), the open format XML files used to represen…&#039;</title>
		<link rel="alternate" type="text/html" href="https://shawnreeves.net//wiki/index.php?title=SVG&amp;diff=168&amp;oldid=prev"/>
		<updated>2009-11-21T02:46:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;In 2008-2009, I needed a vector graphics format for making &lt;a href=&quot;/wiki/index.php?title=Wind_rose&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Wind rose (page does not exist)&quot;&gt;wind roses&lt;/a&gt; printable, so I started using Scalable Vector Graphics (SVG), the open format XML files used to represen…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In 2008-2009, I needed a vector graphics format for making [[wind rose]]s printable, so I started using Scalable Vector Graphics (SVG), the open format XML files used to represent vector graphics and recognized by some web browsers.&lt;br /&gt;
&lt;br /&gt;
When I first developed the wind roses in SVG at http://energyteachers.org/secondlife/windrose.php I simply copied the header from a file I found on the web:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; ?&amp;gt;&lt;br /&gt;
 &amp;lt;!DOCTYPE svg PUBLIC &amp;quot;-//W3C//DTD SVG 20000303 Stylable//EN&amp;quot; &amp;quot;http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;svg xml:space=&amp;quot;preserve&amp;quot; width=&amp;quot;7in&amp;quot; height=&amp;quot;9in&amp;quot; viewBox=&amp;quot;0 0 800 1000 &amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But, some time around September 2009, Safari stopped rendering the graphics, even though the same code would work in Illustrator.&lt;br /&gt;
I found a better header, but I wanted to understand the components of the header better. I found a decent document explaining XML headers, making them less of a black magic than so many sources had obscured: http://www.layoutgalaxy.com/xml/doc1.php4&lt;br /&gt;
&lt;br /&gt;
As of 2009-11-20, for my wind rose, the following is working in Safari:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;!DOCTYPE svg PUBLIC &amp;quot;-//W3C//DTD SVG 1.1//EN&amp;quot; &amp;quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;svg xml:space=&amp;quot;preserve&amp;quot; width=&amp;quot;7in&amp;quot; height=&amp;quot;9in&amp;quot; viewBox=&amp;quot;0 0 800 1000 &amp;quot; version=&amp;quot;1.1&amp;quot; xmlns=&amp;quot;http://www.w3.org/2000/svg&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notice, no encoding attribute. The standalone option is &amp;quot;rarely used,&amp;quot; but it works for me. Safari isn&amp;#039;t presenting a scroll bar even though the document is 1000 pixels high and my Safari window is smaller. I wonder whether this is a problem still with my header.&lt;/div&gt;</summary>
		<author><name>Shawn</name></author>
	</entry>
</feed>