canvas size

by Irakli Bardavelidze

HTML

<div width="140px" height="20px" style="background-color:blue">
    <canvas width="100%" height="100%" style="background-color: red">
    </canvas>
</div>