svg2: Add entry in Changes appendix for bearing path commands.

details:   https://svgwg.org/hg/svg2/rev/d557815498f0
branches:  
changeset: 549:d557815498f0
user:      Cameron McCormack <cam@mcc.id.au>
date:      Tue Nov 12 15:47:50 2013 +1100
description:
Add entry in Changes appendix for bearing path commands.

diffstat:

 master/changes.html |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (27 lines):

diff --git a/master/changes.html b/master/changes.html
--- a/master/changes.html
+++ b/master/changes.html
@@ -114,16 +114,23 @@ have been made.</p>
 
 <h3 id="coords">Coordinate Systems, Transformations and Units chapter</h3>
 
 <ul>
   <li>Added constructors to <a>SVGPoint</a>, <a>SVGMatrix</a> and <a>SVGTransform</a>.</li>
   <li>Make <a>SVGMatrix</a>.skew{X,Y} throw an exception on bad values.</li>
 </ul>
 
+<h3 id="paths">Paths chapter</h3>
+
+<ul>
+  <li class="added-since-last-wd">Added new <strong>B</strong> and
+  <strong>b</strong> "bearing" path commands.</li>
+</ul>
+
 <h3 id="text">Text chapter</h3>
 
 <ul>
   <li>Added a number of missing attributes to the element summary boxes of the
   <a>'text'</a>, <a>'textPath'</a> and <a>'tref'</a> elements.</li>
 
   <li>Added <a>'text/width'</a> attribute to <a>'text'</a>, and a
   section about <a>'text-overflow'</a> processing.</li>

Received on Tuesday, 12 November 2013 04:50:06 UTC