mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-09 17:30:58 +00:00
fix #111
reset ownedPropList everytime mergeProperties method is called.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
if (template) {
|
||||
[self beginTransparencyLayer:context];
|
||||
[self clip:context];
|
||||
[template mergeProperties:self mergeList:self.propList];
|
||||
[template mergeProperties:self mergeList:self.ownedPropList];
|
||||
[template renderTo:context];
|
||||
[template resetProperties];
|
||||
[self endTransparencyLayer:context];
|
||||
|
||||
Reference in New Issue
Block a user