0

we are trying to download the svg image as the png and using canvg to convert it into the canvas object.But after download we dont see the image and see the wierd black image and not displayed properly. can u pls fix the fiddle ?

   [http://jsfiddle.net/srikanthsvr82/348sh/415/][1]
user3496151
  • 181
  • 1
  • 13
  • Have you seen this example http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/exporting/offline-download/ ? – Sebastian Bochan Jan 08 '15 at 11:20
  • @Sebastian - yeah i have seen that example and implemented that way, but facing an issue. Pls look at [link]http://jsfiddle.net/srikanthsvr82/348sh/426/ there is a white background missing at the bottom. can you please try and get the white background for the bottom legend as well. – user3496151 Jan 09 '15 at 16:09
  • Defaulty it takse gray color, but in SVG you have a rect, with white fill. The problem is that height is not enough, so you can increase it. Example: http://jsfiddle.net/348sh/432/ – Sebastian Bochan Jan 12 '15 at 10:45
  • thanks ..i resolved the issue by doing the same thing. – user3496151 Jan 13 '15 at 15:16
  • @SebastianBochan the issue is resolved but there was another issue. sometimes the download shows black images and after couple of times it shows up correctly.Do you know why? – user3496151 Jan 13 '15 at 15:38
  • Have you any errors in the console? – Sebastian Bochan Jan 14 '15 at 10:01

0 Answers0