- From: Smailus, Thomas O <Thomas.O.Smailus@boeing.com>
- Date: Mon, 29 Sep 2014 20:16:14 +0000
- To: SVG WG <public-svg-wg@w3.org>
Received on Monday, 29 September 2014 20:16:49 UTC
In SVG 1.1 <text /> implements SVGTextPositioningElement and SVGTransformable (which in turn implments SVGLocatable and thus gives <text/> getBBox() ) <tspan /> doesn't implement SVGTransformable I see in the SVG 2 draft spec indicates "SVG 2 will allow transforms on 'tspan'" (http://www.w3.org/TR/SVG2/text.html#TSpanElement ). Does this mean that <tspan /> will implement SVGTransformable and finally get the much needed getBBox() function/method? SVGTSpanElement interface should inherit from SVGTransformable in that case, correct? Thomas -- Thomas Smailus, Ph.D. P.E. Boeing Information Technology thomas.o.smailus@boeing.com
Received on Monday, 29 September 2014 20:16:49 UTC