Curiously, the PDFs display just fine in Apple's Preview app on my Mac.
Anyone got any ideas? Is it just a bug in Adobe's app?
For the moment, I am working around the issue by using an opacity
value of 0.01 rather than 0.0, which is nearly transparent enough for
most situations.
Regards,
Malcolm
Can you send me the code to generate such a pdf file? I'm curious as
to how linux handles it.
> --
> You received this message because you are subscribed to the Google
> Groups "Haskell Charts" group.
> To post to this group, send email to haskell...@googlegroups.com.
> To unsubscribe from this group, send email to haskell-chart...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/haskell-charts?hl=en
> .
>
transparentBackground :: Layout1 x y -> Layout1 x y
transparentBackground =
layout1_background ^= solidFillStyle (withOpacity white 0.0)
> Sure, just take any of the examples from the test directory, and apply the
> following function to it:
>
> transparentBackground :: Layout1 x y -> Layout1 x y
> transparentBackground =
> layout1_background ^= solidFillStyle (withOpacity white 0.0)
FWIW, you can write "transparent" instead of "foo `withOpacity` 0.0"
--
Russell O'Connor <http://r6.ca/>
``All talk about `theft,''' the general counsel of the American Graphophone
Company wrote, ``is the merest claptrap, for there exists no property in
ideas musical, literary or artistic, except as defined by statute.''