mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-02 13:14:01 +00:00
Use SrcOver mode in SkiaSurface::fillRect()
This commit is contained in:
parent
b44c4f8b7b
commit
3674399d0b
@ -242,6 +242,7 @@ public:
|
||||
SkPaint paint;
|
||||
paint.setColor(to_skia(color));
|
||||
paint.setStyle(SkPaint::kFill_Style);
|
||||
paint.setXfermodeMode(SkXfermode::kSrcOver_Mode);
|
||||
m_canvas->drawRect(to_skia(rc), paint);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user