We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e8585e + a498e92 commit 39ae36dCopy full SHA for 39ae36d
assets/js/nodeppt.control.js
@@ -40,6 +40,8 @@
40
t.sendKeyEvent(67);
41
}).on('paint points', function(points) {
42
var data = {
43
+ pencolor: $doc.getElementById("drawBoard").context.strokeStyle, //画笔颜色
44
+ penlineWidth: $doc.getElementById("drawBoard").context.lineWidth, //画笔宽度
45
points: points,
46
screen: {
47
width: $doc.body.offsetWidth,
0 commit comments