appendItem method

SVGTransform appendItem(
  1. SVGTransform newItem
)

Implementation

SVGTransform appendItem(SVGTransform newItem) =>
    js_util.callMethod(this, 'appendItem', [newItem]);