mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 07:06:04 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
template.clearCache();
|
||||||
canvas.translate((float) relativeOnWidth(mX), (float) relativeOnHeight(mY));
|
canvas.translate((float) relativeOnWidth(mX), (float) relativeOnHeight(mY));
|
||||||
if (template instanceof RenderableView) {
|
if (template instanceof RenderableView) {
|
||||||
((RenderableView)template).mergeProperties(this);
|
((RenderableView)template).mergeProperties(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user