Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 414 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 414 Bytes

$$isRotateSVGTransform

해당 SVGTransformtypeSVGTransform.SVG_TRANSFORM_ROTATE인지 여부를 판단합니다.

console.log($$isRotateSVGTransform($$createSVGTransformRotate()()));
// true
console.log($$isRotateSVGTransform($$createSVGTransformTranslate()()));
// false