- From: Mark Farnan <markf@visean.com>
- Date: Fri, 12 Apr 2002 11:05:21 +1000
- To: <www-svg@w3.org>
- Message-ID: <000501c1e1be$1fa70580$3202000a@wildcat>
Greetings, I am haveing an issue with SVG and printing from IE. For reletivley short SVG Graphs (1-2 pages in landscape) it prints fine, however when these stretch out to more than 2 pages, (approx 29-30" of SVG scale) the Graph is being Scalled down in both X & Y dimmensions. This is unacceptable as we require the Scale to print as specified in the Format. (Specified in Inches) There is no "fit-to" or anything that I can see, just straight printing of the Web page from within IE 5.5, SVG Viewer 3.0 The SVG is embeded within an larger HTML web page. Below is a Sample from the Top portion of an SVG file that has the problem. ---------------------------------------------------------------------------- ------- <?xml version="1.0" standalone="no" ?> - <svg width="9.25in" height="29.3590551181102in" enableZoomAndPanControls="true"> - <g transform="translate(0in, 0in)"> <g id="idx_IndexLine" style="fill:none;stroke:#000000;stroke-width:1.0pt;" /> - <g id="idx_IndexFont" style="font-family:Arial;font-size:8pt;fill:#000000;"> <text style="text-anchor:end;;" x="3.15in" y="0.55in">1:500</text> <text style="text-anchor:end;;" x="3.15in" y="0.7in">MD</text> <text style="text-anchor:end;;" x="3.15in" y="0.9in">2900</text> <text style="text-anchor:end;;" x="3.15in" y="8.7740157480315in">3000</text> <text style="text-anchor:end;;" x="3.15in" y="16.648031496063in">3100</text> <text style="text-anchor:end;;" x="3.15in" y="24.5220472440945in">3200</text> <text style="text-anchor:end;;" x="3.15in" y="32.396062992126in">3300</text> </g> </g> - <g transform="translate(0in, 0in)"> <g id="idx_IndexLine" style="fill:none;stroke:#000000;stroke-width:0.2pt;" /> <g id="idx_IndexFont" style="font-family:;font-size:8pt;fill:#000000;" /> </g> ---------------------------------------------------------------------------- ------- Thanks Mark Farnan Senior Systems Engineer Visean Online 03-9428-8849
Received on Thursday, 11 April 2002 21:10:30 UTC