Copy link to clipboard
Copied
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?
Have something to add?