--- In [email protected], "wi2fish" <[EMAIL PROTECTED]> wrote:
> --- In [email protected], "musbahsagar" <[EMAIL PROTECTED]> 
wrote:
> > Hello everyone,...
> >  
> > I have a problem regarding the use of flowText element in 
Batik,...
> >  
> > I am trying to generate flowText/flowRoot element from JavaScript 
but I 
> 
> Are you sure that flowText is already supported in Batik? As far as 
I
> know, it's from the not-yet-released 1.2 standard, so Batik might 
not
> support it.
> 
> Willem

Yes it's supported in Batik 1.6 ,...you can have something like this:

<flowRoot font-size="20">
  <flowRegion>
    <path d="M  17,80 v400 h200 v-400 z M 220,80 v400 h10  v-400 z M 
233,80 v400 h200 v-400 z"/>
   </flowRegion>
   <flowDiv>
    <flowPara indent="20" margin-top="10" margin-bottom="10" >Text, 
Text, Text  <flowSpan font-size="40" fill="crimson">and More, 
</flowSpan> Text.</flowPara>
   </flowDiv>
</flowRoot>

Tag/Element names are slightly different of those supported in ASV 6.

To reference and for everyone's benefit, my problem has been solved 
with help from Batik-User mailing list (Thomas DeWeese)

To use any of the new svg 1.2 features in Batik 1.6 you need to set 
the 'version' attribute of the svg element to 1.2

<svg version="1.2"> .. </svg>

Musbah






------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hq38f24/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1124808113/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

-----
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