mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-07 00:42:31 +00:00
Implement support for animation of transform and some text properties
This commit is contained in:
@@ -426,6 +426,9 @@ abstract public class RenderableShadowNode extends VirtualNode {
|
||||
if (mRegion == null && mFillPath != null) {
|
||||
mRegion = getRegion(mFillPath);
|
||||
}
|
||||
if (mRegion == null && mPath != null) {
|
||||
mRegion = getRegion(mPath);
|
||||
}
|
||||
if (mStrokeRegion == null && mStrokePath != null) {
|
||||
mStrokeRegion = getRegion(mStrokePath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user