[svgwg] Add ANNOTATION for vector-effect

https://github.com/w3c/svgwg/commit/82d5be7d296e6b77c6609bab1279dd66fd7b96df
commit 82d5be7d296e6b77c6609bab1279dd66fd7b96df
Author: satakagi <satakagi@gmail.com>
Date:   Mon Nov 17 15:40:05 2014 +0900

    Add ANNOTATION for vector-effect

diff --git a/master/painting.html b/master/painting.html
index 07c7782..3d140ec 100755
--- a/master/painting.html
+++ b/master/painting.html
@@ -2089,6 +2089,26 @@ although it has no effect on a <a>container element</a> itself,
 its inherited value can affect descendant elements.</p>
 
 <h2 id="VectorEffects">Vector Effects</h2>
+<div class="annotation svg2-requirement">
+  <table>
+    <tr>
+      <th>SVG 2 Requirement:</th>
+      <td><a href="http://www.w3.org/Graphics/SVG/WG/wiki/SVG2_Requirements_Input#Constrained_Transformations">SVG 2 will have constrained transformations based on SVG 1.2 Tiny.</a></td>
+    </tr>
+    <tr>
+      <th>Resolution:</th>
+      <td><a href="http://www.w3.org/2014/04/09-svg-minutes.html#item06">Add vector effects extension proposal to SVG 2 specification.</a></td>
+    </tr>
+    <tr>
+      <th>Purpose:</th>
+      <td>To include non-scaling features (non-scaling part of the object, and non-scaling entire object</td>
+    </tr>
+    <tr>
+      <th>Owner:</th>
+      <td>Satoru Takagi (<a href="https://www.w3.org/Graphics/SVG/WG/track/actions/3619">ACTION-3619</a>)</td>
+    </tr>
+  </table>
+</div>
       <p>Sometimes it is of interest to let the outline of an object keep its original width or to let the position of an object fix no matter which transforms are applied to it. For example, in a map with a 2px wide line representing roads it is of interest to keep the roads 2px wide even when the user zooms into the map, or introductory notes on the graphic chart in which panning is possible. </p>
       <p>To offer such effects regarding special coordinate transformations and graphic drawings, SVG Tiny 1.2 introduces the <a><span class="prop-name">'vector-effect'</span></a> property. Although SVG Tiny 1.2 introduced only non-scaling stroke behavior, this version introduces a number of additional effects. Furthermore, since these effects can be specified in combination, they show more various effects. And, future versions of the SVG language will allow for more powerful vector effects through this property. </p>
 


============================================================
/home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --list-pages
/home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --build painting
/home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --build-single-page

Received on Monday, 17 November 2014 06:44:43 UTC