firefox 83 svg 不能缩放
本帖最后由 idle 于 2020-11-23 11:36 编辑示例网页 https://zhuanlan.zhihu.com/p/60014934
我这边缩放是正常的,你是怎样操作的,是否有作用于页面的扩展 以安全模式启动也是一样的 xuyuehang 发表于 2020-11-25 14:11
我这边缩放是正常的,你是怎样操作的,是否有作用于页面的扩展
只有win下才会,用 linux 版没有问题
<!DOCTYPE html>
<html lang="zh_cn">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
img {
max-width: 100%;
vertical-align: middle;
}
p {
font-size: 18px;
}
</style>
<title>SVG Test</title>
</head>
<body>
<p>若 <img src="https://www.zhihu.com/equation?tex=X"> 上的预层 <img src="https://www.zhihu.com/equation?tex=%5Cmathscr%7BF%7D"> 满足: 对任意 <img src="https://www.zhihu.com/equation?tex=s_U+%5Cin+%5Cmathscr%7BF%7D%28U%29%2C+s_V+%5Cin+%5Cmathscr%7BF%7D%28V%29"> , 若有 <img src="https://www.zhihu.com/equation?tex=s_U+%7C_%7BU+%5Ccap+V%7D+%3D+s_V%7C_%7BU+%5Ccap+V%7D"> 则唯一存在 <img src="https://www.zhihu.com/equation?tex=s+%5Cin+%5Cmathscr%7BF%7D%28U+%5Ccup+V%29"> 使得 <img src="https://www.zhihu.com/equation?tex=s%7C_U+%3D+s_U%2C+s%7C_V+%3D+s_V"> , 则称为 <img src="https://www.zhihu.com/equation?tex=X"> 上的层.</p>
</body>
</html> idle 发表于 2021-3-23 18:00
只有win下才会,用 linux 版没有问题
检查你的config属性,zoom相关的是否有被修改,比如browser.zoom.full xuyuehang 发表于 2021-4-2 16:29
检查你的config属性,zoom相关的是否有被修改,比如browser.zoom.full
都是默认值,没有修改项。 xuyuehang 发表于 2021-4-2 16:29
检查你的config属性,zoom相关的是否有被修改,比如browser.zoom.full
更新了 firefox 88 没有这个问题了
页:
[1]