Add tests for canvas and symbol options

This commit is contained in:
kojix2
2021-01-22 09:39:07 +09:00
parent f4f7267ec7
commit ac0f5d4efa
5 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
┌────────────────────────────────────────┐
50 │ |│
│ ., /│
│ .\ /│
│ .\ |\ .`│
│ , /\ ,`", . │
│ /|. .` . / \ | │
│ .\. .` \ / l / \ | │
│-----^r----^---r--------r--------r---|--│
│.` \. | \ / | | \ | │
│` \./ . .` |. | \ | │
│ \` |./ . . ", ,` │
│ \` \ | \ / │
│ " |` \ | │
│ / ",` │
-50 │ Y │
└────────────────────────────────────────┘
1 10