初版网页
This commit is contained in:
@@ -164,12 +164,10 @@ void Blend2D_Color_Cache::composite(const ::Color_Cache& source) {
|
||||
if (typed.image_.is_empty())
|
||||
return;
|
||||
const Size source_size = typed.size();
|
||||
if (image_.is_empty()) {
|
||||
if (image_.is_empty() || size() != source_size) {
|
||||
ensure_size(source_size);
|
||||
clear_image(image_);
|
||||
}
|
||||
if (size() != source_size)
|
||||
return;
|
||||
|
||||
BLContext context(image_);
|
||||
if (!context)
|
||||
|
||||
Reference in New Issue
Block a user