[PR #62] [MERGED] Function that draws lines on a braille canvas. #181

Closed
opened 2026-03-03 16:23:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/62
Author: @mum4k
Created: 12/31/2018
Status: Merged
Merged: 12/31/2018
Merged by: @mum4k

Base: develHead: 10-braille-line


📝 Commits (3)

  • 27079c8 Function that draws lines on a braille canvas.
  • 7008fa2 More test coverage.
  • 86244cc Adding a licence.

📊 Changes

3 files changed (+575 additions, -0 deletions)

View changed files

canvas/braille/testbraille/testbraille.go (+48 -0)
draw/braille_line.go (+161 -0)
draw/braille_line_test.go (+366 -0)

📄 Description

Fixes #47


🔄 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/mum4k/termdash/pull/62 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 12/31/2018 **Status:** ✅ Merged **Merged:** 12/31/2018 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `10-braille-line` --- ### 📝 Commits (3) - [`27079c8`](https://github.com/mum4k/termdash/commit/27079c8068d4bf558ee2648aa2e123a880c3f400) Function that draws lines on a braille canvas. - [`7008fa2`](https://github.com/mum4k/termdash/commit/7008fa292f3aec1f3acf3a3b8434612722511e74) More test coverage. - [`86244cc`](https://github.com/mum4k/termdash/commit/86244cc59532b7990c28163d58ff09aae38b32f6) Adding a licence. ### 📊 Changes **3 files changed** (+575 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `canvas/braille/testbraille/testbraille.go` (+48 -0) ➕ `draw/braille_line.go` (+161 -0) ➕ `draw/braille_line_test.go` (+366 -0) </details> ### 📄 Description Fixes #47 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#181
No description provided.