0
let img = g.append('svg:image')
        .attr('xlink:href',this.image_url)
        .attr('width',576)
        .attr('height',432)
        .attr('x',0)
        .attr('y',0);

The above code is to get the image from the specified url, but i could not load the image.

Krisalay
  • 75
  • 3
  • 9

0 Answers0