浏览器中的十进制精度定位

发布于 2024-11-28 15:49:50 字数 123 浏览 0 评论 0原文

是否可以通过子像素定位来定位元素?

我们的应用程序构建了 PDF 的网络预览,但由于浏览器不允许我们使用小数位置/尺寸来定位内容,因此存在舍入错误,导致网络预览看起来与 PDF 不同。

有什么想法吗?

Is it possible to position elements with sub-pixel positioning?

Our application builds a web-preview of PDFs but because the browser will not let us position things with fractional positions/dimensions there are rounding errors causing the web preview to look different than the PDF.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

说好的呢 2024-12-05 15:49:50

所有浏览器对“子像素”的支持肯定不一致。我个人不会相信它。

我推荐这个资源: http://elasticss.com/metry-of-algorithms-used-for-percentage-based-rounding-divs-on-browsers-and-css-frameworks/

"Sub-pixel" support is certainly not consistent across all browsers. I personally wouldn't trust it.

I'd recommend this resource: http://elasticss.com/determination-of-algorithms-used-for-percentage-based-rounding-divs-on-browsers-and-css-frameworks/

长亭外,古道边 2024-12-05 15:49:50

您可以尝试使用相对单位,例如百分比和 Em。如果您没有与客户端相同的分辨率,并且它不能有小数值,则像素定位可能会很棘手。

You could try using relative units, like Percents and Em. Pixel positionning can be tricky if you don't have the same resolution as the client, and it can't have fractionnal values.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文