/pyuno/

collabora/cp-6.0'>distro/collabora/cp-6.0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-10-15 15:47:09 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-15 15:49:47 +0200
commit0c120f9dd429e035c1e4595c702411241c4431ea (patch)
tree238dddac98d08445dad5b2d7a824786e0d653d18 /canvas
parent0349c738da5970d9f0fc10d7cf4d7b766ce10e13 (diff)
cairo canvas: handle 8-bit grey-scale alpha colors:
Apparently BitmapReadAccess::ImplCreate creates non-indexed color palettes in case of grey-scale, which leads to one assertion from BitmapColor::GetIndex() per pixel if that is accessed incorrectly; handle this better in cairo canvas. Change-Id: Idcdc3fbe182db948d25e744cb484e2db932c7868