openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

ofDrawRectRounded is stretched in macbook m1

Open drawcall opened this issue 2 years ago • 3 comments

version: of_v0.11.2_ios machine: macbook m1

image

Not only ofDrawRectRounded, also using fbo etc.

drawcall avatar May 27 '22 01:05 drawcall

can you include a simple test code and clarify more what you are seeing?
it's also a little unclear what the arrow means here. (also is this on iOS, on a MacBook or a simulator on a MacBook?)

ofZach avatar May 27 '22 01:05 ofZach

on simulator,

ofPushMatrix();
ofEnableAlphaBlending();
ofSetColor(255,255,255, alpha*255);
    ofDrawRectRounded(200,200,200,200,10);
ofDisableAlphaBlending();
ofPopMatrix();

drawcall avatar May 27 '22 03:05 drawcall

can you update with ofDrawRectRounded parameters?

dimitre avatar May 27 '22 03:05 dimitre