mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-28 04:55:12 +00:00
Fix interpretation of alignmentBaseline (Shouldn't inherit).
This commit is contained in:
@@ -51,7 +51,6 @@ export function extractFont(props) {
|
||||
fontStretch,
|
||||
textAnchor,
|
||||
textDecoration,
|
||||
alignmentBaseline,
|
||||
letterSpacing,
|
||||
wordSpacing,
|
||||
kerning,
|
||||
@@ -74,7 +73,6 @@ export function extractFont(props) {
|
||||
fontFamily,
|
||||
textAnchor,
|
||||
textDecoration,
|
||||
alignmentBaseline,
|
||||
letterSpacing,
|
||||
wordSpacing,
|
||||
kerning,
|
||||
@@ -105,6 +103,7 @@ export default function(props, container) {
|
||||
y,
|
||||
dx,
|
||||
dy,
|
||||
alignmentBaseline,
|
||||
} = props;
|
||||
let {
|
||||
rotate,
|
||||
@@ -147,5 +146,6 @@ export default function(props, container) {
|
||||
rotate,
|
||||
deltaX,
|
||||
deltaY,
|
||||
alignmentBaseline,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user