Hi

I want to use transform function so that y-axis gets inverted.
The problem is that the text also gets inverted.
For example
<g id ="Cities01" transform="scale(1,-1)"

style="fill:RGB(255,0,0);stroke:RGB(255,0,0);font-family:Verdana;font-size:2000;writing-mode:tb-lr">
<circle id = "Butte" cx="365099" cy="199451.67" r="1000" />
<text id="CityText" x="365099" y ="199451.67"  
style="fill:RGB(255,0,200);stroke:none">
<tspan dx="lem">Butte</tspan></text>
</g>

In this I want to invert the y-axis and not the text.
But the text is also getting inverted.
Can anybody provide me with the solution or workaround

Regards

Arvind



_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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

Reply via email to