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