Start to add place holders for new/changed features.
authortbah <tavmjong@free.fr>
Fri, 27 Jan 2012 11:57:58 +0100
changeset 19 f6e3936013ba
parent 18 54847870c1c5
child 20 e60583054b84
child 27 642899e03aeb
Start to add place holders for new/changed features.
master/color.html
master/paths.html
master/pservers.html
master/text.html
--- a/master/color.html	Tue Jan 10 13:59:30 2012 +0100
+++ b/master/color.html	Fri Jan 27 11:57:58 2012 +0100
@@ -14,6 +14,19 @@
 
 <h1>Color</h1>
 
+<div class="annotation">
+  <p>
+    Resolution: Add new paint values currentFillPaint, currentStrokePaint.
+  </p>
+  <p>
+    <a href="http://www.w3.org/Graphics/SVG/WG/wiki/SVG2_Resolutions#Add_new_paint_values_currentFillPaint.2C_currentStrokePaint">Seattle 2011 F2F Day 3</a>.
+  </p>
+  <p>
+    Purpose: Among other things, to provide an easy way to match marker color to stroke color.
+  </p>
+</div>
+
+
 <h2 id="ColorIntroduction">Introduction</h2>
 
 <p>All SVG colors are specified in the sRGB color space
--- a/master/paths.html	Tue Jan 10 13:59:30 2012 +0100
+++ b/master/paths.html	Fri Jan 27 11:57:58 2012 +0100
@@ -14,6 +14,32 @@
 
 <h1>Paths</h1>
 
+<div class="annotation">
+  <p>
+    Resolution: Add a Catmull Rom syntax to the path syntax with a
+    tension parameter to control the whole curve (not per-point
+    control)| abbr=Add Catmull-Rom curves to path syntax.
+  </p>
+  <p>
+    <a href="http://www.w3.org/Graphics/SVG/WG/wiki/SVG2_Resolutions#Add_Catmull-Rom_curves_to_path_syntax">Seattle 2011 F2F Day 1</a>.
+  </p>
+  <p>
+    Purpose: Provide and easy way to graph data, etc.
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    Resolution: Add a path rotation command.
+  </p>
+  <p>
+    <a href="http://www.w3.org/Graphics/SVG/WG/wiki/SVG2_Resolutions#Add_a_path_rotation_command">Seattle 2011 F2F Day 1</a>.
+  </p>
+  <p>
+    Purpose: Make path rotations easy to animate. Make pie charts easy to draw.
+  </p>
+</div>
+
 <edit:with element='path'>
 
 <h2 id="Introduction">Introduction</h2>
--- a/master/pservers.html	Tue Jan 10 13:59:30 2012 +0100
+++ b/master/pservers.html	Fri Jan 27 11:57:58 2012 +0100
@@ -88,7 +88,18 @@
 
 <p class="note">Solid Colors are new in SVG 2 (ported from SVG1.2Tiny).</p>
 
-<p class="annotation">Solid colors approved by resolution xxxx.</p>
+<div class="annotation">
+  <p>
+    Resolution: Will add solidColor element to SVG2.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2012/01/26-svg-minutes.html">WG teleconference: 26 Jan 2012</a>.
+  </p>
+  <p>
+    Purpose: To provide an easy mechanism for creating named colors
+    and palettes. Also useful for animation.
+  </p>
+</div>
 
 <p>
   The 'solidColor' element is a paint server that provides a single
--- a/master/text.html	Tue Jan 10 13:59:30 2012 +0100
+++ b/master/text.html	Fri Jan 27 11:57:58 2012 +0100
@@ -14,6 +14,20 @@
 
 <h1>Text</h1>
 
+<div class="annotation">
+  <p>
+    Resolution: SVG2 will use CSS3 definitions for text layout
+    (whitespacing, bidi, etc) that is not specific to SVG.
+  </p>
+  <p>
+    <a href="http://www.w3.org/Graphics/SVG/WG/wiki/SVG2_Resolutions#SVG2_will_use_CSS3_definitions_for_text_layout_.28whitespacing.2C_bidi.2C_etc.29_that_is_not_specific_to_SVG">Seattle 2011 F2F Day 3</a>.
+  </p>
+  <p>
+    Purpose: Align with CSS3.
+  </p>
+</div>
+
+
 <h2 id="Introduction">Introduction</h2>
 
 <p>Text that is to be rendered as part of an SVG document fragment is