Adds a new subpath that consists of the straight lines and curves needed to form the rounded rectangle described by the argument.
Source
void addRRect(RRect rrect) { assert(_rrectIsValid(rrect)); _addRRect(rrect._value); }
Adds a new subpath that consists of the straight lines and curves needed to form the rounded rectangle described by the argument.
void addRRect(RRect rrect) { assert(_rrectIsValid(rrect)); _addRRect(rrect._value); }