mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
refactor text render
Support G inherit props. Refactor text render. Text glyphs will perfectly draw along the path
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import SerializablePath from 'react-native/Libraries/ART/ARTSerializablePath';
|
||||
import SerializablePath from '../SerializablePath';
|
||||
import _ from 'lodash';
|
||||
const newLine = /\n/g;
|
||||
const defaultFontFamily = '"Helvetica Neue", "Helvetica", Arial';
|
||||
@@ -82,6 +82,7 @@ const anchord = {
|
||||
};
|
||||
|
||||
export default function(props) {
|
||||
|
||||
return {
|
||||
alignment: anchord[props.textAnchor] || 0,
|
||||
frame: extractFontAndLines(
|
||||
|
||||
Reference in New Issue
Block a user