sharp-agezi 126ed0e3e1 bug | il y a 5 ans | |
---|---|---|
components | il y a 5 ans | |
customized | il y a 5 ans | |
images | il y a 5 ans | |
pages | il y a 5 ans | |
style | il y a 5 ans | |
utils | il y a 5 ans | |
wxParse | il y a 5 ans | |
app.js | il y a 5 ans | |
app.json | il y a 5 ans | |
app.wxss | il y a 6 ans | |
project.config.json | il y a 5 ans | |
readme.md | il y a 5 ans | |
sitemap.json | il y a 5 ans |
生成图片后在合成
注意:用roate实现旋转,重点在于改变坐标中心点 : ctx.translate(100,45)
坐标中心点计算公式: x = 左上角x + 宽度/2 y = 左上角y + 高度/2 然后translate到(x,y)即可,之后调用rotate进行旋转。 旋转之后填充时注意: ctx.fillRect(-50,-25,100,50); x = - 宽度/2 y = -高度/2 fillRect(x,y,宽度,高度)
缺少详情页,字体加粗、字体定制
v:3.2.9