Hi jason,
> I have a flowRoot object with a long line if characters with no spaces that > does not display in Squiggle. If I delete the characters down far enough > such that they can display on one line then the text shows, but I need to be > able to put a long string of characters in and have it wrap automatically, > which it's not doing. Weird, could you provide a simple test case? > Is there an attribute to cause that type of wrapping? Is flowRoot just not > capable of doing that? Yes, I'd say so. I've just checked the examples in "samples/tests/spec12/text/flowText*.svg" (shipped with Batik or though a source code checkout) and everything seemed as expected (I'm using Batik 1.8pre with Java 1.6 Update 13 on Windows XP SP3). Note that SVG Tiny 1.2 introduces textArea [1] -- while (as far as I know) Batik doesn't yet support this element, it may be interesting to be aware of, or even to consider contributing this feature. :-) Hope this helps, Helder [1] http://www.w3.org/TR/SVGTiny12/text.html#TextInAnArea --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
