mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
fix text context and complete gradient js code
This commit is contained in:
@@ -76,9 +76,9 @@ function extractFont(font) {
|
||||
}
|
||||
|
||||
const anchord = {
|
||||
right: 1,
|
||||
center: 2,
|
||||
left: 0
|
||||
end: 1,
|
||||
middle: 2,
|
||||
start: 0
|
||||
};
|
||||
|
||||
export default function(props) {
|
||||
|
||||
Reference in New Issue
Block a user