diff options
-rw-r--r-- | vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx b/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx index a8f7ffd0ea1a..4ec0e62527d5 100644 --- a/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx +++ b/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx @@ -58,6 +58,9 @@ public: void BitmapRenderTest::testTdf104141() { + // Noting, for people who may debug this test, that it is not particularly useful. + // The GIF we load is 100% transparent, so we are only actually testing that + // drawing 100% transparent image with DrawBitmapEx() does not change the output. ScopedVclPtrInstance<VirtualDevice> pVDev; pVDev->SetOutputSizePixel(Size(400, 400)); pVDev->SetBackground(Wallpaper(COL_GREEN)); |