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