我看到许多人与此事作斗争,但我无法找到适当的解决办法,也不能满足我的需要。
I m doing some charts with Raphael, and I basically need to get them as PNG (for export, or later use in a PDF, and some other stuff). For Firefox, Chrome, IE 9, and any other browser with SVG support is easy. There are actually two ways to achieve it: using canvg to render the SVG into a canvas element and then obtain the image data; or sending the SVG to the server (C#) and using a library to rasterize it.
当然,问题在于第8和第7条。 在这些浏览器中,Raphael 输出VML ,而且从中看不出特别志愿人员的来源。 我找不到任何VML rasterizer,因此,我只想一个解决办法:将VML翻译到SVG,或者在SVG重新编辑该文件。
我检查了病媒突发图书馆的孔径,实际上利用了XSLT的转变,将VML转化为SVG,但我无法使其发挥作用(我曾尝试过几个工具测试SL,但似乎都没有工作)。
我试图通过改变其特性<条码>、<条码>、<条码>、<条码>、<条码>、<条码>、<条码>、>条码>、<条码>、<条码>、<>条码>、<条码>、<>条码>、<>条码>、<>条码>、<>条码>、<条码>、<>条码>、<>条码>、<>条码>、
I think there might be a way to write the SVG tree into a hidden DIV while in IE; despite the fact it won t be shown by the browser, the text should be there.
Does anyone knows a way to achieve it? Thanks!