mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 22:05:14 +00:00
Add text path for iOS
Add text path for iOS Add clipPath Text support (iOS)
This commit is contained in:
@@ -124,6 +124,13 @@ class ClipPathElement extends Component{
|
||||
<Ellipse cx="60" cy="70" rx="20" ry="10" />
|
||||
<Rect x="65" y="15" width="30" height="30" />
|
||||
<Polygon points="20,60 20,80 50,70" />
|
||||
<Text
|
||||
x="50"
|
||||
y="30"
|
||||
fontSize="32"
|
||||
fonWeight="bold"
|
||||
textAnchor="middle"
|
||||
>Q</Text>
|
||||
</ClipPath>
|
||||
</Defs>
|
||||
<Rect
|
||||
|
||||
Reference in New Issue
Block a user