-
Notifications
You must be signed in to change notification settings - Fork 3
Samples
Shakiba edited this page Apr 8, 2018
·
15 revisions
button "one"
button "two"
button "three"
button "four"
- result:
button "(one"
button "two"
button "three"
button "four)"
- result:
button "(one)"
button "(two)"
button "(three)"
button "(four)"
- result:
button "<one"
button "two"
button "three"
button "four>"
- result:
button "<one>"
button "<two>"
button "<three>"
button "<four>"
- result:
-
TC=#000
| set the text-fill to black -
BSW=3
| set the button-stroke-width to 3 -
button "(one" none
| here none means no fill and will be applied to others button "two"
button "three"
button "four)"
- result:
button "(one"
button "two"
button "three"
button "four)"
- result:
button "(one)"
button "(two)"
button "(three)"
button "(four)"
- result:
button "<one"
button "two"
button "three"
button "four>"
- result:
button "<one>"
button "<two>"
button "<three>"
button "<four>"
- result:
-
FS=10
| set the font-size to 10 | default is 15 | it will be applied to others -
line 1 650
| style 1, length 650 - result:
-
line 2 650
| style 2, length 650 - result:
-
line 3 650
| style 3, length 650 | it is not the same as style 1, it accepts delimiter - result:
-
line 4 650
| style 4, length 650 - result:
-
line 5 650
| style 5, length 650 - result:
-
DLM=5
| set the delimiter to 5 | it will be applied to others -
line 3 500 #F80
| style 3, length 500 and fill will be #F80 - result:
-
line 5 500 #CB0000
| style 3, length 500 and fill will be #CB0000 - result:
-
line 4 500
| style 4, length 500 - result:
-
line 5 500 #F80
| style 5, length 500 and fill will be #F80 - result:
badge-for-git copyright © Shakiba 2017 -- MIT license