summaryrefslogtreecommitdiff
path: root/icon-themes/breeze_dark/cmd/lc_flowchartshapes.flowchart-display.png
blob: f3d1bf3d84f2c686b52a21a52d03464e58dc5514 (plain)
ofshex dumpascii
0000 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 18 00 00 00 18 08 03 00 00 00 d7 a9 cd .PNG........IHDR................
0020 ca 00 00 00 03 73 42 49 54 08 08 08 db e1 4f e0 00 00 00 09 70 48 59 73 00 00 0e c4 00 00 0e c4 .....sBIT.....O.....pHYs........
0040 01 95 2b 0e 1b 00 00 00 19 74 45 58 74 53 6f 66 74 77 61 72 65 00 77 77 77 2e 69 6e 6b 73 63 61 ..+......tEXtSoftware.www.inksca
0060 70 65 2e 6f 72 67 9b ee 3c 1a 00 00 00 45 50 4c 54 45 00 00 00 ff ff ff ef ef ef ed f1 f1 ee f1 pe.org..<....EPLTE..............
0080 f1 ee f1 f1 ee ee f2 ee f1 f1 ef ef f1 ef ef f1 ef ef f1 ef f0 f2 f0 f0 f1 ef f0 f1 ef f0 f1 ef ................................
00a0 f0 f2 ef f0 f0 ef f0 f1 ef f0 f1 ef f0 f1 ef f0 f1 ef f0 f1 ef f0 f1 ed 38 be 1c 00 00 00 16 74 ........................8......t
00c0 52 4e 53 00 03 40 48 4a 4b 4d 5c 5e 93 94 bf c6 dd de e3 e4 e8 e9 f8 fd fe ae 76 19 55 00 00 00 RNS..@HJKM\^..............v.U...
00e0 55 49 44 41 54 28 cf 63 60 a0 1f 60 12 83 02 01 0e 54 09 6e 98 84 98 28 1b 56 0d 40 c0 c7 88 55 UIDAT(.c`..`.....T.n...(.V.@...U
0100 03 10 b0 60 d7 20 26 c6 85 43 83 18 0f 0e 0d 62 42 38 34 88 09 13 96 40 33 4a 90 b0 e5 68 5a 38 ...`..&..C.....bB84....@3J...hZ8
0120 71 79 90 19 47 90 f0 32 62 0f 44 11 56 ec c1 ce cf 4e bf b8 06 00 8b 7b 11 8b d7 33 45 c0 00 00 qy..G..2b.D.V....N.....{...3E...
0140 00 00 49 45 4e 44 ae 42 60 82 ..IEND.B`.
ed. Fix the problem by allowing VclPixelProcessor2D to request pixel correction from BorderLinePrimitive2D. It wouldn't be possible to do pixel correction only in VclPixelProcessor2D, as it has no idea what to correct: it only gets polygons, so it has no idea if e.g. the top of a polygon is the outer edge of a top border line or an inner edge of a bottom border line. Change-Id: I1971f3a952fbcdc598ab46c659e12d976c13cbe6 Reviewed-on: https://gerrit.libreoffice.org/24221 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> 2016-04-15drawinglayer: fix WNT buildMichael Stahl Change-Id: I0a545008e1bd7f99fe1f928b4cd42fbcfdc85517 2016-04-15Related: tdf#99315 BorderLinePrimitive2D: fix solid line primitive widthMiklos Vajna Regression from commit 2c62596cf264ef10749d8bfdb2bb2ebef2d98fbc (fdo#75260: Correctly draw double lines for both Writer and Calc., 2014-03-03), the problem was that when decomposing a double border line promitive to solid line primitives (which happens for the legacy "border" type, while both the Calc UI and Excel importer creates "border-thin" ones), the decomposed inner line's height was larger than the requested width. As a result there was no gap between the polygon of the inner and the outer line of the double border, looking like a non-double border. The width of the outer border is still incorrect on the screen, though. Change-Id: Ia9713c315ce8f23e2579b257169798e7c82c0a64 Reviewed-on: https://gerrit.libreoffice.org/24115 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>