remove ART related comment

This commit is contained in:
Horcrux
2016-08-13 17:03:54 +08:00
parent d84b00d02f
commit 60654b7583

View File

@@ -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]