mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
complete basic shapes(ios)
This commit is contained in:
@@ -75,7 +75,7 @@ function extractFont(font) {
|
||||
};
|
||||
}
|
||||
|
||||
const alignments = {
|
||||
const anchord = {
|
||||
right: 1,
|
||||
center: 2,
|
||||
left: 0
|
||||
@@ -83,7 +83,7 @@ const alignments = {
|
||||
|
||||
export default function(props) {
|
||||
return {
|
||||
alignment: alignments[props.textAnchor] || 0,
|
||||
alignment: anchord[props.textAnchor] || 0,
|
||||
frame: extractFontAndLines(
|
||||
props,
|
||||
childrenAsString(props.children)
|
||||
|
||||
Reference in New Issue
Block a user