Removed 'baseProfile' and 'version'.
--- a/master/animate.html Thu Apr 10 16:59:23 2014 +0200
+++ b/master/animate.html Thu Apr 10 17:16:14 2014 +0200
@@ -241,7 +241,7 @@
<pre><![CDATA[
<?xml version="1.0" standalone="no"?>
<svg width="8cm" height="3cm" viewBox="0 0 800 300"
- xmlns="http://www.w3.org/2000/svg" version="1.1">
+ xmlns="http://www.w3.org/2000/svg">
<desc>Example anim01 - demonstrate animation elements</desc>
<rect x="1" y="1" width="798" height="298"
fill="none" stroke="blue" stroke-width="2" />
@@ -2108,7 +2108,7 @@
<pre><![CDATA[
<?xml version="1.0" standalone="no"?>
<svg width="5cm" height="3cm" viewBox="0 0 500 300"
- xmlns="http://www.w3.org/2000/svg" version="1.1"
+ xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" >
<desc>Example animMotion01 - demonstrate motion animation computations</desc>
<rect x="1" y="1" width="498" height="298"
@@ -2635,7 +2635,7 @@
<?xml version="1.0" standalone="no"?>
<svg width="4cm" height="2cm" viewBox="0 0 400 200"
xmlns="http://www.w3.org/2000/svg"
- onload="StartAnimation(evt)" version="1.1">
+ onload="StartAnimation(evt)">
<script type="application/ecmascript">]]><![CDATA[<![CDATA[
var timevalue = 0;
var timer_increment = 50;
--- a/master/changes.html Thu Apr 10 16:59:23 2014 +0200
+++ b/master/changes.html Thu Apr 10 17:16:14 2014 +0200
@@ -128,7 +128,10 @@
<li>Clarified that the <a>'switch'</a> element does not affect processing of <a>'script'</a> elements.</li>
<li>Made the <a>'svg/width'</a> and <a>'svg/height'</a> attributes on the <a>'svg'</a> element presentation attributes, and changed the lacuna value to
- <span class="attr-value">auto</span>.</li>
+ <span class="attr-value">auto</span>.
+ </li>
+
+ <li>Removed the <span class="attr-name">baseProfile</span> and <span class="attr-name">version</span> attributes from the <a>'svg'</a> element.</li>
</ul>
<h3 id="styling">Styling chapter</h3>
--- a/master/coords.html Thu Apr 10 16:59:23 2014 +0200
+++ b/master/coords.html Thu Apr 10 17:16:14 2014 +0200
@@ -181,7 +181,7 @@
<!-- SVG graphic -->
<svg xmlns='http://www.w3.org/2000/svg'
- width="100px" height="200px" version="1.1">
+ width="100px" height="200px">
<path d="M100,100 Q200,400,300,100"/>
<!-- rest of SVG graphic would go here -->
</svg>
@@ -417,7 +417,7 @@
<pre>
<?xml version="1.0" standalone="no"?>
-<svg width="300px" height="200px" version="1.1"
+<svg width="300px" height="200px"
viewBox="0 0 1500 1000" preserveAspectRatio="none"
xmlns="http://www.w3.org/2000/svg">
<desc>Example ViewBox - uses the viewBox
@@ -482,7 +482,7 @@
<pre>
<?xml version="1.0" standalone="no"?>
-<svg width="300px" height="200px" version="1.1"
+<svg width="300px" height="200px"
xmlns="http://www.w3.org/2000/svg">
<strong><g transform="scale(0.2)"></strong>
<!-- Rest of document goes here -->
@@ -499,7 +499,7 @@
<pre>
<?xml version="1.0" standalone="no"?>
-<svg width="150px" height="200px" version="1.1"
+<svg width="150px" height="200px"
xmlns="http://www.w3.org/2000/svg">
<strong><g transform="scale(0.1 0.2)"></strong>
<!-- Rest of document goes here -->
@@ -808,7 +808,7 @@
<pre>
<?xml version="1.0" standalone="no"?>
-<svg width="4in" height="3in" version="1.1"
+<svg width="4in" height="3in"
xmlns="http://www.w3.org/2000/svg">
<desc>This SVG drawing embeds another one,
thus establishing a new viewport
--- a/master/definitions.xml Thu Apr 10 16:59:23 2014 +0200
+++ b/master/definitions.xml Thu Apr 10 17:16:14 2014 +0200
@@ -708,8 +708,6 @@
<attribute name='y' href='struct.html#SVGElementYAttribute' animatable='yes'/>
<attribute name='width' href='struct.html#SVGElementWidthAttribute' animatable='yes' presentation='yes'/>
<attribute name='height' href='struct.html#SVGElementHeightAttribute' animatable='yes' presentation='yes'/>
- <attribute name='version' href='struct.html#SVGElementVersionAttribute'/>
- <attribute name='baseProfile' href='struct.html#SVGElementBaseProfileAttribute'/>
<attribute name='playbackOrder' href='struct.html#SVGElementPlaybackOrderAttribute' animatable='no'/>
<attribute name='timelineBegin' href='struct.html#SVGElementTimelineBeginAttribute' animatable='no'/>
</element>
--- a/master/embedded.html Thu Apr 10 16:59:23 2014 +0200
+++ b/master/embedded.html Thu Apr 10 17:16:14 2014 +0200
@@ -285,7 +285,7 @@
<pre>
<?xml version="1.0" standalone="no"?>
-<svg width="4in" height="3in" version="1.1"
+<svg width="4in" height="3in"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<desc>This graphic links to an external image
</desc>
--- a/master/extend.html Thu Apr 10 16:59:23 2014 +0200
+++ b/master/extend.html Thu Apr 10 17:16:14 2014 +0200
@@ -56,7 +56,7 @@
<pre><![CDATA[
<?xml version="1.0" standalone="yes"?>
-<svg width="4in" height="3in" version="1.1"
+<svg width="4in" height="3in"
xmlns = 'http://www.w3.org/2000/svg'>
<defs>
<myapp:piechart xmlns:myapp="http://example.org/myapp"
@@ -181,7 +181,7 @@
<pre><![CDATA[
<?xml version="1.0" standalone="yes"?>
-<svg width="4in" height="3in" version="1.1"
+<svg width="4in" height="3in"
xmlns = 'http://www.w3.org/2000/svg'>
<desc>This example uses the 'switch' element to provide a
fallback graphical representation of an paragraph, if
--- a/master/images/coords/Nested.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/coords/Nested.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
-<svg width="400px" height="150px" version="1.1"
+<svg width="400px" height="150px"
xmlns="http://www.w3.org/2000/svg">
<desc>Example Nested - Nested transformations</desc>
<g fill="none" stroke="black" stroke-width="3" >
--- a/master/images/coords/NewCoordSys.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/coords/NewCoordSys.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<svg width="400px" height="150px"
- xmlns="http://www.w3.org/2000/svg" version="1.1">
+ xmlns="http://www.w3.org/2000/svg">
<desc>Example NewCoordSys - New user coordinate system</desc>
<g fill="none" stroke="black" stroke-width="3" >
<!-- Draw the axes of the original coordinate system -->
--- a/master/images/coords/OrigCoordSys.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/coords/OrigCoordSys.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<svg width="400px" height="150px"
- xmlns="http://www.w3.org/2000/svg" version="1.1">
+ xmlns="http://www.w3.org/2000/svg">
<desc>Example OrigCoordSys - Simple transformations: original picture</desc>
<g fill="none" stroke="black" stroke-width="3" >
<!-- Draw the axes of the original coordinate system -->
--- a/master/images/coords/PreserveAspectRatio.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/coords/PreserveAspectRatio.svg Thu Apr 10 17:16:14 2014 +0200
@@ -15,7 +15,7 @@
fill='none' stroke='blue'/>">
]>
-<svg width="450px" height="300px" version="1.1"
+<svg width="450px" height="300px"
xmlns="http://www.w3.org/2000/svg">
<desc>Example PreserveAspectRatio - illustrates preserveAspectRatio attribute</desc>
<rect x="1" y="1" width="448" height="298"
--- a/master/images/coords/RotateScale.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/coords/RotateScale.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
-<svg width="400px" height="120px" version="1.1"
+<svg width="400px" height="120px"
xmlns="http://www.w3.org/2000/svg">
<desc>Example RotateScale - Rotate and scale transforms</desc>
<g fill="none" stroke="black" stroke-width="3" >
--- a/master/images/coords/Skew.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/coords/Skew.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
-<svg width="400px" height="120px" version="1.1"
+<svg width="400px" height="120px"
xmlns="http://www.w3.org/2000/svg">
<desc>Example Skew - Show effects of skewX and skewY</desc>
<g fill="none" stroke="black" stroke-width="3" >
--- a/master/images/coords/Units.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/coords/Units.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<svg width="400px" height="200px" viewBox="0 0 4000 2000"
- xmlns="http://www.w3.org/2000/svg" version="1.1">
+ xmlns="http://www.w3.org/2000/svg">
<title>Example Units</title>
<desc>Illustrates various units options</desc>
--- a/master/images/coords/ViewBox-Width150.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/coords/ViewBox-Width150.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,7 +1,7 @@
<?xml version="1.0" standalone="no"?>
<svg width="150px" height="200px"
viewBox="0 0 1500 1000" preserveAspectRatio="none"
- xmlns="http://www.w3.org/2000/svg" version="1.1">
+ xmlns="http://www.w3.org/2000/svg">
<desc>Example ViewBox - uses the viewBox
attribute to automatically create an initial user coordinate
system which causes the graphic to scale to fit into the
--- a/master/images/coords/ViewBox.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/coords/ViewBox.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,7 +1,7 @@
<?xml version="1.0" standalone="no"?>
<svg width="300px" height="200px"
viewBox="0 0 1500 1000" preserveAspectRatio="none"
- xmlns="http://www.w3.org/2000/svg" version="1.1">
+ xmlns="http://www.w3.org/2000/svg">
<desc>Example ViewBox - uses the viewBox
attribute to automatically create an initial user coordinate
system which causes the graphic to scale to fit into the
--- a/master/images/coords/geocoord1.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/coords/geocoord1.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
+<svg xmlns="http://www.w3.org/2000/svg"
width="100" height="100" viewBox="0 0 1000 1000">
<desc>An example that references coordinate data.</desc>
--- a/master/images/coords/geocoord2.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/coords/geocoord2.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
+<svg xmlns="http://www.w3.org/2000/svg"
width="100" height="100" viewBox="0 0 1000 1000">
<desc>Example using a well known coordinate system.</desc>
--- a/master/images/coords/geocoord3.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/coords/geocoord3.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
+<svg xmlns="http://www.w3.org/2000/svg"
width="100" height="100" viewBox="0 0 1000 1000">
<desc>Coordinate metadata defined within the SVG document</desc>
--- a/master/images/painting/non-scaling-stroke.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/painting/non-scaling-stroke.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny"
+<svg xmlns="http://www.w3.org/2000/svg"
width="6cm" height="4cm" viewBox="0 0 600 400"
viewport-fill="rgb(255,150,200)">
--- a/master/images/pservers/gradient_vector_and_normal_alt.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/pservers/gradient_vector_and_normal_alt.svg Thu Apr 10 17:16:14 2014 +0200
@@ -4,7 +4,6 @@
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- version="1.1"
width="600"
height="300">
<defs>
--- a/master/images/pservers/radgrad01.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/pservers/radgrad01.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,6 +1,5 @@
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg"
- version="1.1"
viewBox="0 0 300 200" >
<title>Example radgrad01</title>
<desc>Fill a rectangle by referencing a radial gradient paint server.</desc>
--- a/master/images/struct/Use04.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/struct/Use04.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
-<svg width="12cm" height="3cm" viewBox="0 0 1200 300" version="1.1"
+<svg width="12cm" height="3cm" viewBox="0 0 1200 300"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<desc>Example Use04 - 'use' with CSS styling</desc>
<defs style=" /* rule 9 */ stroke-miterlimit: 10" >
--- a/master/images/styling/ExternalCSSStyleSheet.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/styling/ExternalCSSStyleSheet.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<?xml-stylesheet href="mystyle.css" type="text/css"?>
<svg width="10cm" height="5cm" viewBox="0 0 1000 500"
- xmlns="http://www.w3.org/2000/svg" version="1.1">
+ xmlns="http://www.w3.org/2000/svg">
<rect x="200" y="100" width="600" height="300"/>
</svg>
--- a/master/images/styling/InternalCSSStyleSheet.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/styling/InternalCSSStyleSheet.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
+<svg xmlns="http://www.w3.org/2000/svg"
width="10cm" height="5cm" viewBox="0 0 1000 500">
<defs>
<style type="text/css"><![CDATA[
--- a/master/images/styling/PresentationAttributes.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/styling/PresentationAttributes.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
+<svg xmlns="http://www.w3.org/2000/svg"
width="10cm" height="5cm" viewBox="0 0 1000 500">
<rect x="200" y="100" width="600" height="300"
fill="red" stroke="blue" stroke-width="3"/>
--- a/master/images/styling/StyleAttribute.svg Thu Apr 10 16:59:23 2014 +0200
+++ b/master/images/styling/StyleAttribute.svg Thu Apr 10 17:16:14 2014 +0200
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
+<svg xmlns="http://www.w3.org/2000/svg"
width="10cm" height="5cm" viewBox="0 0 1000 500">
<rect x="200" y="100" width="600" height="300"
style="fill: red; stroke: blue; stroke-width: 3"/>
--- a/master/metadata.html Thu Apr 10 16:59:23 2014 +0200
+++ b/master/metadata.html Thu Apr 10 17:16:14 2014 +0200
@@ -99,7 +99,7 @@
<pre><![CDATA[
<?xml version="1.0" standalone="yes"?>
-<svg width="4in" height="3in" version="1.1"
+<svg width="4in" height="3in"
xmlns = 'http://www.w3.org/2000/svg'>
<desc xmlns:myfoo="http://example.org/myfoo">
<myfoo:title>This is a financial report</myfoo:title>
--- a/master/painting.html Thu Apr 10 16:59:23 2014 +0200
+++ b/master/painting.html Thu Apr 10 17:16:14 2014 +0200
@@ -3382,7 +3382,7 @@
<pre>
<?xml version="1.0" standalone="no"?>
<svg width="4in" height="2in"
- viewBox="0 0 4000 2000" version="1.1"
+ viewBox="0 0 4000 2000"
xmlns="http://www.w3.org/2000/svg">
<defs>
<marker id="Triangle"
@@ -3409,7 +3409,7 @@
<pre>
<?xml version="1.0" standalone="no"?>
<svg width="4in" height="2in"
- viewBox="0 0 4000 2000" version="1.1"
+ viewBox="0 0 4000 2000"
xmlns="http://www.w3.org/2000/svg">
<desc>File which produces the same effect
as the marker example file, but without
--- a/master/script.html Thu Apr 10 16:59:23 2014 +0200
+++ b/master/script.html Thu Apr 10 17:16:14 2014 +0200
@@ -79,7 +79,7 @@
<pre class="xml"><![CDATA[
<?xml version="1.0" standalone="no"?>
<svg width="6cm" height="5cm" viewBox="0 0 600 500"
- xmlns="http://www.w3.org/2000/svg" version="1.1">
+ xmlns="http://www.w3.org/2000/svg">
<desc>Example script01 - invoke an ECMAScript function from an onclick event
</desc>
<!-- ECMAScript to change the radius with each click -->
--- a/master/struct.html Thu Apr 10 16:59:23 2014 +0200
+++ b/master/struct.html Thu Apr 10 17:16:14 2014 +0200
@@ -47,7 +47,7 @@
<parent xmlns="http://example.org"
xmlns:svg="http://www.w3.org/2000/svg">
<!-- parent contents here -->
- <svg:svg width="4cm" height="8cm" version="1.1">
+ <svg:svg width="4cm" height="8cm">
<svg:ellipse cx="2cm" cy="4cm" rx="2cm" ry="1cm" />
</svg:svg>
<!-- ... -->
@@ -212,8 +212,6 @@
<span class="attr-name"><a href="struct.html#SVGElementYAttribute"><span>y</span></a></span>,
<span class="attr-name"><a href="struct.html#SVGElementWidthAttribute"><span>width</span></a></span>,
<span class="attr-name"><a href="struct.html#SVGElementHeightAttribute"><span>height</span></a></span>,
- <span class="attr-name"><a href="struct.html#SVGElementVersionAttribute"><span>version</span></a></span>,
- <span class="attr-name"><a href="struct.html#SVGElementBaseProfileAttribute"><span>baseProfile</span></a></span>,
<span class="attr-name"><a href="struct.html#SVGElementPlaybackOrderAttribute"><span>playbackOrder</span></a></span>,
<span class="attr-name"><a href="struct.html#SVGElementTimelineBeginAttribute"><span>timelineBegin</span></a></span>,
<span class="attr-name"><a href="interact.html#ZoomAndPanAttribute"><span>zoomAndPan</span></a></span>
@@ -289,62 +287,6 @@
<th>Animatable</th>
</tr>
<tr>
- <td><dfn id="SVGElementVersionAttribute">version</dfn></td>
- <td><a><number></a></td>
- <td>(none)</td>
- <td>no</td>
- </tr>
- </table>
- </dt>
- <dd>
- <p>Indicates the SVG language version to which this
- document fragment conforms.</p>
- <p>In <a href='http://www.w3.org/TR/2001/REC-SVG-20010904/'>SVG 1.0</a> [<a href='refs.html#ref-SVG10'>SVG10</a>],
- this attribute was fixed to the value <span class='attr-value'>'1.0'</span>.
- For SVG 1.1, the attribute should have the value
- <span class='attr-value'>'1.1'</span>.</p>
- <p class="issue">What are we doing with the <a>'version'</a>
- attribute? It's not clear whether it is useful to keep.</p>
- </dd>
- <dt>
- <table class="propdef attrdef">
- <tr>
- <th>Name</th>
- <th>Value</th>
- <th>Lacuna value</th>
- <th>Animatable</th>
- </tr>
- <tr>
- <td><dfn id="SVGElementBaseProfileAttribute">baseProfile</dfn></td>
- <td><a><anything></a></td>
- <td>none</td>
- <td>no</td>
- </tr>
- </table>
- </dt>
- <dd>
- <p>Describes the minimum SVG language profile that the
- author believes is necessary to correctly render the
- content. The attribute does not specify any processing
- restrictions; It can be considered metadata. For example,
- the value of the attribute could be used by an authoring
- tool to warn the user when they are modifying the document
- beyond the scope of the specified base profile. Each SVG
- profile should define the text that is appropriate for this
- attribute.</p>
- <p class="issue">It's unlikely SVG 2 will have profiles as
- 1.0 and 1.1 did. Do we keep the attribute in case others
- wish to profile SVG? (Or should we be discouraging that?)</p>
- </dd>
- <dt>
- <table class="propdef attrdef">
- <tr>
- <th>Name</th>
- <th>Value</th>
- <th>Lacuna value</th>
- <th>Animatable</th>
- </tr>
- <tr>
<td><dfn data-dfn-type="element-attr" data-dfn-for="svg" id="SVGElementXAttribute">x</dfn>, <dfn data-dfn-type="element-attr" data-dfn-for="svg" id="SVGElementYAttribute">y</dfn></td>
<td><a><length></a></td>
<td>0</td>
@@ -587,7 +529,7 @@
<pre class='xml'><![CDATA[
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg"
- version="1.1" width="4in" height="3in">
+ width="4in" height="3in">
<desc>Groups can nest</desc>
<g>
<g>
@@ -976,7 +918,7 @@
<pre><![CDATA[
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg"
- version="1.1" width="4in" height="3in">
+ width="4in" height="3in">
<g>
<title>Company sales by region</title>
<title lang="fr">Chiffre d'affaires par région</title>
--- a/master/styling.html Thu Apr 10 16:59:23 2014 +0200
+++ b/master/styling.html Thu Apr 10 17:16:14 2014 +0200
@@ -485,7 +485,7 @@
<strong>SVG content after applying mystyle.xsl</strong>
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg"
- width="10cm" height="5cm" version="1.1">
+ width="10cm" height="5cm">
<rect x="2cm" y="1cm" width="6cm" height="3cm" fill="red" stroke="blue" stroke-width="3"/>
</svg>
</pre>
@@ -523,7 +523,7 @@
<strong>SVG file referencing mystyle.css</strong>
<?xml version="1.0" standalone="no"?>
<?xml-stylesheet href="mystyle.css" type="text/css"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
+<svg xmlns="http://www.w3.org/2000/svg"
width="10cm" height="5cm" viewBox="0 0 1000 500">
<rect x="200" y="100" width="600" height="300"/>
</svg>
--- a/master/text.html Thu Apr 10 16:59:23 2014 +0200
+++ b/master/text.html Thu Apr 10 17:16:14 2014 +0200
@@ -5274,7 +5274,7 @@
<pre>
<svg xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+ xmlns:xlink="http://www.w3.org/1999/xlink">
<g <span
style="font-weight:bold; color:red">transform="translate(25,25)"</span>>
<defs>
@@ -5295,7 +5295,7 @@
<pre>
<svg xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+ xmlns:xlink="http://www.w3.org/1999/xlink">
<g <span
style="font-weight:bold; color:blue">transform="rotate(45)"</span>>
<defs>