Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" 
for change notification.

The "RoundedBorders" page has been changed by Peter Hancock.
http://wiki.apache.org/xmlgraphics-fop/RoundedBorders?action=diff&rev1=4&rev2=5

--------------------------------------------------

  PCL doesn't support clipping at all, especially not to shapes that are not 
rectangles. AFP does have limited support to emulate clipping to a rectangle, 
but not arbitrary shapes.
  
  === Working Implementation ===
+ I (PeterHancock) have begun implementing rounded borders privately and 
recently published a patch to bugzilla#49913.   In this implementation I have 
used the following fox attributes for fine-grain corner specification: for the 
adjacent borders (BLOCK, INLINE) in {(before,start), (before,end), 
(after,start), (after,end)}
+ 
+ {{{
+ fox:border-BLOCK-radius-INLINE
+ }}}
+ is the radius of the corner ellipse in the Block Progression Direction and
+ 
+ {{{
+  fox:border-INLINE-radius-BLOCK
+ }}}
+ is the radius of the corner ellipse in the Inline Progression Direction.
+ 
+ This differs from the css style where both radii would be specified in an 
attribute something like fox:border-BLOCK-INLINE-radius="bpd [ipd]"
+ 
+ More detail can be found in [[attachment:fox_exts_and_design_decisions]]
+ 
  '''TODO''' The attached document should be merged into this wiki page: 
[[attachment:fox_exts_and_design_decisions]]
  
  === Random Notes ===

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to