
AH Formatter /
XSL Formatter
XSLT/XSL-FO/MathML テクニックグラフィクス |
|
| Q. |
次のように画像を指定すると上部に白い線が入ってしまいました。どうすればよいのでしょうか。
<fo:block-container position="fixed" top="0" left="0"
height="AAApx" width="BBBpx" background-color="white">
<fo:block>
<fo:external-graphic src="test.jpg" scaling="non-uniform"
content-height="AAApx" content-width="BBBpx" />
</fo:block>
</fo:block-container>
[No.2005052701]
|
|---|---|
| A. |
<fo:block-container position="fixed" top="0" left="0"
height="AAApx" width="BBBpx" background-color="white">
<fo:block line-height="1" font-size="0pt">
<fo:external-graphic ...
まず、 しかし、 |