Mark bounding box terms for export.
--- a/master/intro.html Mon Feb 10 10:28:33 2014 +1100
+++ b/master/intro.html Mon Feb 10 04:38:41 2014 +0100
@@ -258,7 +258,7 @@
<dd>A graphics element that is defined by some combination of
straight lines and curves. Specifically:
<edit:elementcategory name='shape'/>.</dd>
- <dt id="TermBoundingBox"><dfn data-dfn-type="dfn" data-noexport id="bounding-box">bounding box</dfn></dt>
+ <dt id="TermBoundingBox"><dfn data-dfn-type="dfn" data-export id="bounding-box">bounding box</dfn></dt>
<dd>
<p>A bounding bounding box is the tightest fitting rectangle aligned with the axes of that element's <a>user coordinate system</a> that entirely encloses it and its descendants.</p>
<p class="issue">Add detailed defintion of bounding box from SVG 1.2 Tiny.</p>
@@ -569,7 +569,7 @@
of a <a>shape</a> or the outline of
character glyphs in a text string.</dd>
- <dt id="TermStrokeBoundingBox"><dfn data-dfn-type="dfn" data-noexport id="stroke-bounding-box">stroke bounding box</dfn></dt>
+ <dt id="TermStrokeBoundingBox"><dfn data-dfn-type="dfn" data-export id="stroke-bounding-box">stroke bounding box</dfn></dt>
<dd>
<p>A stroke bounding box is the tightest fitting rectangle aligned with the axes of that element's <a>user coordinate system</a> that entirely encloses it and its descendants including eventual stroke styling under the absence of any specified stroke dashing.</p>
<p>See also <a href="coords.html#EstablishingANewUserSpace">Coordinate system transformations</a>.</p>