Hello

First of all: I am using FOP-0.20.4 under jdk1.4.1. 

I want to draw borders around some images. Have tried some ways but it doesn't 
just seems to be any borders in the rendered result. The ways I've tried is:
- <fo:external-graphic src="somesrc.png" border-width=".1mm" 
border-style="solid" border-color="#444444"/>  

- <fo:inline border-width=".1mm" border-style="solid" 
border-color="#444444"><fo:external-graphic src="somesrc.png"/></fo:inline>

- <fo:block border-width=".1mm" border-style="solid" 
border-color="#444444"><fo:external-graphic src="somesrc.png"/></fo:block> 
(This way a border is rendered but it doesn't get rendered tightly around the 
image)

So, how do I render a border tightly around an image?

Thanks in advance

/Marcus

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

Reply via email to