Hi VYang,

vyang <[EMAIL PROTECTED]> wrote on 02/13/2007 01:11:09 PM:

> I would like create and aoi to print a svg document in a certain scale, 
for
> example 1 inch = 50 feet.  My drawing has its own scale in which doesn't
> reflect the scale.  Can anyone help/hint me out on this problem.  Thanks 
in
> advance.

  There are many ways to accomplish this.  The simplest thing is to
set the width/height and viewBox on the document.  If you are using the
transcoder you can use do this from the command line.  If you want to
do it from code you should look at what the transcoder does in:

   org.apache.batik.transcoder.SVGAbstractTranscoder.transcode
        (Document doc, String uri, TranscoderOutput out)


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

Reply via email to