mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 23:02:16 +00:00
fix gradients stops in a right order
This commit is contained in:
@@ -66,7 +66,6 @@ class LinearGradient extends Gradient{
|
||||
);
|
||||
},
|
||||
function (stops, opacity) {
|
||||
console.log(stopsOpacity(stops, opacity), ...gradientProps);
|
||||
return new LinearGradientGenerator(stopsOpacity(stops, opacity), ...gradientProps);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user