android: webview界面上svg中的text颜色设置无效
webview界面上svg中的text颜色设置无效(android端),2.9.4更新之前是可以的,ios上是可以的
<!DOCTYPE html> < html lang = "en" > < head > < meta charset = "UTF-8" > < title >Title</ title > </ head > < body > < svg xmlns = "http://www.w3.org/2000/svg" version = "1.1" > < text x = "0" y = "15" fill = "red" >I love SVG</ text > </ svg > </ body > </ html > |