Frontmatter
| id | 4949 |
| title | util.Rectangle: clone() => add support for top, right, bottom, left |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 27, 2023, 7:11 PM |
| updatedAt | Sep 27, 2023, 7:16 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4949 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 27, 2023, 7:16 PM |
util.Rectangle: clone() => add support for top, right, bottom, left
tobiu assigned to @tobiu on Sep 27, 2023, 7:11 PM

tobiu
Sep 27, 2023, 7:16 PM
ha, we actually don't need them. convenient.
https://developer.mozilla.org/en-US/docs/Web/API/DOMRect/DOMRect
tobiu closed this issue on Sep 27, 2023, 7:16 PM
to be feature complete for DOMRect. i will give it a shot :)
@ExtAnimal