Start to add SVG2 requirement place holders.
--- a/master/paths.html Fri Jan 27 11:57:58 2012 +0100
+++ b/master/paths.html Fri Mar 30 15:41:11 2012 +0200
@@ -16,6 +16,9 @@
<div class="annotation">
<p>
+ SVG2 Requirement: Include the smooth path between points functionality (Catmull-Rom).
+ </p>
+ <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.
@@ -26,11 +29,17 @@
<p>
Purpose: Provide and easy way to graph data, etc.
</p>
+ <p>
+ Owner: Doug.
+ </p>
</div>
<div class="annotation">
<p>
- Resolution: Add a path rotation command.
+ SVG2 Requirement: Add a path rotation command.
+ </p>
+ <p>
+ Resolution: Same as requirement.
</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>.
@@ -38,6 +47,27 @@
<p>
Purpose: Make path rotations easy to animate. Make pie charts easy to draw.
</p>
+ <p>
+ Owner: Cameron.
+ </p>
+</div>
+
+<div class="annotation">
+ <p>
+ SVG2 Requirement: Make arcs in paths easier.
+ </p>
+ <p>
+ Resolution: Make arcs in paths easier.
+ </p>
+ <p>
+ <a href="http://www.w3.org/2011/11/04-svg-minutes.html#item08">TPAC 2011 F2F</a>.
+ </p>
+ <p>
+ Purpose: Allow arcs of longer than 180 degress.
+ </p>
+ <p>
+ Owner: Cameron.
+ </p>
</div>
<edit:with element='path'>
--- a/master/pservers.html Fri Jan 27 11:57:58 2012 +0100
+++ b/master/pservers.html Fri Mar 30 15:41:11 2012 +0200
@@ -44,19 +44,43 @@
paint servers. Is there any other kind?
</p>
-<p class="issue">
- Hatch fills (required for mapping, engraving, etc.) approved. Is
- this to be implemented as a paint server?
- <a href="http://www.w3.org/2011/10/28-svg-irc#T18-17-51">Pre-TPAC
- meeting</a>.
- Issue <a href="http://www.w3.org/Graphics/SVG/WG/track/issues/2372">2372</a>.
-</p>
+<div class="annotation">
+ <p>
+ SVG2 Requirement: Support hatching without the artifacts that patterns currently impose.
+ </p>
+ <p>
+ Resolution: SVG2 should support hatching without the artifacts that patterns currently impose.
+ </p>
+ <p>
+ <a href="http://www.w3.org/2011/10/28-svg-irc#T18-17-51">Pre-TPAC meeting</a>.
+ Issue <a href="http://www.w3.org/Graphics/SVG/WG/track/issues/2372">2372</a>.
+ </p>
+ <p>
+ Purpose: Hatchings (required for mapping, engraving, etc.) approved:
+ </p>
+ <p>
+ Owner: Tav
+ </p>
+</div>
-<p class="issue">
- Arbitrary fill (video elements, etc.) approved as additional paint server at
- <a href="http://www.w3.org/2011/10/28-svg-irc#T18-32-52">Pre-TPAC meeting</a>.
- Issue <a href="http://www.w3.org/Graphics/SVG/WG/track/issues/2371">2371</a>.
-</p>
+<div class="annotation">
+ <p>
+ SVG2 Requirement: SVG 2 shall support filling and stroking from arbitrary elements.
+ </p>
+ <p>
+ Resolution: Same as requirement.
+ </p>
+ <p>
+ <a href="http://www.w3.org/2011/10/28-svg-irc#T18-32-52">Pre-TPAC meeting</a>.
+ Issue <a href="http://www.w3.org/Graphics/SVG/WG/track/issues/2371">2371</a>.
+ </p>
+ <p>
+ Purpose: To allow arbitrary fill (video elements, etc.) as additional paint servers.
+ </p>
+ <p>
+ Owner: Alex?
+ </p>
+</div>
<p class="issue">
It seems that all paint servers (except perhaps, mesh gradients,
@@ -90,6 +114,9 @@
<div class="annotation">
<p>
+ SVG2 Requirement: Add the solidColor element and its properties.
+ </p>
+ <p>
Resolution: Will add solidColor element to SVG2.
</p>
<p>
@@ -99,6 +126,9 @@
Purpose: To provide an easy mechanism for creating named colors
and palettes. Also useful for animation.
</p>
+ <p>
+ Owner: Tav.
+ </p>
</div>
<p>
@@ -884,7 +914,10 @@
<div class="annotation">
<p>
- Resolution: Add an 'fr' attribute to <radialGradient>.
+ Requirement: Add an 'fr' attribute to <radialGradient>.
+ </p>
+ <p>
+ Resolution: Same as requirement.
</p>
<p>
<a href="http://www.w3.org/2011/07/29-svg-minutes.html#item06">Seattle
@@ -897,6 +930,9 @@
Purpose: to align with Canvas. The zero-offset stop would be along
the circle defined by the fx, fy, and fr attributes.
</p>
+ <p>
+ Owner: Erik.
+ </p>
</div>
</dd>
@@ -952,14 +988,15 @@
<div class="annotation">
<p>
- Resolution: Radial gradients with focal point on the circle.
+ SVG2 Requirement: Clarify radial gradients with focal point on the circle.
+ </p>
+ <p>
+ Resolution: The spec. should say that when the focal point is on the circle edge, with repeat, then the distance between the first and last stop for the repeating colors is 0 and the paint should generate a color that is the average of all the gradient stops.
</p>
<p>
Seattle 2011 F2F Day 3.
<a href="http://www.w3.org/2011/07/29-svg-minutes.html#item05">Seattle
2011 F2F Day 3</a>.
- </p>
- <p>
Action-3097 on ED.
</p>
<p>
@@ -969,6 +1006,9 @@
resolved that the paint should generate a color that is the
weighted average (by offset) of all the gradient stops.
</p>
+ <p>
+ Owner: Erik.
+ </p>
</div>
<h4 id="RadialGradientNotes">Notes on radial gradients</h4>
@@ -1157,11 +1197,20 @@
<div class="annotation">
<p>
+ SVG2 Requirement: Support Coons patches.
+ </p>
+ <p>
Resolution: Mesh gradients are accepted by the WG for SVG 2.
</p>
<p>
<a href="http://www.w3.org/Graphics/SVG/WG/wiki/SVG2_Resolutions#Mesh_gradients_are_accepted_by_the_WG_for_SVG_2.0">Seattle 2011 F2F day 3</a>
</p>
+ <p>
+ Purpose: To allow more complex gradients such as those found in nature.
+ </p>
+ <p>
+ Owner: Tav.
+ </p>
</div>
<div class="annotation">
--- a/master/publish.xml Fri Jan 27 11:57:58 2012 +0100
+++ b/master/publish.xml Fri Mar 30 15:41:11 2012 +0200
@@ -6,7 +6,7 @@
<maturity>ED</maturity>
<output use-publish-directory='true' publish-directory='build/publish'/>
- <publication-date>2012-01-10</publication-date>
+ <publication-date>2012-03-30</publication-date>
<versions>
<cvs href='http://dvcs.w3.org/hg/svg2'/>