如何给HTML5canvas画板添加背景图片?
How to add background image to HTML5 canvas sketchpad?
我使用响应式画板 - demo and Github。设置背景图像(而不是白色背景)的正确方法是什么,该图像将完全响应 HTML5 canvas 画板?
.canvas{
background-color: transparent;
background-size: cover;
background-image: url(https://s.ill.in.ua/i/news/630x373/397/397742.jpg);
}
对我来说效果很好
我使用响应式画板 - demo and Github。设置背景图像(而不是白色背景)的正确方法是什么,该图像将完全响应 HTML5 canvas 画板?
.canvas{
background-color: transparent;
background-size: cover;
background-image: url(https://s.ill.in.ua/i/news/630x373/397/397742.jpg);
}
对我来说效果很好