Commit abb40a1b by doszhang

dos

parent 78214930

2.09 KB | W: | H:

2.35 KB | W: | H:

Public/static/image2/poster-tip.png
Public/static/image2/poster-tip.png
Public/static/image2/poster-tip.png
Public/static/image2/poster-tip.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -529,7 +529,7 @@ function createPoster() {
let tip = new Image();
tip.src = "/Public/static/image2/poster-tip.png";
tip.onload = function () {
posterCtx.drawImage(tip, pxToRem(117 * 2), (bottomHalfTop + pxToRem(133)) * 2, pxToRem(61 * 2), pxToRem(28 * 2));
posterCtx.drawImage(tip, pxToRem(111 * 2), (bottomHalfTop + pxToRem(133)) * 2, pxToRem(70 * 2), pxToRem(32 * 2));
setTimeout(function () {
$('.posterImg-true').attr('src', getManBase64(posterCanvas)).css('height', pxToRem(posterCanvasHeight));
}, 300);
......
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