
On 2/20/07, Tyler Smith <tyler.smith@...254...> wrote:
How am I selecting these values? I'm so confused. I can deal with the rectangle issue now. But when I then go to put text on the images I get a (possibly?) related problem. I set the font size to 8 in the text and font box. As soon as I start typing the text the font size jumps to 6120! This is very disconcerting. Before I realized what was happening I thought my image was being erased, as the text was so huge it obscured everything on the screen. I reset that back to 8. Then I try and add another text box, again with font size at 8, and again it jumps to 6120 as soon as I start typing.
Didn't you by chance import your SVG from some other program? If so and if it has a viewBox attribute on the svg tag, then it's the source of the problem (a known bug). Remove the viewbox to fix this.