svg2: Mention marker interface changes.

details:   https://svgwg.org/hg/svg2/rev/36db2d0d9b62
branches:  
changeset: 370:36db2d0d9b62
user:      Cameron McCormack <cam@mcc.id.au>
date:      Sat Sep 15 02:24:16 2012 +1000
description:
Mention marker interface changes.

diffstat:

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

diffs (43 lines):

diff --git a/master/changes.html b/master/changes.html
--- a/master/changes.html
+++ b/master/changes.html
@@ -50,16 +50,18 @@ have been made.</p>
 <ul>
   <li>Removed the SVGStylable and SVGLangSpace interfaces and moved all of their members on to <a>SVGElement</a>.</li>
 
   <li>Turned SVGLocatable and SVGTransformable into <a>SVGLocatableElement</a> and <a>SVGTransformableElement</a>,
   which directly inherit from <a>SVGElement</a>.</li>
 
   <li>Added <a>SVGGraphicsElement</a> and <a>SVGDefinitionElement</a> interfaces.</li>
 
+  <li>Added an <a>SVGGeometryElement</a> interface with isPointInFill and isPointInStroke methods.</li>
+
   <li>Removed the SVGExternalResourcesRequired interface.</li>
 </ul>
 
 <h3 id="structure">Document Structure chapter</h3>
 
 <ul>
   <li>Deprecated the <code>suspendRedraw</code>, <code>unsuspendRedraw</code> and <code>unsuspendRedrawAll</code> methods in the SVGSVGElement interface.</li>
 
@@ -98,16 +100,20 @@ have been made.</p>
   and <a>'marker-pattern'</a> properties.</li>
 
   <li>Added the <a>'paint-order'</a> property.</li>
 
   <li>Moved the <span class='property'>color-interpolation-filters</span> property
   to the Filter Effects specification.</li>
 
   <li>Added the <a>'buffered-rendering'</a> property.</li>
+
+  <li>Added <a>SVGMarkerList</a> and <a>SVGMarkerInstance</a> interfaces to represent the
+  markers painted on a given <a>markable element</a>, and an <a>SVGMarkableElement</a>
+  interface to expose that list on <a>markable elements</a>.</li>
 </ul>
 
 <h3 id="color">Color chapter</h3>
 
 <ul>
   <li>Added requirements for images to be color managed.</li>
   
   <li>Added new color syntaxes from the SVG Color specification: RGBA colors, HSL colors,

Received on Friday, 14 September 2012 16:26:16 UTC