David,

Ahh! my error had  been using 9.01, but not the latest nightly...  
seems this bug was fixed very recently ~:"

thanks so much for the pointer....

I'll  post a link to the product.

~:"

Jonathan Chetwynd



On 21 Aug 2006, at 13:05, David Vest wrote:

Hello.

Since the embedded svg lacks height, the default value '100%' is used as
height as the intrinsic height of the embed-element. In turn, the
embed-element has no specified height so no height is specified  
anywhere.
We default to the value 'auto' [1]. Opera 9.0 collapsed 'auto' of '100%'
to zero instead of a default value of '150' (as mozilla seems to do).

This behavior has been changed in Opera 9.01 to use the default value
'150', as it seemed more reasonable and more consistent with other  
viewers.

The viewBox-attribute is not used to specify size, it only specifies the
coordinate system inside the svg-element[2] (and is used to calculate  
the
intrinsic ratio [3,4]).

My recommendation is to specify the size you really want the svg to  
have,
either in the svg itself or where you use it.

[1] http://www.w3.org/TR/CSS21/visudet.html#the-height-property
[2] http://www.w3.org/TR/SVG11/coords.html#ViewBoxAttribute
[3] http://www.w3.org/TR/SVGMobile12/coords.html#IntrinsicSizing
[4] http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height

Regards,
--
David Vest <[EMAIL PROTECTED]>






-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to