Serabe / RMagick4J

RMagick for JRuby.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gruff tests produce transparent texts

donv opened this issue · comments

Hi!

For a while now, we get semi-transparent texts in some of our tests in Gruff.

Line Chart With Colors

It only happens when using RMagick4J, not RMagick.

I have traced the error to Draw#fill= where a value of 'white' will give a transparent text, and '#FFFFFF' will give a correct white text.

Any idea why this could be?

Maybe you can run the Gruff tests and see if you can get the same result?