From: "Thomas DeWeese"

| With the transcoder you can have it run 'onload' "event handlers"
| that are in the document (as ECMA script).  These onload event
| handlers should be able to get the BBox of the flowText element and
| use that to set the width/height of the outermost SVG element.

Ionut Ciocirlan wrote:

This got my hopes high, but... the flowText element has no getBBox() method. I tried to 'force' it implement Interface SVGLocatable

   Ohh, thanks for pointing this out, this is a bug. I'll work on
fixing it.

Any idea how I could get past this issue?

   Sure just wrap the flowText element with a simple 'g'.
Put the id on the 'g' and get it's BBox.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to