放大内联 SVG(在 webkit 中)
当我放大包含 SVG 的 XHTML 文档时,它在 FF 和 Opera 中正常工作,但在 Safari 和 Chrome 中,svg 文档的宽度通过放大和缩小(增加和减少)而改变,有没有办法解决这个问题问题?
When I zoomed in on an XHTML document containing an SVG, it works correctly in FF and Opera, but in Safari and Chrome the width of svg document is changed by zooming in and out(increased and decreased), Is there any way to fix this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在代码的顶部,您在宽度中一起使用了 % 和 px ,应该只将其更改为百分比,
不确定
这是否是您的问题,但应该更改
in the top of your code you have used % and px together in width, which should be changed only to percent
to
not sure if that's your problem here but it should be changed