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/

