Skip to main content
andreleal
Inspiring
May 22, 2015
Question

IPad SVG Background

  • May 22, 2015
  • 0 replies
  • 243 views

Hi there, I´m able to find the background on a desktop by catching the svg properties:

var backgroundColor = document.getElementsByTagName('stop')[0].style.stopColor;

How can I get the value on canvas in an IPad?

    This topic has been closed for replies.