From: "Thomas DeWeese"

> > <?xml version="1.0" encoding="utf-8"?>
> > <svg xmlns:xlink="http://www.w3.org/1999/xlink";
> > xmlns="http://www.w3.org/2000/svg";>
>
>      No width/height?  Hmm might try setting it.

Interesting.  When I set an absolute length with or without units, I get a
preview.  However, when I use percentages, I do not get a preview.  This
explains why my test SVG documents were generating previews and my
transformed SVG was not: the test documents have width and height defined.

OK, so this is good news, but should percentages work too?  It seems that
setting ImageTranscoder.KEY_WIDTH and ImageTranscoder.KEY_HEIGHT would
establish the context for percentages, unless I'm misunderstanding how these
transcoder hints work.

Thanks for all of the help.

Kevin
KevLinDev - http://www.kevlindev.com


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

Reply via email to