have you tried attribute "writing-mode" and "glyph-orientation-vertical"? This should give you vertical text control in svg 1.1.
--- richardgnyla <[EMAIL PROTECTED]> wrote: > > I'm just messing with SVG 1.2 and I am using the > text wrap. > > I have done an example, but am stuck on the > vertical-align of the > text (maybe there isnt one ) I know its early days > to do SVG 1.2 > stuff but the earlier the better. Is there a way to > vertical align > the text? > > Anyway, here is the code > > <!-- SVG 1.2 Beta version --> > <svg> > <rect id="textWrap1" x="100" y="100" width="200" > height="200" fill="rgb(10,10,10)"/> > <flow> > <flowRegion> > <region xlink:href="#textWrap1"/> > </flowRegion> > <flowDiv> > <flowPara text-align="center" fill="rgb > (255,255,255)" font-size="15">The cat sat on the mat > and the dog sat > on the cat</flowPara> > </flowDiv> > </flow> > > </svg> > > > > ----- 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/

