mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-26 03:51:14 -08:00
Adjust bitmap editor to draw with a yellow pen
For highlighting
This commit is contained in:
parent
762f50d920
commit
abcf7df875
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ BitmapEditor.prototype.strokeMove = function(x,y) {
|
|||
// Redraw the previous image
|
||||
ctx.drawImage(this.currCanvas,0,0);
|
||||
// Render the stroke
|
||||
ctx.strokeStyle = "#ff0";
|
||||
ctx.lineWidth = 3;
|
||||
ctx.lineCap = "round";
|
||||
ctx.lineJoin = "round";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue