DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43947>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43947

           Summary: No units given for w,h,maxw,maxh,-a params for batik-
                    rasterizer.jar
           Product: Batik
           Version: 2.0
          Platform: Other
               URL: http://xmlgraphics.apache.org/batik/tools/rasterizer.htm
                    l
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SVG Rasterizer
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


No units given in documentation for w,h,maxw,maxh,-a params for 
batik-rasterizer.jar

See: http://xmlgraphics.apache.org/batik/tools/rasterizer.html

What units of measurement are available for the w,h,maxw,maxh,-a params?
mm - millimeters?
em - elements?
in - inches?
px - pixels?

Please also explain how these effect the values with the SVG document itself.
e.g. for a rectangle
<rect height="11.3316" width="0.21" x="2.73" y="0"/><rect height="11.3316"
width="0.21" x="3.36" y="0"/>


-w width

    specifies the output width as a floating point value,
-h height

    specifies the output height as a floating point value,
-maxw width

    specifies the maximum output width as a floating point value,
-maxh height

    specifies the maximum output height as a floating point value,
-a x,y,width,height

    specifies the area of interest (as floating point values) of the SVG file to
rasterize (and if not specified, will be determined by the width/height/viewBox
attributes if specified in the document, and be 0,0,400,400 otherwise),

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to