From 60654b75837772d2259a57d68d9e9c2d34dd559c Mon Sep 17 00:00:00 2001 From: Horcrux Date: Sat, 13 Aug 2016 17:03:54 +0800 Subject: [PATCH] remove ART related comment --- lib/extract/extractText.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/extract/extractText.js b/lib/extract/extractText.js index cf0439a5..7a44f2ed 100644 --- a/lib/extract/extractText.js +++ b/lib/extract/extractText.js @@ -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]