Skip to content

Commit

Permalink
画笔颜色、粗细
Browse files Browse the repository at this point in the history
  • Loading branch information
jmxhyz committed Aug 18, 2015
1 parent 041756e commit 1fb5b4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/js/nodeppt.control.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
t.sendKeyEvent(67);
}).on('paint points', function(points) {
var data = {
pencolor: $doc.getElementById("drawBoard").context.strokeStyle, //画笔颜色
penlineWidth: $doc.getElementById("drawBoard").context.lineWidth, //画笔宽度
points: points,
screen: {
width: $doc.body.offsetWidth,
Expand Down

0 comments on commit 1fb5b4f

Please sign in to comment.