Commit eb9efefb by hank

bug

parent 533124d9
......@@ -452,10 +452,10 @@ export default {
var titleY = canvas.height - 229
ctx.fillStyle = "#0b5bab";
ctx.textAlign = 'left top';
ctx.font ='24px' + ' Arial';
ctx.font ='30px' + ' Arial';
ctx.fillText(_this.pictureInfo.nickname, userNameX, userNameY);
ctx.save()
ctx.font ='37px' + ' Arial';
ctx.font ='40px' + ' Arial';
ctx.fillText('【' + _this.pictureInfo.title + '】', titleX, titleY);
ctx.save()
avatar.setAttribute("crossOrigin",'Anonymous')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment