clean up SkCanvas before using the bitmap it's painted to
commit1008f2a06e43c19b7d8b95427198bd691eed5992
authorLuboš Luňák <l.lunak@collabora.com>
Wed, 10 Nov 2021 15:29:36 +0000 (10 16:29 +0100)
committerLuboš Luňák <l.lunak@collabora.com>
Fri, 12 Nov 2021 10:08:40 +0000 (12 11:08 +0100)
treed5c4fb41332e9d60b72827d511f936790939b62a
parentb11a510541f3758e1769f75b34cf27e70b846923
clean up SkCanvas before using the bitmap it's painted to

I think this is not strictly needed with raster bitmaps, but still,
this is the proper way.

Change-Id: If6ccf82cf633afefa5c043096ec01b5f3891dc0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125057
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
vcl/skia/gdiimpl.cxx