mirror of
https://github.com/1j01/textual-paint.git
synced 2024-11-24 16:55:38 +03:00
Note some alternate selection tool icons using Braille
These are pretty good candidates, paired together. For the Free-Form Select icon (⢼⠮), I'm specifically imitating the asymmetrical star shape from MS Paint.
This commit is contained in:
parent
5f5807ad3a
commit
44fe270463
@ -70,8 +70,8 @@ Unfortunately, I haven't run into any significant roadblocks, so I'm apparently
|
||||
|
||||
These are the symbols I've found so far:
|
||||
|
||||
- Free-Form Select: ✂️📐🆓🕸✨⚝🫥🇫/🇸◌
|
||||
- Rectangular Select: ⬚▧🔲
|
||||
- Free-Form Select: ✂️📐🆓🕸✨⚝🫥🇫/🇸◌⁛⁘ ⢼⠮
|
||||
- Rectangular Select: ⬚▧🔲 ⣏⣹
|
||||
- Eraser/Color Eraser: 🧼🧽🧹🚫👋🗑️
|
||||
- Fill With Color: 🌊💦💧🌈🎉🎊🪣🫗
|
||||
- Pick Color: 🎨💉💅💧📌📍⤤𝀃🝯🍶
|
||||
|
4
paint.py
4
paint.py
@ -40,8 +40,8 @@ class Tool(Enum):
|
||||
def get_icon(self) -> str:
|
||||
"""Get the icon for this tool."""
|
||||
# Alternatives considered:
|
||||
# - Free-Form Select: ✂️📐🆓🕸✨⚝🫥🇫/🇸◌
|
||||
# - Rectangular Select: ⬚▧🔲
|
||||
# - Free-Form Select: ✂️📐🆓🕸✨⚝🫥🇫/🇸◌⁛⁘ ⢼⠮
|
||||
# - Rectangular Select: ⬚▧🔲 ⣏⣹
|
||||
# - Eraser/Color Eraser: 🧼🧽🧹🚫👋🗑️
|
||||
# - Fill With Color: 🌊💦💧🌈🎉🎊🪣🫗
|
||||
# - Pick Color: 🎨💉💅💧📌📍⤤𝀃🝯🍶
|
||||
|
Loading…
Reference in New Issue
Block a user