- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Sun, 09 Feb 2014 21:38:51 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/26576e089a50
branches:
changeset: 622:26576e089a50
user: Cameron McCormack <cam@mcc.id.au>
date: Mon Feb 10 16:37:01 2014 +1100
description:
Note bounding box wording improvements.
diffstat:
master/changes.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (23 lines):
diff --git a/master/changes.html b/master/changes.html
--- a/master/changes.html
+++ b/master/changes.html
@@ -130,17 +130,18 @@ have been made.</p>
<li>Removed the <span class="attr-name">'contentStyleType'</span> attribute.</li>
</ul>
<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>
- <li class='added-since-last-wd'>Added an algorithm which can compute a bounding box for an element.</li>
+ <li class='added-since-last-wd'>Added improved wording on bounding box
+ from SVG Tiny 1.2, and an algorithm which can compute a bounding box for an element.</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>
Received on Monday, 10 February 2014 05:39:15 UTC