本文介绍了SVG的precision坐标?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道SVG的官方precision在浏览器中的坐标?

Does anyone know the "official" precision of SVG coordinates in browsers?

例如:如果我画。没有UA实现这个虽然因为它们都通过平台的能力,如Direct3D的这一般都是单件precision制约。

The SVG specification says double precision. No UA implements this though because they are all constrained by platform capabilities such as direct3d which are generally single precision.

这篇关于SVG的precision坐标?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 17:13