Commit 93804584 by dos

init

parent 0382028b
...@@ -328,9 +328,9 @@ function createPoster() { ...@@ -328,9 +328,9 @@ function createPoster() {
// txtDraw(posterCtx, username, '#464646', 215 * 2, 360 * 2, 45 * 2, 'bolder'); // txtDraw(posterCtx, username, '#464646', 215 * 2, 360 * 2, 45 * 2, 'bolder');
// txtDraw(posterCtx, '中信保诚人寿', '#464646', 215 * 2, 390 * 2, 20 * 2); // txtDraw(posterCtx, '中信保诚人寿', '#464646', 215 * 2, 390 * 2, 20 * 2);
// txtDraw(posterCtx, company + '', '#464646', 215 * 2, 413 * 2, 20 * 2); // txtDraw(posterCtx, company + '', '#464646', 215 * 2, 413 * 2, 20 * 2);
txtDraw(posterCtx, username, '#ffffff', 215 * 2, 360 * 2, 45 * 2, 'bolder'); txtDraw(posterCtx, username, '#ffffff', 190 * 2, 240 * 2, 45 * 2, 'bolder');
txtDraw(posterCtx, '中信保诚人寿', '#ffffff', 215 * 2, 390 * 2, 20 * 2); txtDraw(posterCtx, '中信保诚人寿', '#ffffff', 190 * 2, 280 * 2, 20 * 2);
txtDraw(posterCtx, company + '', '#ffffff', 215 * 2, 413 * 2, 20 * 2); txtDraw(posterCtx, company + '', '#ffffff', 190 * 2, 308 * 2, 20 * 2);
setTimeout(function () { setTimeout(function () {
......
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