mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-25 20:09:12 +00:00
[android] Clear path cache to fix fill rule when > 1 Use with same href
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user