context.font = "bold 12px sans-serif"; context.fillText("x", 248, 43); context.fillText("y", 58, 165); context.textBaseline = "top"; context.fillText("( 0 , 0 )", 8, 5); context.textAlign = "right"; context.textBaseline = "bottom"; context.fillText("( 500 , 375 )", 492, 370); context.fillRect(0, 0, 6, 6); context.fillRect(497, 372, 6, 6);