mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-07 07:19:56 +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: 📏📉📈⟍𝈏╲⧹\⧵∖
|
- Line: 📏📉📈⟍𝈏╲⧹\⧵∖
|
||||||
- Curve: ↪️🪝🌙〰️◡◠~∼≈∽∿〜〰﹋﹏≈≋~⁓
|
- Curve: ↪️🪝🌙〰️◡◠~∼≈∽∿〜〰﹋﹏≈≋~⁓
|
||||||
- Rectangle: ▭▬▮▯🟥🟧🟨🟩🟦🟪🟫⬛⬜◼️◻️◾◽▪️▫️
|
- Rectangle: ▭▬▮▯🟥🟧🟨🟩🟦🟪🟫⬛⬜◼️◻️◾◽▪️▫️
|
||||||
- Polygon: ▙𝗟𝙇﹄』⬣⬟🔶🔷🔸🔹🔺🔻△▲
|
- Polygon: ▙𝗟𝙇﹄』𓊋⬣⬟🔶🔷🔸🔹🔺🔻△▲
|
||||||
- Ellipse: ⬭⭕🔴🟠🟡🟢🔵🟣🟤⚫⚪🫧
|
- Ellipse: ⬭⭕🔴🟠🟡🟢🔵🟣🟤⚫⚪🫧
|
||||||
- Rounded Rectangle: ▢⬜⬛
|
- Rounded Rectangle: ▢⬜⬛
|
||||||
|
|
||||||
|
@ -313,7 +313,7 @@ class Tool(Enum):
|
|||||||
# - Line: 📏📉📈⟍𝈏╲⧹\⧵∖
|
# - Line: 📏📉📈⟍𝈏╲⧹\⧵∖
|
||||||
# - Curve: ↪️🪝🌙〰️◡◠~∼≈∽∿〜〰﹋﹏≈≋~⁓
|
# - Curve: ↪️🪝🌙〰️◡◠~∼≈∽∿〜〰﹋﹏≈≋~⁓
|
||||||
# - Rectangle: ▭▬▮▯🟥🟧🟨🟩🟦🟪🟫⬛⬜◼️◻️◾◽▪️▫️
|
# - Rectangle: ▭▬▮▯🟥🟧🟨🟩🟦🟪🟫⬛⬜◼️◻️◾◽▪️▫️
|
||||||
# - Polygon: ▙𝗟𝙇﹄』⬣⬟🔶🔷🔸🔹🔺🔻△▲
|
# - Polygon: ▙𝗟𝙇﹄』𓊋⬣⬟🔶🔷🔸🔹🔺🔻△▲
|
||||||
# - Ellipse: ⬭⭕🔴🟠🟡🟢🔵🟣🟤⚫⚪🫧
|
# - Ellipse: ⬭⭕🔴🟠🟡🟢🔵🟣🟤⚫⚪🫧
|
||||||
# - Rounded Rectangle: ▢⬜⬛
|
# - Rounded Rectangle: ▢⬜⬛
|
||||||
if ascii_only_icons:
|
if ascii_only_icons:
|
||||||
|
Loading…
Reference in New Issue
Block a user