Closed dribnet closed 3 years ago
there is a bug in pixeldrawer with certain pixel_size settings. can be reproduced with:
pixray.add_settings(size=[320,180], pixel_size=[320,180])
size workaround is
pixray.add_settings(size=[960,540], pixel_size=[320,180])
but this should work without the workaround.
fixed in #19
there is a bug in pixeldrawer with certain pixel_size settings. can be reproduced with:
size workaround is
but this should work without the workaround.