svg_loader: <image> tag introduced fix #3

Added working composition
This commit is contained in:
Michal Maciola 2021-07-01 10:42:17 +02:00 committed by Hermet Park
parent c35f7e1f64
commit d69805c668

View file

@ -447,6 +447,7 @@ static unique_ptr<Picture> _imageBuildHelper(SvgNode* node, float vx, float vy,
picture->transform(m);
}
_applyComposition(picture.get(), node, vx, vy, vw, vh);
return picture;
}