Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 407 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 407 Bytes

$$isScaleSVGTransform

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

console.log($$isScaleSVGTransform($$createSVGTransformScale()()));
// true
console.log($$isScaleSVGTransform($$createSVGTransformTranslate()()));
// false