haxeui / haxeui-kha

The Kha backend of the HaxeUI framework -
http://haxeui.org
MIT License
45 stars 16 forks source link

Replaces drawRect() with fillRect() for components borders #43

Closed maxfish closed 4 years ago

maxfish commented 4 years ago

This fixes the problems caused by Kha's drawRect() not being HiDPI aware. For more information look at #42. I've tested the implementation also with a border size greater than 1.

ianharrigan commented 4 years ago

thanks for this!