summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpainter/drawLine_rop_bitmap/dst.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qpainter/drawLine_rop_bitmap/dst.xbm')
-rw-r--r--tests/auto/qpainter/drawLine_rop_bitmap/dst.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qpainter/drawLine_rop_bitmap/dst.xbm b/tests/auto/qpainter/drawLine_rop_bitmap/dst.xbm
new file mode 100644
index 0000000000..e645a0b86b
--- /dev/null
+++ b/tests/auto/qpainter/drawLine_rop_bitmap/dst.xbm
@@ -0,0 +1,6 @@
+#define dst_width 8
+#define dst_height 8
+static char dst_bits[] = {
+ 0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0x00,0x00,0x00,0x30,0x00,0x30,0x00,
+ 0x11,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x10,0x00,0x00,
+ 0x00,0x11 };