Re: Test failing - CppunitTest_cppcanvas_emfplus

2015-03-02 Thread Chris Sherlock
:-) I found another issue by running with SAL_FORCEGL on - it was in gengal and any console based VCL apps, so it’s useful at times. I’m doing some component changes, once I’m done with that I’ll make a change to the pixel we test. Thanks! Chris > On 2 Mar 2015, at 6:13 pm, Miklos Vajna wro

Re: Test failing - CppunitTest_cppcanvas_emfplus

2015-03-01 Thread Miklos Vajna
Hi Chris, On Sun, Mar 01, 2015 at 10:36:46AM +1100, Chris Sherlock wrote: > It appears that the test is failing when I build with SAL_FORCEGL=1 Aah, that may indeed make a difference. Please always build in a new shell if you are ensure about what environment variables you exported earlier. >

Re: Test failing - CppunitTest_cppcanvas_emfplus

2015-02-28 Thread Chris Sherlock
Hi all, It appears that the test is failing when I build with SAL_FORCEGL=1 If I had to guess, I’d say that the anti-aliasing method is different - I’m using software GL via llvm-pipe though. The image is correct, however - perhaps it would be better to try to test the color of a pixel closer

Re: Test failing - CppunitTest_cppcanvas_emfplus

2015-02-16 Thread Chris Sherlock
Hi Miklos, I’m using Ubuntu Linux, running Gnome. It’s odd, I believe that this pixel is right next to a line that has been anti-aliased. I’m wondering if we could get a dump of the PNG that is generated from a non-affected system and I’ll compare it against the one I’m looking at. Chris

Re: Test failing - CppunitTest_cppcanvas_emfplus

2015-02-16 Thread Jan-Marek Glogowski
Am 16.02.2015 um 03:47 schrieb Chris Sherlock: > I guess it would also be helpful to note: > > When I open it in oletoy, it's very definitely meant to be #00ff00 (green). > There is some anti-aliasing, but that's not at position (140, 142)... and > actually (140, 140) is the same as (140, 142).

Re: Test failing - CppunitTest_cppcanvas_emfplus

2015-02-16 Thread Miklos Vajna
Hi Chris, On Mon, Feb 16, 2015 at 01:47:51PM +1100, Chris Sherlock wrote: > I guess it would also be helpful to note: > > When I open it in oletoy, it's very definitely meant to be #00ff00 (green). > There is some anti-aliasing, but that's not at position (140, 142)... and > actually (140, 14

Re: Test failing - CppunitTest_cppcanvas_emfplus

2015-02-15 Thread Chris Sherlock
I guess it would also be helpful to note: When I open it in oletoy, it's very definitely meant to be #00ff00 (green). There is some anti-aliasing, but that's not at position (140, 142)... and actually (140, 140) is the same as (140, 142). Chris > On 16 Feb 2015, at 1:38 pm, Chris Sherlock wr