mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 06:15:15 +00:00
Improve fontSize handling
This commit is contained in:
@@ -62,7 +62,7 @@ export function extractFont(props) {
|
||||
letterSpacing: props.letterSpacing,
|
||||
fontWeight: props.fontWeight,
|
||||
fontStyle: props.fontStyle,
|
||||
fontSize: props.fontSize,
|
||||
fontSize: props.fontSize ? '' + props.fontSize : null,
|
||||
kerning: props.kerning,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user