fix centering of edge-aligned controls
This commit is contained in:
parent
6ae4ad69d2
commit
9342d19b5a
3 changed files with 13 additions and 5 deletions
|
@ -4965,7 +4965,7 @@
|
|||
this.context.beginPath();
|
||||
this.context.arc( x, y, radius, 0, Math.PI * 2, false );
|
||||
this.context.lineWidth = this.thickness;
|
||||
this.context.strokeStyle = '#666';
|
||||
this.context.strokeStyle = 'rgba( 255, 255, 255, 0.2 )';
|
||||
this.context.stroke();
|
||||
|
||||
if( this.playing ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue