﻿//window.onload = function () {
//    var ctx = document.getElementById('NavCanvas').getContext('2d');
//    // rotate 45 degrees clockwise
//    ctx.font = '70px Segoe UI';
//    ctx.fillText('Hello world!', 0, 0);
//    ctx.rotate(Math.pi / 2);
//}
