GNOME Bugzilla – Bug 704611
Rectangle Select tool with Rounded corners enabled, the radius in pixels value should support values larger than 100.0 pixels.
Last modified: 2013-07-20 17:22:15 UTC
Rectangle Select tool with Rounded corners enabled, the radius in pixels value should support values larger than 100.0 pixels. The 100.0 pixel maximum value seems an arbitrary maximum. The true maximum value should be the min(.5 * width, .5 * height). The user could specify a larger value than min(.5 * width, .5 * height), but min(.5 * width, .5 * height) would be used.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 589473 ***