pixelkind / p5canvas

An interactive preview for writing p5js code in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=garrit.p5canvas
Other
39 stars 4 forks source link

width and height of the canvas is wrong #60

Closed barbarerik closed 1 year ago

barbarerik commented 2 years ago

Hi there Am i doing something wrong, or there is an issue with wrong canvas scale? image

pixelkind commented 2 years ago

Hej @barbarerik,

Unfortunately, this is a bug. Currently the width is set automatically to the full width of the window, not the actual width of the canvas. I will fix that as soon as possible.