Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Maintenance work
View staffing
Description
--Update clipPath documentation to refer to Path instead of rounded rectangle
--Update clipRect documentation to have a space between the description for the 'right' parameter
--Update inset docs to indicate that new size/translation is only applied within the provided inline callback
--Update dx/dy parameters in inset method to horizontalInset and verticalInset
--Remove documentation on inset methods indicating that insets are applied to all 4 sides
--Remove documentation on Rect class indicating that Rect can be instantiated via Rect const Offset + const Size
--Remove Rect.join in favor of eexpandToInclude with conditional flag to include empty rectangles
--Create overload for translate(offset) in rect class and deprecate Rect.shift
--Update documentation for bottom property in Rect class