[android] Clear path cache to fix fill rule when > 1 Use with same href

This commit is contained in:
Mikael Sand
2019-04-01 20:02:48 +03:00
parent 76b8b824e2
commit fde018b8aa
@@ -73,6 +73,7 @@ class UseView extends RenderableView {
return;
}
template.clearCache();
canvas.translate((float) relativeOnWidth(mX), (float) relativeOnHeight(mY));
if (template instanceof RenderableView) {
((RenderableView)template).mergeProperties(this);