Question
IPad SVG Background
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?
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?
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.