Hi people!
I have a dojo SVG Text problem,
When I create with the group element example:
var text = this.group.createText(...) a SVG Text,
I have the function: "getTextWidth()"
which gives me the length of the text in pixels. So far so good....
If I create a SVG Text object manually:
var text2 = gfx.shape.Text(),
sets the text, font and alignment, i don't have a similiar function to get the width of the text... any ideas?!