mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
Implement wordSpacing in extractFont
This commit is contained in:
@@ -25,6 +25,7 @@ function fontDiffer(a, b) {
|
||||
a.fontStyle !== b.fontStyle ||
|
||||
a.fontWeight !== b.fontWeight ||
|
||||
a.kerning !== b.kerning ||
|
||||
a.wordSpacing !== b.wordSpacing ||
|
||||
a.letterSpacing !== b.letterSpacing;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user