mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
refactor clipPath native code
refactor clipPath native code add strokeMiterlimit prop support
This commit is contained in:
@@ -22,9 +22,9 @@ class LinearGradientHorizontal extends Component{
|
||||
width="300"
|
||||
>
|
||||
<Defs>
|
||||
<LinearGradient id="grad" x1="0" y1="0" x2="170" y2="0">
|
||||
<LinearGradient id="grad" x1="65" y1="0" x2="235" y2="0">
|
||||
<Stop offset="0" stopColor="rgb(255,255,0)" stopOpacity="0" />
|
||||
<Stop offset="1" stopColor="red" stopOpacity="1" />
|
||||
<Stop offset="1" stopColor="red" />
|
||||
</LinearGradient>
|
||||
</Defs>
|
||||
<Ellipse cx="150" cy="75" rx="85" ry="55" fill="url(#grad)" />
|
||||
|
||||
Reference in New Issue
Block a user