浏览器中的十进制精度定位
是否可以通过子像素定位来定位元素?
我们的应用程序构建了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
所有浏览器对“子像素”的支持肯定不一致。我个人不会相信它。
我推荐这个资源: 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/
您可以尝试使用相对单位,例如百分比和 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.