Is there a way to enable SVG support in Adobe AIR

ぃ、小莉子 提交于 2019-12-11 13:16:19

问题


I am using Adobe AIR to create a desktop application. The AIR app is very simple, it consists of a tabs that each contain a HTML component (AIR HTML Control). The HTML component is simply passed a URL (location) and renders it.

My problem is that one of the locations is a page that contains SVG. An example location is here

the AIR HTML component does not (appear to) render SVG :( Is there a way to enable SVG in AIR or a workaround for it ?

Thanks in advance. Jon.


回答1:


Seems you're out of luck according to this article.



来源:https://stackoverflow.com/questions/11988234/is-there-a-way-to-enable-svg-support-in-adobe-air

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!