update services/interaction/drag/src/drag_drawing.cpp.

Signed-off-by: dengshucheng <dengshucheng@huawei.com>
This commit is contained in:
dengshucheng 2024-05-27 09:30:43 +00:00 committed by Gitee
parent a8fc023434
commit ca809deb88
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2707,7 +2707,7 @@ void DrawMouseIconModifier::Draw(Rosen::RSDrawingContext &context) const
if (ret != RET_OK) {
FI_HILOGE("Get pointer color failed, ret:%{public}d", ret);
}
cursorPixel = MAGIC_INDEPENDENT_PIXELS;
cursorPixel = MAGIC_INDEPENDENT_PIXEL;
}
Media::SourceOptions opts;
opts.formatHint = "image/svg+xml";