I am trying to rotate a text element so it stands vertical without using
"writing-mode".

Currently I do it by:

    elem.setAttributeNS(null, "writing-mode", "tb" );   

But this rotates the text 90 degrees clockwise.  I want to be able to rotate
it 90 degrees anticlockwise.

I have tried to use 

    elem.setAttributeNS(null, "rotate", "90" );   

 - which i thought would have been the obvious solution - but this has no
effect at all.

Is this a bug in batik?  Or am I using the wrong attribute?

Thanks in advance,
Dave Smith

************************************************************************
This Internet E-mail is intended solely for the person to whom it is addressed. It may 
contain confidential or privileged information. If you have received it in error 
please notify us immediately by telephone and destroy the transmission. You must not 
copy, distribute or take any action in reliance on it.

Aerosystems International               Phone: +44 (0)1935 443000
                                        Fax  : +44 (0)1935 443111
                                        Web  : www.aeroint.com
************************************************************************

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

Reply via email to