Having a hard time to round a single corner because our Designer insists.
Current code...
graphics.fillRoundedRectangle(bounds.toFloat(), cornerRadius);
Having a hard time to round a single corner because our Designer insists.
Current code...
graphics.fillRoundedRectangle(bounds.toFloat(), cornerRadius);
Copyright © 2021 Jogjafile Inc.
You can use juce::Path::addRoundedRectangle() for this. Here is an example: