1.2 Text Wrapping ...section 1.1

Hello,

<snip>
We [W3 working group] explicitly invite comments on this specification
<snip>

OK

I will break my comments up in to sections....

1.1 the flowText element
The flowText element specifies a block of text to be rendered.

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" 
         xmlns:xlink="http://www.w3.org/1999/xlink" 
         version="1.2">
  <flowText/>
</svg>

I like this......the element states what it means to do.....flow the text. 
This is a nice separation from <text> element which has not flow capability.

We all learn by sharing what we know
Robert A. DiBlasi
http://www.svgnotebook.com
rdiblasi@svgnotebook.com
SVG User Group: Chicago IL. Chapter member

Received on Friday, 22 November 2002 13:09:49 UTC