SVG 浏览器问题
你好 谁能告诉我为什么 Chrome 显示图表,但 Firefox 和 Opera 不显示
val doctype = xml.dtd.DocType("svg", xml.dtd.PublicID("-//W3C//DTD SVG 1.1//EN", "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"), Nil)
val out =
xml.XML.save("result.xml", out, "UTF_8", true, doctype)
Hi
can anyone can tell me why Chrome showing graph, but Firefox and Opera don't
val doctype = xml.dtd.DocType("svg", xml.dtd.PublicID("-//W3C//DTD SVG 1.1//EN", "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"), Nil)
val out =
xml.XML.save("result.xml", out, "UTF_8", true, doctype)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你在哪里输出它?举起?您是否为响应定义了内容类型?
Where do you output it? Lift? Do you have content type defined for the response?