mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
remove ART related comment
This commit is contained in:
@@ -28,7 +28,7 @@ function extractFontAndLines(font, text) {
|
||||
}
|
||||
|
||||
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
|
||||
// we'll get a match.
|
||||
return fontFamilyString.split(',')[0]
|
||||
|
||||
Reference in New Issue
Block a user