Amit Srivastava wrote:
How can I add multiple line breaks.
The simplest thing to do is have a line with
'invisible' content. You could use something like
a zero width space: <flowLine>&0x200B;</flowLine>
or a normal space: <flowLine xml:space="preserve"> </flowLine>
(you must have the 'preserve' otherwise it will collapse).
thanks,
Amit
On Fri, 05 Aug 2005 Thomas DeWeese wrote :
>Hi Amit,
>
>Amit Srivastava wrote:
>
>>Can we add line breaks in "flowtext" text?
>>I have variable length flowtext text. Then, I want to add text after
few(fixed) lines dynamically after that text.
>
> You can use the 'flowLine' element. This is equivalent to the
>flowSpan element except it will move to the start of a new line
>unless it is already at the start of a new line (so multiple
>flowLine elements in a row will not cause multiple blank lines).
>
> Be aware that this part of the SVG spec is in flux and may
>not become part of the standard.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
<http://clients.rediff.com/signature/track_sig.asp>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]