|
Subject: Re: [xsl] crossing out an image in fo? From: "W. Eliot Kimber" <eliot@xxxxxxxxxx> Date: Sun, 23 Nov 2003 09:01:19 -0600 |
image?
You can try a block as overlay, using relative positioning.
Could you please give me further more information? - What do you mean with relative positioning?
<fo:block space-before="12pt"
font-size="12pt"
>this is before the inline graphic
<fo:inline-container
alignment-adjust="10pt"
inline-progression-dimension="12pt"
>
<fo:block-container position="absolute">
<fo:block>
<fo:external-graphic src="url(graphics/menu-icon.eps)"/>
</fo:block>
</fo:block-container>
<fo:block-container position="absolute">
<fo:block>
<fo:leader
color="red"
alignment-adjust="middle"
rule-thickness="1pt"
leader-length="12pt"
leader-alignment="reference-area"
leader-pattern="rule"/>
</fo:block>
</fo:block-container>
</fo:inline-container>
this is after the inline graphic.
</fo:block>Eliot -- W. Eliot Kimber Innodata Isogen eliot@xxxxxxxxxx www.isogen.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] crossing out an image in , Markus Gamperl | Thread | [xsl] template matching?, james walker |
| Re: [xsl] crossing out an image in , Markus Gamperl | Date | RE: [xsl] For Each - Unique Items, Michael Kay |
| Month |