Feature: Add the dashed style. (#594)

This commit is contained in:
Arthur Sonzogni
2023-03-15 22:50:27 +01:00
committed by ArthurSonzogni
parent eb313e0f2d
commit 7bdca3ee68
9 changed files with 143 additions and 19 deletions

View File

@@ -11,6 +11,7 @@ int main(int argc, const char* argv[]) {
auto document = vbox({
text("borderLight") | borderLight,
text("borderDashed") | borderDashed,
text("borderHeavy") | borderHeavy,
text("borderDouble") | borderDouble,
text("borderRounded") | borderRounded,