openFrameworks
openFrameworks copied to clipboard
ofDrawRectRounded is stretched in macbook m1
version: of_v0.11.2_ios machine: macbook m1
Not only ofDrawRectRounded, also using fbo etc.
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?)
on simulator,
ofPushMatrix();
ofEnableAlphaBlending();
ofSetColor(255,255,255, alpha*255);
ofDrawRectRounded(200,200,200,200,10);
ofDisableAlphaBlending();
ofPopMatrix();
can you update with ofDrawRectRounded parameters?