Add text path for iOS

Add text path for iOS
Add clipPath Text support (iOS)
This commit is contained in:
Horcrux
2016-05-13 10:00:47 +08:00
parent 04b7fa068e
commit b81eba5684
8 changed files with 301 additions and 9 deletions

View File

@@ -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