joseph-allen/OurCalculator

Issue with the stroke around the buttons

akathewb opened this issue · 11 comments

When I first start the calculator all the stroke lines are around the buttons, then after a bit of time passes making calculations the stroke of the shapes end up all pulled to one side. ( see image below)

image

incredible! how do you trigger this just perform a few sums?

Can you consistently and without variation, reproduce this bug every time you run the calculator?

it's common on projects like this to comment here if you can reproduce it,
then thumb that comment up if somebody else can reproduce and so on

My calculator has been running for 20 minutes now doing calculations, not been able to reproduce this

Yes, I can run the program and in less then 30 seconds (without interacting with the calculator) the stokes end up like my screen shot above. It seems that performing calculations does not seem to matter.

So weird. I've tried to hunt for references to anything like this in other forums, but can find any. Was thinking of posting a processing github issue. I'm thinking it is not the calculator program but a rendering thing or graphics card thing.

is it instantaneous or gradual?

wht resolution is your monitor?

Instant.

I have two monitors one is the laptop monitor which is 1366x768, and the other is an LED Monitor 1600x900.

I'm running Windows 10, 4GB RAM, Intel(R) Celeron(R) CPU N2815 @ 1.86Ghz, 64-bit Operating System.

our button class takes a fixed size, I assume at some point something is changing. we use rect() so we aren't even controlling the drawing of these lines ourself.

needs proper investigation really

Also posted an issue here for reference:
processing/processing#5109

What build of processing are you all using? (folks in the other forum asked if we are all using the same)
I'm running 3.3.3-64bit for Windows

I am running the latest one

In which language i have to write code can anyone answer