Fix ubuntu-gnome ascii gap being off by 1
This commit is contained in:
parent
eeefd05b8e
commit
848270ad6f
2
1.8.md
2
1.8.md
|
@ -36,7 +36,5 @@
|
||||||
|
|
||||||
- Add `ascii_bold` which allows you to bold the ascii art.
|
- Add `ascii_bold` which allows you to bold the ascii art.
|
||||||
- Better `Ubuntu-GNOME` ascii art. **[@hashhar](https://github.com/hashhar)**
|
- Better `Ubuntu-GNOME` ascii art. **[@hashhar](https://github.com/hashhar)**
|
||||||
- Sped up the ascii art function by using a pure bash solution to getting<br \>
|
|
||||||
the ascii art size. This is more portable and much faster.
|
|
||||||
- Fix a color issue with Debian's ascii logo.
|
- Fix a color issue with Debian's ascii logo.
|
||||||
|
|
||||||
|
|
|
@ -3,16 +3,16 @@ ${c3} ./o.
|
||||||
.oooooooo
|
.oooooooo
|
||||||
.oooo\`\`\`soooo
|
.oooo\`\`\`soooo
|
||||||
.oooo\` \`soooo
|
.oooo\` \`soooo
|
||||||
.ooo\` ${c4}.o.${c3} \`\/ooo.
|
.ooo\` ${c4}.o.${c3} \`\\/ooo.
|
||||||
:ooo ${c4}:oooo.${c3} \`\/ooo.
|
:ooo ${c4}:oooo.${c3} \`\\/ooo.
|
||||||
sooo ${c4}\`ooooo${c3} \/oooo
|
sooo ${c4}\`ooooo${c3} \\/oooo
|
||||||
\/ooo ${c4}\`soooo${c3} \`ooooo
|
\\/ooo ${c4}\`soooo${c3} \`ooooo
|
||||||
\`soooo ${c4}\`\/ooo${c3} \`soooo
|
\`soooo ${c4}\`\\/ooo${c3} \`soooo
|
||||||
${c4}./oo ${c3}\`\/ooo ${c4}\`/oooo.${c3} \`/ooo
|
${c4}./oo ${c3}\`\\/ooo ${c4}\`/oooo.${c3} \`/ooo
|
||||||
${c4}\`\/ooo. ${c3}\`/oooo. ${c4}\`/oooo.${c3} \`\`
|
${c4}\`\\/ooo. ${c3}\`/oooo. ${c4}\`/oooo.${c3} \`\`
|
||||||
${c4} \`\/ooo. ${c3}/oooo ${c4}/ooo\`
|
${c4} \`\\/ooo. ${c3}/oooo ${c4}/ooo\`
|
||||||
${c4} \`ooooo ${c3}\`\` ${c4}.oooo
|
${c4} \`ooooo ${c3}\`\` ${c4}.oooo
|
||||||
${c4} \`soooo. .oooo\`
|
${c4} \`soooo. .oooo\`
|
||||||
\`\/oooooooooo\`
|
\`\\/oooooooooo\`
|
||||||
\`\`\/oo\`\`
|
\`\`\\/oo\`\`
|
||||||
"
|
"
|
||||||
|
|
Reference in New Issue