• window.getComputedStyle(element, null).getPropertyValue("fill"):
  • window.getComputedStyle(element, null).fill:
  • element.style.getPropertyValue("fill"):
  • element.style.fill:
  • element.getAttribute("style"):