Hi Thomas,

On 11/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> Any suggestions on a way to do this?  Is there some kind of positionable

> element that I can wrap the flowRoot into?

   Yes, the 'g' element can be positioned using it's 'transform'
attribute, this should work w/o a problem (and actually is more
efficient as it won't trigger a relayout of the text):

        <g transform="translate(10,20)">
           <flowRoot ...


Excellent!

Thanks!

      Phil

--
Visit http://www.darkisle.com for photos of castles, cairns and other
historic sites in the British Isles.

Reply via email to