cenkai88 / vue-svg-icon

a solution for multicolor svg icons in vue2.0 (vue2.0的可变彩色svg图标方案)
https://cenkai88.github.io/vue-svg-icon/demo/
Other
562 stars 84 forks source link

放大的时候如何围绕中心放大 #8

Closed easybest closed 7 years ago

easybest commented 7 years ago

放大的时候如何围绕中心放大? 现在好像是围绕父元素左上端点开始放大。

cenkai88 commented 7 years ago

@hatunet 可以用transform属性translateX, translateY调到50%,也可以用transform-origin属性