mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Move methods from graphics renderer to base interface
This commit is contained in:
@ -61,7 +61,7 @@ QImage GenerateImg(std::vector<NSStructures::Point> &points, Info &info, const i
|
||||
|
||||
NSStructures::GradientInfo ginfo = info.ginfo;
|
||||
ginfo.shading.f_type = NSStructures::ShadingInfo::UseNew;
|
||||
pRasterRenderer->put_BrushGradInfo(ginfo);
|
||||
pRasterRenderer->put_BrushGradInfo(&ginfo);
|
||||
auto a = info.c;
|
||||
auto b = info.p;
|
||||
LONG *c = a.data();
|
||||
|
||||
Reference in New Issue
Block a user