applyAttributeStyle method

void applyAttributeStyle(
  1. CSSStyleDeclaration style
)

Implementation

void applyAttributeStyle(CSSStyleDeclaration style) {
  // Empty implement
  // Because attribute style is not recommend to use
  // But it's necessary for SVG.
}