kopia lustrzana https://github.com/backface/turtlestitch
tweak Boolean "tick" and "cross" symbols
rodzic
91a8fc1c7f
commit
5e82a384a7
|
@ -8193,7 +8193,7 @@ BooleanSlotMorph.prototype.drawLabel = function (context) {
|
|||
}
|
||||
// "tick:"
|
||||
context.strokeStyle = 'white';
|
||||
context.lineWidth = this.edge * 2;
|
||||
context.lineWidth = this.edge + shift;
|
||||
context.lineCap = 'round';
|
||||
context.lineJoin = 'miter';
|
||||
context.beginPath();
|
||||
|
@ -8212,7 +8212,7 @@ BooleanSlotMorph.prototype.drawLabel = function (context) {
|
|||
}
|
||||
// "cross:"
|
||||
context.strokeStyle = 'white';
|
||||
context.lineWidth = this.edge * 2;
|
||||
context.lineWidth = this.edge;
|
||||
context.lineCap = 'butt';
|
||||
context.beginPath();
|
||||
context.moveTo(x - r2, y - r2);
|
||||
|
|
Ładowanie…
Reference in New Issue