XSL Formatter Q&A
XSLT/XSL-FO/MathML TechnicsGraphics |
|
| Q. |
When I specified a image as follows, it created a thin white strip on the top of the image. How should I specify it?
<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. |
Please specify
<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 ...
Because However, even though |