mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-25 20:09:12 +00:00
[android] Fix fillRule error messages
This commit is contained in:
@@ -139,7 +139,7 @@ abstract public class RenderableView extends VirtualView {
|
||||
break;
|
||||
default:
|
||||
throw new JSApplicationIllegalArgumentException(
|
||||
"fillRule " + this.fillRule + " unrecognized");
|
||||
"fillRule " + fillRule + " unrecognized");
|
||||
}
|
||||
|
||||
invalidate();
|
||||
|
||||
Reference in New Issue
Block a user