svg2: Note that context-{fill, stroke} means to use the same coordinat...

details:   https://svgwg.org/hg/svg2/rev/d88ad9055c70
branches:  
changeset: 422:d88ad9055c70
user:      Cameron McCormack <cam@mcc.id.au>
date:      Fri Jan 18 13:35:06 2013 +1100
description:
Note that context-{fill,stroke} means to use the same coordinate system of the referenced element.

diffstat:

 master/painting.html |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff --git a/master/painting.html b/master/painting.html
--- a/master/painting.html
+++ b/master/painting.html
@@ -143,19 +143,22 @@ paint servers.</p>
   which defines the paint to use.  If the <a>IRI reference</a>
   is not valid (e.g., it points to an element that does not exist
   or the element is not a valid paint server), then the fallback
   value is used, if provided; otherwise, the document is in error
   (see <a href="implnote.html#ErrorProcessing">Error processing</a>).</dd>
 
   <dt>context-fill</dt>
   <dt>context-stroke</dt>
-  <dd>The computed value of the <a>'fill'</a> or <a>'stroke'</a>
+  <dd>The same paint as the computed value of the <a>'fill'</a> or <a>'stroke'</a>
   property, respectively, of the <a>context element</a>.  If there
-  is no context element, then no paint is applied.</dd>
+  is no context element, then no paint is applied.  If the referenced paint
+  is a gradient or a pattern, then the coordinate space to use and the
+  object used for any <span class='attr-value'>'objectBoundingBox'</span>-relative
+  values are the same as those of the <a>context element</a>.</dd>
 </dl>
 </div>
 
 <div class="ready-for-wider-review">
 <h2 id="FillProperties">Fill properties</h2>
 
 <h3 id="SpecifyingFillPaint">Specifying fill paint: the <span class="property">'fill'</span> property</h3>
 

Received on Friday, 18 January 2013 02:36:28 UTC