fix memory leak issue with CGMutablePathRef

This commit is contained in:
Horcrux
2016-07-21 18:22:23 +08:00
parent ff2395bcc2
commit 5ee5c2239a
35 changed files with 164 additions and 185 deletions

View File

@@ -37,7 +37,7 @@ class StrokeCircle extends Component{
r="45"
stroke="purple"
strokeWidth="2.5"
fill={null}
fill="none"
/>
</Svg>;
}