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: main ← Head: feature/r-tree
main
feature/r-tree
0cbda89
5 files changed (+19 additions, -14 deletions)
📝 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)
Memola/Canvas/Contexts/GraphicContext.swift
Memola/Canvas/Core/Canvas.swift
Memola/Canvas/Geometries/Stroke/Core/Stroke.swift
Memola/Canvas/Geometries/Stroke/Strokes/PenStroke.swift
Memola/Canvas/View/Bridge/ViewController/CanvasViewController.swift
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:feature/r-tree📝 Commits (1)
0cbda89refactor: clean up📊 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.