Added some SVG2 requirements to painting.html.
authortbah <tavmjong@free.fr>
Thu, 26 Apr 2012 13:23:40 +0200
changeset 34 57f88ee51809
parent 33 aff94c6ff31f
child 35 297865185de7
Added some SVG2 requirements to painting.html.
master/painting.html
master/publish.xml
--- a/master/painting.html	Tue Apr 24 21:46:51 2012 +0200
+++ b/master/painting.html	Thu Apr 26 13:23:40 2012 +0200
@@ -435,6 +435,88 @@
 <span class="attr-value">'M 30,30 z'</span> and
 <span class="attr-value">'M 40,40 c 0,0 0,0 0,0'</span>.</p>
 
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Include non-scaling stroke.
+  </p>
+  <p>
+    Resolution: SVG2 will include non-scaling stroke.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/10/28-svg-irc#T17-46-34">Pre-TPAC F2F 2011-10-28</a>.
+  </p>
+  <p>
+    Purpose: Keep diagrams readable as zoom level changes.
+  </p>
+  <p>
+    Owner: Chris.
+  </p>
+  <p>
+    Note that this could be part of more generic non-scaling features.
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Include a way to specify stroke-position.
+  </p>
+  <p>
+    Resolution: SVG2 shall include a way to specify stroke-position.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/10/28-svg-irc#T18-09-48">Pre-TPAC F2F 2011-10-28</a>.
+  </p>
+  <p>
+    Purpose: Allow stroke to be inside or outside path.
+  </p>
+  <p>
+    Owner: Cameron.
+  </p>
+  <p>
+    See proposal page: <a href="http://www.w3.org/Graphics/SVG/WG/wiki/Proposals/Stroke_position">Stroke position</a>.
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Specify more precisely stroke dashing.
+  </p>
+  <p>
+    Resolution: SVG2 shall specify stroke dashing more precisely.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/10/28-svg-irc#T18-14-14">Pre-TPAC F2F 2011-10-28</a>.
+  </p>
+  <p>
+    Purpose: Define dash starting point on basic shapes and path segments.
+  </p>
+  <p>
+    Owner: Cameron.
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Allow more author control over positions of dashes. (Scaling of dashes to fit path.)
+  </p>
+  <p>
+    Resolution: SVG2 shall allow more author control over positions of dashes.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/10/28-svg-irc#T18-17-51">Pre-TPAC 2011-10-28</a>.
+  </p>
+  <p>
+    Purpose: Allow things like aligning dashes at rectangle corners or along paths, needed for mapping.
+  </p>
+  <p>
+    Owner: Cameron.
+  </p>
+  <p>
+    See proposal page: <a href="http://www.w3.org/Graphics/SVG/WG/wiki/Proposals/Stroke_dash_adjustment">Stroke dash adjustment</a>.
+  </p>
+</div>
+
+
     <div class="propdef">
       <dl>
         <dt id="StrokeWidthProperty"><span class="propdef-title prop-name">'stroke-width'</span></dt>
--- a/master/publish.xml	Tue Apr 24 21:46:51 2012 +0200
+++ b/master/publish.xml	Thu Apr 26 13:23:40 2012 +0200
@@ -6,7 +6,7 @@
   <maturity>ED</maturity>
   <output use-publish-directory='true' publish-directory='build/publish'/>
 
-  <publication-date>2012-04-24</publication-date>
+  <publication-date>2012-04-26</publication-date>
 
   <versions>
     <cvs href='http://dvcs.w3.org/hg/svg2'/>