@@ -154,7 +154,7 @@
ctx.fillRect( 0, 0, 128, 32 );
ctx.fillStyle = 'white';
- ctx.font = '12pt arial bold';
+ ctx.font = 'bold 12pt arial';
ctx.fillText( text, 10, 22 );
const map = new THREE.CanvasTexture( canvas );
@@ -216,7 +216,7 @@
+ ctx.font = 'bold 11pt arial';
ctx.fillText( text, 8, 22 );