Hi Patrick,

Patrick Egan <[EMAIL PROTECTED]> wrote on 01/31/2006 09:08:50 
AM:

> I have noticed a change in FlowRoot rendering.
> I get a different result depending on whether I use Batik release 1.6 
> code or SVN code.

   Per the early drafts of SVG 1.2, Batik renders the shapes in
the flow regions.  If you want to disable this simply set 
'visibility="hidden"' on the flowRegion Element (or set fill/stroke,
etc).

> <g transform="translate(57,150)">
>   <text x="0" font-size="10pt" y="0" text-anchor="middle" fill="black" 
> font-family="sansserif">masked by FlowRegion with SVN code</text>
> </g>
> <g overflow="visible" transform="translate(9,110) rotate(0)">
>   <flowRoot font-size="10pt" fill="white" font-family="'Univers'">
>     <flowRegion>
>        <rect width="106" height="100%"/>
>     </flowRegion>


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

Reply via email to