On 04/25/2011 05:58 PM, [email protected] wrote:
> 
> When using the xmlmind product to convert FO to RTF we noticed that
> double border line is twice the thickness it should be.  It looks like
> each line in the double line border is 3px vs. a 3 px double line
> 
>  
> 
> What we were expecting is the line would double line’s total thickness
> would be 3px just like the way it is interrupted by html browsers.
> 
>  
> 
>  
> 
> See attached example and same style rendered in html as an example.
> 
>  
> 
> Sample FO
> 
> <fo:table-cell border="1px" padding="0px" display-align="after"
> border-top="3px double #000000"><fo:block>
> 
>  </fo:block></fo:table-cell>
> 
>  
> 
> Fo for comparison
> 
> <fo:table-cell border="1px" padding="0px" display-align="after"
> border-top="3px solid #000000"><fo:block>
> 
>  </fo:block></fo:table-cell>
> 
>  
> 

This is clearly a bug, as:

http://www.w3.org/TR/CSS2/box.html#value-def-border-style

which is referenced by:

http://www.w3.org/TR/xsl/

clearly specifies:

---
double
  The border is two solid lines. The sum of the two lines and the space
  between them equals the value of 'border-width'.
---

Thank you for reporting this bug. We'll fix it for the next release
(v4.5, planned for June 2011).
 
--
XMLmind FO Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xfc-support

Reply via email to