The resolution is wrong and obviously the shape as well. Any tips to fix that would be great.
This is on a mac if that helps.
class TestView extends Ui.View
{
function onUpdate(dc) {
dc.setColor(Gfx.COLOR_BLACK, Gfx.COLOR_BLACK);
dc.clear();
dc.setColor(Gfx.COLOR_BLUE, Gfx.COLOR_BLUE);
dc.drawRectangle(0, 0, 218, 218);
}
}
The resolution is wrong and obviously the shape as well. Any tips to fix that would be great.
This is on a mac if that helps.