mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
remove ART related comment
This commit is contained in:
@@ -28,7 +28,7 @@ function extractFontAndLines(font, text) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function extractSingleFontFamily(fontFamilyString = defaultFontFamily) {
|
function extractSingleFontFamily(fontFamilyString = defaultFontFamily) {
|
||||||
// ART on the web allows for multiple font-families to be specified.
|
// SVG on the web allows for multiple font-families to be specified.
|
||||||
// For compatibility, we extract the first font-family, hoping
|
// For compatibility, we extract the first font-family, hoping
|
||||||
// we'll get a match.
|
// we'll get a match.
|
||||||
return fontFamilyString.split(',')[0]
|
return fontFamilyString.split(',')[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user