mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
First letterSpacing implementation attempt
This commit is contained in:
@@ -23,7 +23,9 @@ function fontDiffer(a, b) {
|
||||
return a.fontSize !== b.fontSize ||
|
||||
a.fontFamily !== b.fontFamily ||
|
||||
a.fontStyle !== b.fontStyle ||
|
||||
a.fontWeight !== b.fontWeight;
|
||||
a.fontWeight !== b.fontWeight ||
|
||||
a.kerning !== b.kerning ||
|
||||
a.letterSpacing !== b.letterSpacing;
|
||||
}
|
||||
|
||||
const ViewBoxAttributes = {
|
||||
|
||||
Reference in New Issue
Block a user