- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 24 Feb 2012 17:51:34 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv25565
Modified Files:
Overview.html Overview.src.html
Log Message:
Reword the coordinate stuff for SVG-in-element() per Erik's email.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -d -r1.293 -r1.294
--- Overview.html 24 Feb 2012 17:28:34 -0000 1.293
+++ Overview.html 24 Feb 2012 17:51:31 -0000 1.294
@@ -880,15 +880,23 @@
<dl>
<dt>objectBoundingBox
- <dd>The coordinate system has its origin at the top left corner of the
- painting area. The width and height of the painting area are the width
- and height of a single unit in the coordinate system.
+ <dd>The coordinate system has its origin at the top left corner of the <a
+ href="#concrete-object-size"><i>concrete object size</i></a> it's being
+ drawn into, and the same width and height as the <a
+ href="#concrete-object-size"><i>concrete object size</i></a>. A single <a
+ href="http://www.w3.org/TR/SVG/coords.html#Units">user coordinate</a> is
+ the width and height of the <a href="#concrete-object-size"><i>concrete
+ object size</i></a>.
<dt>userSpaceOnUse
- <dd>The coordinate system has its origin at the top left corner of the
- painting area. Units in the coordinate space are sized equivalently to
- the CSS ‘<code class=css>px</code>’ unit.
+ <dd>The coordinate system has its origin at the top left corner of the <a
+ href="#concrete-object-size"><i>concrete object size</i></a> it's being
+ drawn into, and the same width and height as the <a
+ href="#concrete-object-size"><i>concrete object size</i></a>. <a
+ href="http://www.w3.org/TR/SVG/coords.html#Units">User coordinates</a>
+ are sized equivalently to the CSS ‘<code class=css>px</code>’
+ unit.
</dl>
<!-- ====================================================================== -->
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- Overview.src.html 24 Feb 2012 17:28:34 -0000 1.303
+++ Overview.src.html 24 Feb 2012 17:51:32 -0000 1.304
@@ -467,10 +467,10 @@
<dl>
<dt>objectBoundingBox</dt>
- <dd>The coordinate system has its origin at the top left corner of the painting area. The width and height of the painting area are the width and height of a single unit in the coordinate system.</dd>
+ <dd>The coordinate system has its origin at the top left corner of the <i>concrete object size</i> it's being drawn into, and the same width and height as the <i>concrete object size</i>. A single <a href="http://www.w3.org/TR/SVG/coords.html#Units">user coordinate</a> is the width and height of the <i>concrete object size</i>.</dd>
<dt>userSpaceOnUse</dt>
- <dd>The coordinate system has its origin at the top left corner of the painting area. Units in the coordinate space are sized equivalently to the CSS ''px'' unit.</dd>
+ <dd>The coordinate system has its origin at the top left corner of the <i>concrete object size</i> it's being drawn into, and the same width and height as the <i>concrete object size</i>. <a href="http://www.w3.org/TR/SVG/coords.html#Units">User coordinates</a> are sized equivalently to the CSS ''px'' unit.</dd>
</dl>
<!-- ====================================================================== -->
Received on Friday, 24 February 2012 17:51:37 UTC