[PR #39] [MERGED] Tidy up code #55

Closed
opened 2025-12-29 05:19:20 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dscyrescotti/Memola/pull/39
Author: @dscyrescotti
Created: 5/26/2024
Status: Merged
Merged: 5/26/2024
Merged by: @dscyrescotti

Base: mainHead: feature/r-tree


📝 Commits (1)

📊 Changes

5 files changed (+19 additions, -14 deletions)

View changed files

📝 Memola/Canvas/Contexts/GraphicContext.swift (+2 -2)
📝 Memola/Canvas/Core/Canvas.swift (+1 -1)
📝 Memola/Canvas/Geometries/Stroke/Core/Stroke.swift (+5 -0)
📝 Memola/Canvas/Geometries/Stroke/Strokes/PenStroke.swift (+9 -9)
📝 Memola/Canvas/View/Bridge/ViewController/CanvasViewController.swift (+2 -2)

📄 Description

Description

This PR tidies up code after replacing the array with RTree data structure.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dscyrescotti/Memola/pull/39 **Author:** [@dscyrescotti](https://github.com/dscyrescotti) **Created:** 5/26/2024 **Status:** ✅ Merged **Merged:** 5/26/2024 **Merged by:** [@dscyrescotti](https://github.com/dscyrescotti) **Base:** `main` ← **Head:** `feature/r-tree` --- ### 📝 Commits (1) - [`0cbda89`](https://github.com/dscyrescotti/Memola/commit/0cbda8915f886dc88e84ceb8acba50aeff2f3052) refactor: clean up ### 📊 Changes **5 files changed** (+19 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Memola/Canvas/Contexts/GraphicContext.swift` (+2 -2) 📝 `Memola/Canvas/Core/Canvas.swift` (+1 -1) 📝 `Memola/Canvas/Geometries/Stroke/Core/Stroke.swift` (+5 -0) 📝 `Memola/Canvas/Geometries/Stroke/Strokes/PenStroke.swift` (+9 -9) 📝 `Memola/Canvas/View/Bridge/ViewController/CanvasViewController.swift` (+2 -2) </details> ### 📄 Description ### Description This PR tidies up code after replacing the array with RTree data structure. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 05:19:20 +01:00
adam closed this issue 2025-12-29 05:19:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Memola#55