Rendering of PictureMarkerSymbol is less smooth than previous versions of ArcGIS API for JavaScript.
上次发布: December 28, 2018ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000119031
已提交
December 26, 2018
上次修改时间
December 20, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.10
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The way the API works is that it adds the image to the texture at its original resolution and it uses a linear filter to render it.
If anything, the differences are simply due to how WebGL is different from Canvas as a drawing API, not as a result of a bug.