Re: Rasterizer output corrupt
| Newsgroups | gmane.text.xml.batik.user |
|---|---|
| Message-ID | <OF3294BA5F.668EC205-ON85257865.003C3320-85257865.003C6CBF@knotes.kodak.com> |
Hi Juergen, Juergen Key <[email protected]> wrote on 03/29/2011 09:35:39 AM: > Could you point out to me please why what appears to me to be an > additional mask is added, how i can suppress this additional mask and if > that is not possible what to do to get the rendering right? So the mask element seems to be clipped (which causes the content being masked to be clipped). I haven't figured out why that is happening right now but I can say that if you replace the mask with a clipPath it renderes correctly (in this case it will be essentially identical but more efficient).