Do they render correctly in Batik ? Batik comes with an svg image viewer, squiggle or something.

If they aren't rendering there then chances are slim cocoon will render them (because it uses those libraries).

There can be a million other things otherwise, check error.log or core.log for more specific svg rendering error messages.

hth
Jorg

beyaNet Consultancy wrote:
Steve,
not having used svg technology before today, could you elaborate further on what you mean? I searched the net for an svg viewPort attribute but only managed to come up with viewBox. Is that what you were making reference to:


<svg width="300" height="300" viewBox="0 0 300 310"> ?

If so, the images are still broken!

many thanks in advance
On 17 Feb 2004, at 15:52, Steve Schwarz wrote:

    Hi
    Don't you need to specify a viewPort attribute in your outermost
    <svg> element?
    Steve


<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; xmlns:xlink="http://www.w3.org/1999/xlink"; > ......... <xsl:template match="artists-photo1"> <svg width="300" height="300"> <xsl:apply-templates /> </svg> </xsl:template>


_________________________________________________________________ Say “good-bye” to spam, viruses and pop-ups with MSN Premium -- free trial offer! http://click.atdmt.com/AVE/go/onm00200359ave/direct/01/


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to