mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-06 21:13:17 +00:00
Fix ClipPath with Text
This commit is contained in:
@@ -34,4 +34,19 @@
|
||||
startOffset:startOffset];
|
||||
}
|
||||
|
||||
- (CGPathRef)getPath:(CGContextRef)context
|
||||
{
|
||||
return [self getGroupPath:context];
|
||||
}
|
||||
|
||||
- (void)pushGlyphContext
|
||||
{
|
||||
// TextPath do not affect the glyphContext
|
||||
}
|
||||
|
||||
- (void)popGlyphContext
|
||||
{
|
||||
// TextPath do not affect the glyphContext
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user