zhangyuanwei / node-images

Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs
https://npmjs.org/package/images
MIT License
1.55k stars 204 forks source link

.draw(image, x, y),当image宽度小于背景图,即使x设置为0,绘制的图片还是居中了 #182

Closed IndexLibrary closed 5 years ago

IndexLibrary commented 5 years ago

其中image是由images(buffer)获得,buffer是由svg获得,svg的宽度小于背景图的