- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Mon, 18 Aug 2014 00:01:45 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/4d694c37544e branches: changeset: 692:4d694c37544e user: Nikos Andronikos <nikos.andronikos@cisra.canon.com.au> date: Mon Aug 18 07:56:56 2014 +0100 description: Added old changes - paths/polygons/polylines with no data do not render, element with no position has bbox at (0,0) diffstat: master/changes.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diffs (31 lines): diff --git a/master/changes.html b/master/changes.html --- a/master/changes.html +++ b/master/changes.html @@ -156,24 +156,27 @@ 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> <li>Added improved wording on bounding box from SVG Tiny 1.2, and an algorithm which can compute a bounding box for an element.</li> + <li class='added-since-last-wd'>Define bounding box for element with no position to be at (0,0).</li> </ul> <h3 id="paths">Paths chapter</h3> <ul> <li>Added new <strong>B</strong> and <strong>b</strong> "bearing" path commands.</li> + <li class='added-since-last-wd'>Define <a>'path'</a>, <a>'polygon'</a> and <a>'polyline'</a> elements with no data set (empty or zero valid commands) to not render.</li> + <li class='added-since-last-wd'>Define how <a href="paths.html#__svg__SVGPathElement__getPathSegAtLength">getPathSegAtLength</a> and <a href="paths.html#__svg__SVGPathElement__getPointAtLength">getPointAtLength</a> handle out-of-range input, and what to do in case there's no valid path data.</li> </ul> <h3 id="text">Text chapter</h3> <ul> <li>Added a number of missing attributes to the element summary boxes of the
Received on Monday, 18 August 2014 07:02:11 UTC