$$isMatrixSVGTransform source test 해당 SVGTransform의 type이 SVGTransform.SVG_TRANSFORM_MATRIX인지 여부를 판단합니다. console.log($$isMatrixSVGTransform($$createSVGTransformMatrix()())); // true console.log($$isMatrixSVGTransform($$createSVGTransformTranslate()())); // false