Re: [iText-questions] GradientPaint & Transparency

2009-04-10 Thread Alchemy
k Storer > Senior Software Engineer > Cardiff.com > > #include > typedef std::Disclaimer DisCard; > > > >> -Original Message- >> From: Alchemy [mailto:alch...@al.chemy.org] >> Sent: Thursday, April 09, 2009 6:44 AM >> To: Post all your questio

Re: [iText-questions] GradientPaint & Transparency

2009-04-09 Thread Alchemy
Hi Again, I have been playing with this today and found a possible way to implement a transparent gradient working from the example here: http://1t3xt.info/examples/browse/?page=example&id=414 This is the output I am getting with following code: http://al.chemy.org/misc/TransparentGradientCurre

Re: [iText-questions] GradientPaint & Transparency

2009-04-08 Thread Alchemy
When drawing to Java Graphics2D It seems like iText does not support GradientPaint gradients with transparency? >>> You're right, I don't think that's supported. >> >> I had a look at the relevant iText code and lucky for me I managed to >> get it going by only changing one line

Re: [iText-questions] GradientPaint & Transparency

2009-04-08 Thread 1T3XT info
Alchemy wrote: > Thanks for the prompt reply. > > On 2009/04/04, at 20:40, 1T3XT info wrote: > >> Alchemy wrote: >>> When drawing to Java Graphics2D It seems like iText does not support >>> GradientPaint gradients with transparency? >> You're right, I don't think that's supported. > > I had a lo

Re: [iText-questions] GradientPaint & Transparency

2009-04-04 Thread Alchemy
Thanks for the prompt reply. On 2009/04/04, at 20:40, 1T3XT info wrote: > Alchemy wrote: >> When drawing to Java Graphics2D It seems like iText does not support >> GradientPaint gradients with transparency? > > You're right, I don't think that's supported. I had a look at the relevant iText code

Re: [iText-questions] GradientPaint & Transparency

2009-04-04 Thread 1T3XT info
Alchemy wrote: > When drawing to Java Graphics2D It seems like iText does not support > GradientPaint gradients with transparency? You're right, I don't think that's supported. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info --

[iText-questions] GradientPaint & Transparency

2009-04-03 Thread Alchemy
Hi all, I have been happily using itext for some time now but have recently come across a small issue. When drawing to Java Graphics2D It seems like iText does not support GradientPaint gradients with transparency? For example please take a look at this image showing the different output: ht