mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-25 20:09:12 +00:00
To implement support for bidirectional and vertical text etc.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.horcrux.svg;
|
||||
|
||||
enum Direction {
|
||||
ltr,
|
||||
rtl
|
||||
}
|
||||
@@ -45,7 +45,7 @@ class TSpanShadowNode extends TextShadowNode {
|
||||
private static final String TTF = ".ttf";
|
||||
|
||||
private Path mCache;
|
||||
private @Nullable String mContent;
|
||||
@Nullable String mContent;
|
||||
private TextPathShadowNode textPath;
|
||||
|
||||
@ReactProp(name = "content")
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user