deno-windowing / dwm

Deno Window Manager: Cross-platform window creation and management
https://deno.land/x/dwm
Apache License 2.0
138 stars 10 forks source link

Simple example won't run on Retina DPI #11

Closed nhrones closed 1 year ago

nhrones commented 1 year ago

This simple example fails to run on a retina machine.

deno run -Ar --unstable https://raw.githubusercontent.com/nhrones/Retina/master/retina.ts

https://github.com/nhrones/Retina

load1n9 commented 1 year ago

image works for me what error are you getting

nhrones commented 1 year ago

djdev found my mistakes and a fix! Thanks for looking.