mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-05 13:43:04 +03:00
Add a worse option for the Polygon tool icon (a hieroglyph)
This commit is contained in:
parent
beaccf1be8
commit
892d12e8fb
@ -281,7 +281,7 @@ These are the symbols I've found so far:
|
||||
- Line: 📏📉📈⟍𝈏╲⧹\⧵∖
|
||||
- Curve: ↪️🪝🌙〰️◡◠~∼≈∽∿〜〰﹋﹏≈≋~⁓
|
||||
- Rectangle: ▭▬▮▯🟥🟧🟨🟩🟦🟪🟫⬛⬜◼️◻️◾◽▪️▫️
|
||||
- Polygon: ▙𝗟𝙇﹄』⬣⬟🔶🔷🔸🔹🔺🔻△▲
|
||||
- Polygon: ▙𝗟𝙇﹄』𓊋⬣⬟🔶🔷🔸🔹🔺🔻△▲
|
||||
- Ellipse: ⬭⭕🔴🟠🟡🟢🔵🟣🟤⚫⚪🫧
|
||||
- Rounded Rectangle: ▢⬜⬛
|
||||
|
||||
|
@ -313,7 +313,7 @@ class Tool(Enum):
|
||||
# - Line: 📏📉📈⟍𝈏╲⧹\⧵∖
|
||||
# - Curve: ↪️🪝🌙〰️◡◠~∼≈∽∿〜〰﹋﹏≈≋~⁓
|
||||
# - Rectangle: ▭▬▮▯🟥🟧🟨🟩🟦🟪🟫⬛⬜◼️◻️◾◽▪️▫️
|
||||
# - Polygon: ▙𝗟𝙇﹄』⬣⬟🔶🔷🔸🔹🔺🔻△▲
|
||||
# - Polygon: ▙𝗟𝙇﹄』𓊋⬣⬟🔶🔷🔸🔹🔺🔻△▲
|
||||
# - Ellipse: ⬭⭕🔴🟠🟡🟢🔵🟣🟤⚫⚪🫧
|
||||
# - Rounded Rectangle: ▢⬜⬛
|
||||
if ascii_only_icons:
|
||||
|
Loading…
Reference in New Issue
Block a user