diff --git a/CHANGELOG.md b/CHANGELOG.md index a16e81636..a3df48c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] ### Bug Fixes +- make sure the interactive printers can cleanup after Ctrl+C - the interactive confirm answers should match the confirm/reject text ### Test diff --git a/_examples/area/demo/animation.svg b/_examples/area/demo/animation.svg index 59724628f..37c51f0b8 100644 --- a/_examples/area/demo/animation.svg +++ b/_examples/area/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{white-space:pre}.h{fill:rgb(126,231,233);white-space:pre}.i{fill:rgb(160,160,160);white-space:pre}.j{fill:transparent}.l{animation-duration:14.024106s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}0.1%{transform:translateX(-240px)}7.2%{transform:translateX(-320px)}7.2%{transform:translateX(-400px)}14.4%{transform:translateX(-480px)}14.4%{transform:translateX(-560px)}21.5%{transform:translateX(-640px)}21.5%{transform:translateX(-720px)}21.5%{transform:translateX(-800px)}28.6%{transform:translateX(-880px)}28.6%{transform:translateX(-960px)}28.6%{transform:translateX(-1040px)}35.8%{transform:translateX(-1120px)}35.8%{transform:translateX(-1200px)}35.8%{transform:translateX(-1280px)}42.9%{transform:translateX(-1360px)}42.9%{transform:translateX(-1440px)}42.9%{transform:translateX(-1520px)}50.1%{transform:translateX(-1600px)}50.1%{transform:translateX(-1680px)}50.1%{transform:translateX(-1760px)}57.2%{transform:translateX(-1840px)}57.2%{transform:translateX(-1920px)}57.2%{transform:translateX(-2000px)}64.3%{transform:translateX(-2080px)}64.3%{transform:translateX(-2160px)}64.3%{transform:translateX(-2240px)}100%{transform:translateX(-2320px)}} INFO Theprevioustextwillstayinplace,whiletheareaupdates.█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{white-space:pre}.h{fill:rgb(126,231,233);white-space:pre}.i{fill:rgb(160,160,160);white-space:pre}.j{fill:transparent}.l{animation-duration:14.01234s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0%{transform:translateX(-80px)}0%{transform:translateX(-160px)}0%{transform:translateX(-240px)}7.2%{transform:translateX(-320px)}7.2%{transform:translateX(-400px)}7.2%{transform:translateX(-480px)}14.3%{transform:translateX(-560px)}14.3%{transform:translateX(-640px)}14.3%{transform:translateX(-720px)}21.5%{transform:translateX(-800px)}21.5%{transform:translateX(-880px)}21.5%{transform:translateX(-960px)}28.6%{transform:translateX(-1040px)}28.6%{transform:translateX(-1120px)}28.6%{transform:translateX(-1200px)}35.7%{transform:translateX(-1280px)}35.8%{transform:translateX(-1360px)}35.8%{transform:translateX(-1440px)}42.9%{transform:translateX(-1520px)}42.9%{transform:translateX(-1600px)}42.9%{transform:translateX(-1680px)}50%{transform:translateX(-1760px)}50%{transform:translateX(-1840px)}50%{transform:translateX(-1920px)}57.2%{transform:translateX(-2000px)}57.2%{transform:translateX(-2080px)}57.2%{transform:translateX(-2160px)}64.3%{transform:translateX(-2240px)}64.3%{transform:translateX(-2320px)}64.3%{transform:translateX(-2400px)}100%{transform:translateX(-2480px)}} INFO Theprevioustextwillstayinplace,whiletheareaupdates.██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████Restartinganimation... \ No newline at end of file diff --git a/_examples/barchart/demo/animation.svg b/_examples/barchart/demo/animation.svg index fe478dfe4..6b16df9ce 100644 --- a/_examples/barchart/demo/animation.svg +++ b/_examples/barchart/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{white-space:pre}.h{fill:rgb(126,231,233);white-space:pre}.i{fill:rgb(0,198,255);white-space:pre}.j{fill:transparent}.l{animation-duration:5.011415s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}.m{fill:rgb(160,160,160);white-space:pre}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.2%{transform:translateX(-160px)}0.2%{transform:translateX(-240px)}0.2%{transform:translateX(-320px)}0.2%{transform:translateX(-400px)}100%{transform:translateX(-480px)}} INFO Chartexamplewithpositiveonlyvalues(barsuse100%ofchartarea)████████████Bar1Bar2LongerLabelBar1█████████████████████████████████████Bar2██████████████████████LongerLabel█████████████████████████████████████████████████████Bar1██████████████████████████LongerLabel███████Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{white-space:pre}.h{fill:rgb(126,231,233);white-space:pre}.i{fill:rgb(0,198,255);white-space:pre}.j{fill:transparent}.l{animation-duration:5.009012s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}.m{fill:rgb(160,160,160);white-space:pre}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.2%{transform:translateX(-160px)}0.2%{transform:translateX(-240px)}0.2%{transform:translateX(-320px)}0.2%{transform:translateX(-400px)}100%{transform:translateX(-480px)}} INFO Chartexamplewithpositiveonlyvalues(barsuse100%ofchartarea)████████████Bar1Bar2LongerLabelBar1█████████████████████████████████████Bar2██████████████████████LongerLabel█████████████████████████████████████████████████████Bar1██████████████████████████LongerLabel███████Restartinganimation... \ No newline at end of file diff --git a/_examples/barchart/mixed-values/animation.svg b/_examples/barchart/mixed-values/animation.svg index 17733e655..699439762 100644 --- a/_examples/barchart/mixed-values/animation.svg +++ b/_examples/barchart/mixed-values/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:rgb(255,241,0);font-weight:bold;white-space:pre}.h{fill:rgb(0,198,255);white-space:pre}.i{fill:rgb(126,231,233);white-space:pre}.j{fill:transparent}.l{animation-duration:5.010824s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.2%{transform:translateX(-160px)}0.2%{transform:translateX(-240px)}0.2%{transform:translateX(-320px)}0.2%{transform:translateX(-400px)}0.2%{transform:translateX(-480px)}100%{transform:translateX(-560px)}}#Chartexamplewithmixedvalues(notescreenspaceusageincasewhenABSOLUTEvaluesofnegativeandpositivepartsarediffertoomuch)257██████████████████-3-2Bar1Bar2Bar3Bar4LongerLabelBar1███████2Bar2███████████-3Bar3███████-2Bar4██████████████████5LongerLabel██████████████████████████7Bar4Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:rgb(255,241,0);font-weight:bold;white-space:pre}.h{fill:rgb(0,198,255);white-space:pre}.i{fill:rgb(126,231,233);white-space:pre}.j{fill:transparent}.l{animation-duration:5.007813s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}0.1%{transform:translateX(-240px)}0.2%{transform:translateX(-320px)}0.2%{transform:translateX(-400px)}100%{transform:translateX(-480px)}}#Chartexamplewithmixedvalues(notescreenspaceusageincasewhenABSOLUTEvaluesofnegativeandpositivepartsarediffertoomuch)257██████████████████-3-2Bar1Bar2Bar3Bar4LongerLabelBar1███████2Bar2███████████-3Bar3███████-2Bar4██████████████████5LongerLabel██████████████████████████7Bar4Restartinganimation... \ No newline at end of file diff --git a/_examples/barchart/negative-values/animation.svg b/_examples/barchart/negative-values/animation.svg index cfb6f09c4..219734b85 100644 --- a/_examples/barchart/negative-values/animation.svg +++ b/_examples/barchart/negative-values/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{white-space:pre}.h{fill:rgb(126,231,233);white-space:pre}.i{fill:rgb(0,198,255);white-space:pre}.j{fill:rgb(160,160,160);white-space:pre}.k{fill:transparent}.m{animation-duration:5.010305s;animation-iteration-count:infinite;animation-name:l;animation-timing-function:steps(1,end)}@keyframes l{0%{transform:translateX(-0px)}0.2%{transform:translateX(-80px)}0.2%{transform:translateX(-160px)}0.2%{transform:translateX(-240px)}0.2%{transform:translateX(-320px)}0.2%{transform:translateX(-400px)}100%{transform:translateX(-480px)}} INFO Chartexamplewithnegativeonlyvalues(barsuse100%ofchartarea)████████████-5-3-7Bar1Bar2LongerLabelBar1█████████████████████████████████████-5Bar2██████████████████████-3LongerLabel█████████████████████████████████████████████████████-7██Bar2LongerLabel█████████████████████Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{white-space:pre}.h{fill:rgb(126,231,233);white-space:pre}.i{fill:rgb(0,198,255);white-space:pre}.j{fill:rgb(160,160,160);white-space:pre}.k{fill:transparent}.m{animation-duration:5.00948s;animation-iteration-count:infinite;animation-name:l;animation-timing-function:steps(1,end)}@keyframes l{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.2%{transform:translateX(-160px)}0.2%{transform:translateX(-240px)}0.2%{transform:translateX(-320px)}0.2%{transform:translateX(-400px)}0.2%{transform:translateX(-480px)}0.2%{transform:translateX(-560px)}0.2%{transform:translateX(-640px)}0.2%{transform:translateX(-720px)}100%{transform:translateX(-800px)}} INFO Chartexamplewithnegativeonlyvalues(barsuse100%ofchartarea)████████████-5-3-7Bar1Bar2LongerLabelBar1█████████████████████████████████████-5Bar2██████████████████████-3LongerLabel█████████████████████████████████████████████████████-7Bar2LongerLabel█████████████████████Restartinganimation... \ No newline at end of file diff --git a/_examples/basictext/demo/animation.svg b/_examples/basictext/demo/animation.svg index 6c91e908e..410f9fa1f 100644 --- a/_examples/basictext/demo/animation.svg +++ b/_examples/basictext/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:rgb(234,89,246);white-space:pre}.h{fill:transparent}.j{animation-duration:5.006093s;animation-iteration-count:infinite;animation-name:i;animation-timing-function:steps(1,end)}@keyframes i{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}100%{transform:translateX(-160px)}}Defaultbasictextprinter.CanbeusedinanyTextPrintercontext.Forexampletoresolveprogressbarsandspinners.Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:rgb(234,89,246);white-space:pre}.h{fill:transparent}.j{animation-duration:5.004833s;animation-iteration-count:infinite;animation-name:i;animation-timing-function:steps(1,end)}@keyframes i{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}}Defaultbasictextprinter.CanbeusedinanyTextPrintercontext.Forexampletoresolveprogressbarsandspinners.Restartinganimation... \ No newline at end of file diff --git a/_examples/bigtext/demo/animation.svg b/_examples/bigtext/demo/animation.svg index 3b8119d89..037e53886 100644 --- a/_examples/bigtext/demo/animation.svg +++ b/_examples/bigtext/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:rgb(0,198,255);white-space:pre}.h{fill:rgb(234,89,246);white-space:pre}.i{fill:rgb(255,215,0);white-space:pre}.j{fill:transparent}.l{animation-duration:5.009489s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0.2%{transform:translateX(-80px)}0.2%{transform:translateX(-160px)}0.2%{transform:translateX(-240px)}100%{transform:translateX(-320px)}}██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:rgb(0,198,255);white-space:pre}.h{fill:rgb(234,89,246);white-space:pre}.i{fill:rgb(255,215,0);white-space:pre}.j{fill:transparent}.l{animation-duration:5.006195s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}0.1%{transform:translateX(-240px)}100%{transform:translateX(-320px)}}█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████Restartinganimation... \ No newline at end of file diff --git a/_examples/box/demo/animation.svg b/_examples/box/demo/animation.svg index eee1b0954..06f153650 100644 --- a/_examples/box/demo/animation.svg +++ b/_examples/box/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{white-space:pre}.h{fill:rgb(126,231,233);white-space:pre}.i{fill:rgb(160,160,160);white-space:pre}.j{fill:transparent}.l{animation-duration:5.013109s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.3%{transform:translateX(-160px)}0.3%{transform:translateX(-240px)}0.3%{transform:translateX(-320px)}0.3%{transform:translateX(-400px)}0.3%{transform:translateX(-480px)}0.3%{transform:translateX(-560px)}0.3%{transform:translateX(-640px)}0.3%{transform:translateX(-720px)}0.3%{transform:translateX(-800px)}0.3%{transform:translateX(-880px)}0.3%{transform:translateX(-960px)}0.3%{transform:translateX(-1040px)}100%{transform:translateX(-1120px)}} INFO ThismightnotberenderedcorrectlyonGitHub, butitwillworkinarealterminal. ThisisbecauseGitHubdoesnotuseamonospacedfontbydefaultforSVGs┌────────────────────────────────────────────────────────────────────┐|┌──────────────────────────────────┐┌─title───────────────────┐|||Loremipsumdolorsitamet,||Utenimadminimveniam,||||consecteturadipiscingelit,||quisnostrudexercitation||||seddoeiusmodtemporincididunt||ullamcolaboris||||utlaboreetdolore||nisiutaliquip||||magnaaliqua.||exeacommodo|||└──────────────────────────────────┘|consequat.|||└───────────────────────────┘||┌────────────────────────────────┐|||Duisauteirure||||dolorinreprehenderit||||involuptatevelitessecillum|||||doloreeufugiat||||nullapariatur.|||└─────bottomcentertitle──────┘|||└──────────────────────────────────────────────────────LoremIpsum─┘┌────────────────────────────────────────────────|┌─────────────────|┌──────────────────────────────────┐┌─title────────────|||└─|└──────────────────────────────────|└────────────────────────|┌──────────────────────────└──────────────────────────────────────────────Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{white-space:pre}.h{fill:rgb(126,231,233);white-space:pre}.i{fill:rgb(160,160,160);white-space:pre}.j{fill:transparent}.l{animation-duration:5.009595s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.2%{transform:translateX(-160px)}0.2%{transform:translateX(-240px)}0.2%{transform:translateX(-320px)}0.2%{transform:translateX(-400px)}0.2%{transform:translateX(-480px)}0.2%{transform:translateX(-560px)}0.2%{transform:translateX(-640px)}0.2%{transform:translateX(-720px)}0.2%{transform:translateX(-800px)}0.2%{transform:translateX(-880px)}0.2%{transform:translateX(-960px)}0.2%{transform:translateX(-1040px)}100%{transform:translateX(-1120px)}} INFO ThismightnotberenderedcorrectlyonGitHub, butitwillworkinarealterminal. ThisisbecauseGitHubdoesnotuseamonospacedfontbydefaultforSVGs┌────────────────────────────────────────────────────────────────────┐|┌──────────────────────────────────┐┌─title───────────────────┐|||Loremipsumdolorsitamet,||Utenimadminimveniam,||||consecteturadipiscingelit,||quisnostrudexercitation||||seddoeiusmodtemporincididunt||ullamcolaboris||||utlaboreetdolore||nisiutaliquip||||magnaaliqua.||exeacommodo|||└──────────────────────────────────┘|consequat.|||└───────────────────────────┘||┌────────────────────────────────┐|||Duisauteirure||||dolorinreprehenderit||||involuptatevelitessecillum|||||doloreeufugiat||||nullapariatur.|||└─────bottomcentertitle──────┘|||└──────────────────────────────────────────────────────LoremIpsum─┘┌────────────────────────────────────────────────|┌─────────────────|┌──────────────────────────────────┐┌─title────────────|||└─|└──────────────────────────────────|└────────────────────────|┌──────────────────────────└──────────────────────────────────────────────Restartinganimation... \ No newline at end of file diff --git a/_examples/bulletlist/customized/animation.svg b/_examples/bulletlist/customized/animation.svg index 87d453166..22de9e6a1 100644 --- a/_examples/bulletlist/customized/animation.svg +++ b/_examples/bulletlist/customized/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(255,0,4);white-space:pre}.g{fill:rgb(0,71,255);white-space:pre}.h{fill:rgb(255,255,255);white-space:pre}.i{fill:rgb(124,255,0);white-space:pre}.j{fill:rgb(255,241,0);white-space:pre}.k{fill:rgb(0,198,255);white-space:pre}.l{fill:transparent}.n{animation-duration:5.006203s;animation-iteration-count:infinite;animation-name:m;animation-timing-function:steps(1,end)}.o{fill:rgb(160,160,160);white-space:pre}@keyframes m{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}100%{transform:translateX(-160px)}}Blue-Green>CyanRestartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(255,0,4);white-space:pre}.g{fill:rgb(0,71,255);white-space:pre}.h{fill:rgb(255,255,255);white-space:pre}.i{fill:rgb(124,255,0);white-space:pre}.j{fill:rgb(255,241,0);white-space:pre}.k{fill:rgb(0,198,255);white-space:pre}.l{fill:transparent}.n{animation-duration:5.004857s;animation-iteration-count:infinite;animation-name:m;animation-timing-function:steps(1,end)}.o{fill:rgb(160,160,160);white-space:pre}@keyframes m{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}100%{transform:translateX(-160px)}}Blue-Green>CyanRestartinganimation... \ No newline at end of file diff --git a/_examples/bulletlist/demo/animation.svg b/_examples/bulletlist/demo/animation.svg index 682da3f21..6da23f76b 100644 --- a/_examples/bulletlist/demo/animation.svg +++ b/_examples/bulletlist/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(104,104,104);white-space:pre}.g{fill:rgb(160,160,160);white-space:pre}.h{fill:transparent}.j{animation-duration:5.006485s;animation-iteration-count:infinite;animation-name:i;animation-timing-function:steps(1,end)}@keyframes i{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}100%{transform:translateX(-160px)}}Level0Level1Level20123Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(104,104,104);white-space:pre}.g{fill:rgb(160,160,160);white-space:pre}.h{fill:transparent}.j{animation-duration:5.005839s;animation-iteration-count:infinite;animation-name:i;animation-timing-function:steps(1,end)}@keyframes i{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}}Level0Level1Level20123Restartinganimation... \ No newline at end of file diff --git a/_examples/center/demo/animation.svg b/_examples/center/demo/animation.svg index 3f8e9f8bb..6f2af3f1c 100644 --- a/_examples/center/demo/animation.svg +++ b/_examples/center/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:transparent}.i{animation-duration:5.006663s;animation-iteration-count:infinite;animation-name:h;animation-timing-function:steps(1,end)}@keyframes h{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}}Thistextiscentered!Itcenteresthewholeblockbydefault.Inthatwayyoucandostufflikethis:███████████████████████████████████████████████████████████████████████████████████████████████████████████████████Thistextiscentered!ButeachlineiscenteredseparatelyRestartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:transparent}.i{animation-duration:5.005465s;animation-iteration-count:infinite;animation-name:h;animation-timing-function:steps(1,end)}@keyframes h{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}0.1%{transform:translateX(-240px)}100%{transform:translateX(-320px)}}Thistextiscentered!Itcenteresthewholeblockbydefault.Inthatwayyoucandostufflikethis:███████████████████████████████████████████████████████████████████████████████████████████████████████████████████Thistextiscentered!ButeachlineiscenteredseparatelyRestartinganimation... \ No newline at end of file diff --git a/_examples/coloring/demo/animation.svg b/_examples/coloring/demo/animation.svg index 7301e881c..98972d033 100644 --- a/_examples/coloring/demo/animation.svg +++ b/_examples/coloring/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{white-space:pre}.g{fill:rgb(104,104,104);white-space:pre}.h{fill:rgb(255,0,4);white-space:pre}.i{fill:rgb(124,255,0);white-space:pre}.j{fill:rgb(255,241,0);white-space:pre}.k{fill:rgb(243,86,86);white-space:pre}.l{fill:rgb(127,253,127);white-space:pre}.m{fill:rgb(220,239,139);white-space:pre}.n{fill:rgb(160,160,160);white-space:pre}.o{fill:rgb(232,131,136)}.p{fill:rgb(168,204,140)}.q{fill:rgb(219,171,121)}.r{fill:rgb(0,71,255);white-space:pre}.s{fill:rgb(255,0,255);white-space:pre}.t{fill:rgb(0,198,255);white-space:pre}.u{fill:rgb(207,207,207);white-space:pre}.v{fill:rgb(152,161,254);white-space:pre}.w{fill:rgb(234,89,246);white-space:pre}.x{fill:rgb(126,231,233);white-space:pre}.y{fill:rgb(255,255,255);white-space:pre}.z{fill:rgb(113,190,242)}.A{fill:rgb(210,144,228)}.B{fill:rgb(102,194,205)}.C{fill:rgb(185,191,202)}.D{fill:rgb(115,190,243)}.E{fill:rgb(210,144,227)}.F{fill:rgb(255,255,255)}.G{fill:rgb(127,253,127);font-weight:bold;white-space:pre}.H{fill:transparent}.J{animation-duration:5.008322s;animation-iteration-count:infinite;animation-name:I;animation-timing-function:steps(1,end)}@keyframes I{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.2%{transform:translateX(-160px)}0.2%{transform:translateX(-240px)}100%{transform:translateX(-320px)}}Black|Red|Green|Yellow|LightRed|LightGreen|LightYellow0Black|Red|Green|Yellow|Light Red|Light Green|Light YellowBlue|Magenta|Cyan|WhiteLightBlue|LightMagenta|LightCyan|LightWhiteBlue|Magenta|Cyan|WhiteLight Blue|Light Magenta|Light Cyan|Light WhiteHello,World!Evennestedcolorsaresupported!This text uses a style and is bold and light green with a red background!|Blue|MagentaRestartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{white-space:pre}.g{fill:rgb(104,104,104);white-space:pre}.h{fill:rgb(255,0,4);white-space:pre}.i{fill:rgb(124,255,0);white-space:pre}.j{fill:rgb(255,241,0);white-space:pre}.k{fill:rgb(243,86,86);white-space:pre}.l{fill:rgb(127,253,127);white-space:pre}.m{fill:rgb(220,239,139);white-space:pre}.n{fill:rgb(160,160,160);white-space:pre}.o{fill:rgb(232,131,136)}.p{fill:rgb(168,204,140)}.q{fill:rgb(219,171,121)}.r{fill:rgb(0,71,255);white-space:pre}.s{fill:rgb(255,0,255);white-space:pre}.t{fill:rgb(0,198,255);white-space:pre}.u{fill:rgb(207,207,207);white-space:pre}.v{fill:rgb(152,161,254);white-space:pre}.w{fill:rgb(234,89,246);white-space:pre}.x{fill:rgb(126,231,233);white-space:pre}.y{fill:rgb(255,255,255);white-space:pre}.z{fill:rgb(113,190,242)}.A{fill:rgb(210,144,228)}.B{fill:rgb(102,194,205)}.C{fill:rgb(185,191,202)}.D{fill:rgb(115,190,243)}.E{fill:rgb(210,144,227)}.F{fill:rgb(255,255,255)}.G{fill:rgb(127,253,127);font-weight:bold;white-space:pre}.H{fill:transparent}.J{animation-duration:5.005399s;animation-iteration-count:infinite;animation-name:I;animation-timing-function:steps(1,end)}@keyframes I{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}0.1%{transform:translateX(-240px)}100%{transform:translateX(-320px)}}Black|Red|Green|Yellow|LightRed|LightGreen|LightYellow0Black|Red|Green|Yellow|Light Red|Light Green|Light YellowBlue|Magenta|Cyan|WhiteLightBlue|LightMagenta|LightCyan|LightWhiteBlue|Magenta|Cyan|WhiteLight Blue|Light Magenta|Light Cyan|Light WhiteHello,World!Evennestedcolorsaresupported!This text uses a style and is bold and light green with a red background!|Blue|MagentaRestartinganimation... \ No newline at end of file diff --git a/_examples/coloring/disable-output/animation.svg b/_examples/coloring/disable-output/animation.svg index 1f4a705b9..3c62f5d98 100644 --- a/_examples/coloring/disable-output/animation.svg +++ b/_examples/coloring/disable-output/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:rgb(102,194,205)}.h{white-space:pre}.i{fill:rgb(126,231,233);white-space:pre}.j{fill:transparent}.l{animation-duration:5.00725s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}}Printingsomething...[0/15]Printingsomething...[1/15]Printingsomething...[2/15]Printingsomething...[3/15]Printingsomething...[4/15] INFO DisabledOutput! INFO EnabledOutput!Printingsomething...[10/15]Printingsomething...[11/15]Printingsomething...[12/15]Printingsomething...[13/15]Printingsomething...[14/15]Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:rgb(102,194,205)}.h{white-space:pre}.i{fill:rgb(126,231,233);white-space:pre}.j{fill:transparent}.l{animation-duration:5.005234s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}}Printingsomething...[0/15]Printingsomething...[1/15]Printingsomething...[2/15]Printingsomething...[3/15]Printingsomething...[4/15] INFO DisabledOutput! INFO EnabledOutput!Printingsomething...[10/15]Printingsomething...[11/15]Printingsomething...[12/15]Printingsomething...[13/15]Printingsomething...[14/15]Restartinganimation... \ No newline at end of file diff --git a/_examples/coloring/fade-colors/animation.svg b/_examples/coloring/fade-colors/animation.svg index ec173cf8b..04670bdab 100644 --- a/_examples/coloring/fade-colors/animation.svg +++ b/_examples/coloring/fade-colors/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(11,243,255);white-space:pre}.g{fill:rgb(23,231,255);white-space:pre}.h{fill:rgb(34,220,255);white-space:pre}.i{fill:rgb(46,208,255);white-space:pre}.j{fill:rgb(57,197,255);white-space:pre}.k{fill:rgb(69,185,255);white-space:pre}.l{fill:rgb(81,173,255);white-space:pre}.m{fill:rgb(92,162,255);white-space:pre}.n{fill:rgb(104,150,255);white-space:pre}.o{fill:rgb(115,139,255);white-space:pre}.p{fill:rgb(127,127,255);white-space:pre}.q{fill:rgb(139,115,255);white-space:pre}.r{fill:rgb(150,104,255);white-space:pre}.s{fill:rgb(162,92,255);white-space:pre}.t{fill:rgb(173,81,255);white-space:pre}.u{fill:rgb(185,69,255);white-space:pre}.v{fill:rgb(197,57,255);white-space:pre}.w{fill:rgb(208,46,255);white-space:pre}.x{fill:rgb(220,34,255);white-space:pre}.y{fill:rgb(231,23,255);white-space:pre}.z{fill:rgb(243,11,255);white-space:pre}.A{fill:transparent}.C{animation-duration:5.00615s;animation-iteration-count:infinite;animation-name:B;animation-timing-function:steps(1,end)}.D{fill:rgb(102,194,205)}.E{white-space:pre}.F{fill:rgb(126,231,233);white-space:pre}.G{fill:rgb(0,255,255);white-space:pre}.H{fill:rgb(160,160,160);white-space:pre}@keyframes B{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}100%{transform:translateX(-160px)}}Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World! INFO RGBcolorsonlyworkinTerminalswhichsupportTrueColor.Hello,World!Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{white-space:pre}.h{fill:rgb(126,231,233);white-space:pre}.i{fill:rgb(0,255,255);white-space:pre}.j{fill:rgb(11,243,255);white-space:pre}.k{fill:rgb(23,231,255);white-space:pre}.l{fill:rgb(34,220,255);white-space:pre}.m{fill:rgb(46,208,255);white-space:pre}.n{fill:rgb(57,197,255);white-space:pre}.o{fill:rgb(69,185,255);white-space:pre}.p{fill:rgb(81,173,255);white-space:pre}.q{fill:rgb(92,162,255);white-space:pre}.r{fill:rgb(104,150,255);white-space:pre}.s{fill:rgb(115,139,255);white-space:pre}.t{fill:rgb(127,127,255);white-space:pre}.u{fill:rgb(139,115,255);white-space:pre}.v{fill:rgb(150,104,255);white-space:pre}.w{fill:rgb(162,92,255);white-space:pre}.x{fill:rgb(173,81,255);white-space:pre}.y{fill:rgb(185,69,255);white-space:pre}.z{fill:rgb(197,57,255);white-space:pre}.A{fill:rgb(208,46,255);white-space:pre}.B{fill:rgb(220,34,255);white-space:pre}.C{fill:rgb(231,23,255);white-space:pre}.D{fill:rgb(243,11,255);white-space:pre}.E{fill:transparent}.G{animation-duration:5.006021s;animation-iteration-count:infinite;animation-name:F;animation-timing-function:steps(1,end)}.H{fill:rgb(160,160,160);white-space:pre}@keyframes F{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}} INFO RGBcolorsonlyworkinTerminalswhichsupportTrueColor.Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Restartinganimation... \ No newline at end of file diff --git a/_examples/coloring/fade-multiple-colors/animation.svg b/_examples/coloring/fade-multiple-colors/animation.svg index db24ba316..c2295b748 100644 --- a/_examples/coloring/fade-multiple-colors/animation.svg +++ b/_examples/coloring/fade-multiple-colors/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{white-space:pre}.h{fill:rgb(0,255,255);white-space:pre}.i{fill:rgb(4,250,255);white-space:pre}.j{fill:rgb(8,246,255);white-space:pre}.k{fill:rgb(17,237,255);white-space:pre}.l{fill:rgb(21,233,255);white-space:pre}.m{fill:rgb(26,228,255);white-space:pre}.n{fill:rgb(30,224,255);white-space:pre}.o{fill:rgb(35,219,255);white-space:pre}.p{fill:rgb(39,215,255);white-space:pre}.q{fill:rgb(48,206,255);white-space:pre}.r{fill:rgb(52,202,255);white-space:pre}.s{fill:rgb(57,197,255);white-space:pre}.t{fill:rgb(61,193,255);white-space:pre}.u{fill:rgb(70,184,255);white-space:pre}.v{fill:rgb(74,180,255);white-space:pre}.w{fill:rgb(79,175,255);white-space:pre}.x{fill:rgb(83,171,255);white-space:pre}.y{fill:rgb(92,162,255);white-space:pre}.z{fill:rgb(96,158,255);white-space:pre}.A{fill:rgb(105,149,255);white-space:pre}.B{fill:rgb(109,145,255);white-space:pre}.C{fill:rgb(114,140,255);white-space:pre}.D{fill:rgb(118,136,255);white-space:pre}.E{fill:rgb(123,131,255);white-space:pre}.F{fill:rgb(127,127,255);white-space:pre}.G{fill:rgb(131,123,255);white-space:pre}.H{fill:rgb(136,118,255);white-space:pre}.I{fill:rgb(140,114,255);white-space:pre}.J{fill:rgb(149,105,255);white-space:pre}.K{fill:rgb(153,101,255);white-space:pre}.L{fill:rgb(158,96,255);white-space:pre}.M{fill:rgb(162,92,255);white-space:pre}.N{fill:rgb(167,87,255);white-space:pre}.O{fill:rgb(175,79,255);white-space:pre}.P{fill:rgb(180,74,255);white-space:pre}.Q{fill:rgb(184,70,255);white-space:pre}.R{fill:rgb(189,65,255);white-space:pre}.S{fill:rgb(193,61,255);white-space:pre}.T{fill:rgb(197,57,255);white-space:pre}.U{fill:rgb(202,52,255);white-space:pre}.V{fill:rgb(211,43,255);white-space:pre}.W{fill:rgb(215,39,255);white-space:pre}.X{fill:rgb(219,35,255);white-space:pre}.Y{fill:rgb(224,30,255);white-space:pre}.Z{fill:rgb(228,26,255);white-space:pre}.aa{fill:rgb(233,21,255);white-space:pre}.ab{fill:rgb(237,17,255);white-space:pre}.ac{fill:rgb(241,13,255);white-space:pre}.ad{fill:rgb(246,8,255);white-space:pre}.ae{fill:rgb(250,4,255);white-space:pre}.af{fill:rgb(46,208,255);white-space:pre}.ag{fill:rgb(139,115,255);white-space:pre}.ah{fill:rgb(185,69,255);white-space:pre}.ai{fill:rgb(231,23,255);white-space:pre}.aj{fill:rgb(255,0,231);white-space:pre}.ak{fill:rgb(255,0,185);white-space:pre}.al{fill:rgb(255,0,139);white-space:pre}.am{fill:rgb(255,0,92);white-space:pre}.an{fill:rgb(255,0,46);white-space:pre}.ao{fill:rgb(255,0,0);white-space:pre}.ap{fill:rgb(208,46,0);white-space:pre}.aq{fill:rgb(162,92,0);white-space:pre}.ar{fill:rgb(115,139,0);white-space:pre}.as{fill:rgb(69,185,0);white-space:pre}.at{fill:rgb(23,231,0);white-space:pre}.au{fill:rgb(23,255,23);white-space:pre}.av{fill:rgb(69,255,69);white-space:pre}.aw{fill:rgb(115,255,115);white-space:pre}.ax{fill:rgb(162,255,162);white-space:pre}.ay{fill:rgb(208,255,208);white-space:pre}.az{fill:transparent}.aB{animation-duration:5.007811s;animation-iteration-count:infinite;animation-name:aA;animation-timing-function:steps(1,end)}.aC{fill:rgb(160,160,160);white-space:pre}@keyframes aA{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.2%{transform:translateX(-160px)}0.2%{transform:translateX(-240px)}100%{transform:translateX(-320px)}} INFO RGBcolorsonlyworkinTerminalswhichsupportTrueColor.Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World! INFO RGBcolorsonlyworkinTerminalswRestartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{white-space:pre}.h{fill:rgb(0,255,255);white-space:pre}.i{fill:rgb(4,250,255);white-space:pre}.j{fill:rgb(8,246,255);white-space:pre}.k{fill:rgb(17,237,255);white-space:pre}.l{fill:rgb(21,233,255);white-space:pre}.m{fill:rgb(26,228,255);white-space:pre}.n{fill:rgb(30,224,255);white-space:pre}.o{fill:rgb(35,219,255);white-space:pre}.p{fill:rgb(39,215,255);white-space:pre}.q{fill:rgb(48,206,255);white-space:pre}.r{fill:rgb(52,202,255);white-space:pre}.s{fill:rgb(57,197,255);white-space:pre}.t{fill:rgb(61,193,255);white-space:pre}.u{fill:rgb(70,184,255);white-space:pre}.v{fill:rgb(74,180,255);white-space:pre}.w{fill:rgb(79,175,255);white-space:pre}.x{fill:rgb(83,171,255);white-space:pre}.y{fill:rgb(92,162,255);white-space:pre}.z{fill:rgb(96,158,255);white-space:pre}.A{fill:rgb(105,149,255);white-space:pre}.B{fill:rgb(109,145,255);white-space:pre}.C{fill:rgb(114,140,255);white-space:pre}.D{fill:rgb(118,136,255);white-space:pre}.E{fill:rgb(123,131,255);white-space:pre}.F{fill:rgb(127,127,255);white-space:pre}.G{fill:rgb(131,123,255);white-space:pre}.H{fill:rgb(136,118,255);white-space:pre}.I{fill:rgb(140,114,255);white-space:pre}.J{fill:rgb(149,105,255);white-space:pre}.K{fill:rgb(153,101,255);white-space:pre}.L{fill:rgb(158,96,255);white-space:pre}.M{fill:rgb(162,92,255);white-space:pre}.N{fill:rgb(167,87,255);white-space:pre}.O{fill:rgb(175,79,255);white-space:pre}.P{fill:rgb(180,74,255);white-space:pre}.Q{fill:rgb(184,70,255);white-space:pre}.R{fill:rgb(189,65,255);white-space:pre}.S{fill:rgb(193,61,255);white-space:pre}.T{fill:rgb(197,57,255);white-space:pre}.U{fill:rgb(202,52,255);white-space:pre}.V{fill:rgb(211,43,255);white-space:pre}.W{fill:rgb(215,39,255);white-space:pre}.X{fill:rgb(219,35,255);white-space:pre}.Y{fill:rgb(224,30,255);white-space:pre}.Z{fill:rgb(228,26,255);white-space:pre}.aa{fill:rgb(233,21,255);white-space:pre}.ab{fill:rgb(237,17,255);white-space:pre}.ac{fill:rgb(241,13,255);white-space:pre}.ad{fill:rgb(246,8,255);white-space:pre}.ae{fill:rgb(250,4,255);white-space:pre}.af{fill:rgb(46,208,255);white-space:pre}.ag{fill:rgb(139,115,255);white-space:pre}.ah{fill:rgb(185,69,255);white-space:pre}.ai{fill:rgb(231,23,255);white-space:pre}.aj{fill:rgb(255,0,231);white-space:pre}.ak{fill:rgb(255,0,185);white-space:pre}.al{fill:rgb(255,0,139);white-space:pre}.am{fill:rgb(255,0,92);white-space:pre}.an{fill:rgb(255,0,46);white-space:pre}.ao{fill:rgb(255,0,0);white-space:pre}.ap{fill:rgb(208,46,0);white-space:pre}.aq{fill:rgb(162,92,0);white-space:pre}.ar{fill:rgb(115,139,0);white-space:pre}.as{fill:rgb(69,185,0);white-space:pre}.at{fill:rgb(23,231,0);white-space:pre}.au{fill:rgb(23,255,23);white-space:pre}.av{fill:rgb(69,255,69);white-space:pre}.aw{fill:rgb(115,255,115);white-space:pre}.ax{fill:rgb(162,255,162);white-space:pre}.ay{fill:rgb(208,255,208);white-space:pre}.az{fill:transparent}.aB{animation-duration:5.005929s;animation-iteration-count:infinite;animation-name:aA;animation-timing-function:steps(1,end)}.aC{fill:rgb(160,160,160);white-space:pre}@keyframes aA{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}0.1%{transform:translateX(-240px)}0.1%{transform:translateX(-320px)}0.1%{transform:translateX(-400px)}0.1%{transform:translateX(-480px)}0.1%{transform:translateX(-560px)}0.1%{transform:translateX(-640px)}0.1%{transform:translateX(-720px)}0.1%{transform:translateX(-800px)}0.1%{transform:translateX(-880px)}0.1%{transform:translateX(-960px)}0.1%{transform:translateX(-1040px)}0.1%{transform:translateX(-1120px)}0.1%{transform:translateX(-1200px)}0.1%{transform:translateX(-1280px)}0.1%{transform:translateX(-1360px)}0.1%{transform:translateX(-1440px)}100%{transform:translateX(-1520px)}} INFO RGBcolorsonlyworkinTerminalswhichsupportTrueColor.Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!Hello,World! INFO RGBcolorsonlyworkinTerminalswRestartinganimation... \ No newline at end of file diff --git a/_examples/coloring/override-default-printers/animation.svg b/_examples/coloring/override-default-printers/animation.svg index 7c85e37e4..d1b061ea9 100644 --- a/_examples/coloring/override-default-printers/animation.svg +++ b/_examples/coloring/override-default-printers/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(232,131,136)}.g{white-space:pre}.h{fill:rgb(243,86,86);white-space:pre}.i{fill:rgb(102,194,205)}.j{fill:rgb(255,0,4);white-space:pre}.k{fill:transparent}.m{animation-duration:5.007073s;animation-iteration-count:infinite;animation-name:l;animation-timing-function:steps(1,end)}.n{fill:rgb(160,160,160);white-space:pre}@keyframes l{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}} ERROR ThisisthedefaultError OVERRIDE ThisisthedefaultErroraftertheprefixwasoverriddenRestartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(232,131,136)}.g{white-space:pre}.h{fill:rgb(243,86,86);white-space:pre}.i{fill:rgb(102,194,205)}.j{fill:rgb(255,0,4);white-space:pre}.k{fill:transparent}.m{animation-duration:5.004706s;animation-iteration-count:infinite;animation-name:l;animation-timing-function:steps(1,end)}.n{fill:rgb(160,160,160);white-space:pre}@keyframes l{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}} ERROR ThisisthedefaultError OVERRIDE ThisisthedefaultErroraftertheprefixwasoverriddenRestartinganimation... \ No newline at end of file diff --git a/_examples/coloring/print-color-rgb/animation.svg b/_examples/coloring/print-color-rgb/animation.svg index 70da4bb9b..bb4ef9b9f 100644 --- a/_examples/coloring/print-color-rgb/animation.svg +++ b/_examples/coloring/print-color-rgb/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(178,44,199);white-space:pre}.g{fill:rgb(15,199,209);white-space:pre}.h{fill:rgb(201,144,30);white-space:pre}.i{fill:transparent}.k{animation-duration:5.006183s;animation-iteration-count:infinite;animation-name:j;animation-timing-function:steps(1,end)}.l{fill:rgb(160,160,160);white-space:pre}@keyframes j{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}100%{transform:translateX(-160px)}}ThistextisprintedwithacustomRGB!ThistextisprintedwithacustomRGB!ThistextisprintedwithacustomRGB!Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(178,44,199);white-space:pre}.g{fill:rgb(15,199,209);white-space:pre}.h{fill:rgb(201,144,30);white-space:pre}.i{fill:transparent}.k{animation-duration:5.005733s;animation-iteration-count:infinite;animation-name:j;animation-timing-function:steps(1,end)}.l{fill:rgb(160,160,160);white-space:pre}@keyframes j{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}}ThistextisprintedwithacustomRGB!ThistextisprintedwithacustomRGB!ThistextisprintedwithacustomRGB!Restartinganimation... \ No newline at end of file diff --git a/_examples/demo/demo/animation.svg b/_examples/demo/demo/animation.svg index 78614ed81..e02f4ac8e 100644 --- a/_examples/demo/demo/animation.svg +++ b/_examples/demo/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(234,89,246);white-space:pre}.h{fill:rgb(115,190,243)}.i{fill:rgb(160,160,160);white-space:pre}.j{fill:rgb(255,255,255);font-weight:bold;white-space:pre}.k{fill:rgb(102,194,205)}.l{white-space:pre}.m{fill:rgb(124,255,0);white-space:pre}.n{fill:rgb(255,255,255);white-space:pre}.o{fill:rgb(168,204,140)}.p{fill:rgb(219,171,121)}.q{fill:rgb(255,241,0);white-space:pre}.r{fill:rgb(104,104,104);white-space:pre}.s{fill:rgb(111,119,131)}.t{fill:rgb(232,131,136)}.u{fill:rgb(243,86,86);white-space:pre}.v{fill:rgb(0,255,255);white-space:pre}.w{fill:rgb(0,254,255);white-space:pre}.x{fill:rgb(1,253,255);white-space:pre}.y{fill:rgb(2,252,255);white-space:pre}.z{fill:rgb(3,251,255);white-space:pre}.A{fill:rgb(4,250,255);white-space:pre}.B{fill:rgb(5,249,255);white-space:pre}.C{fill:rgb(6,248,255);white-space:pre}.D{fill:rgb(7,247,255);white-space:pre}.E{fill:rgb(8,246,255);white-space:pre}.F{fill:rgb(9,245,255);white-space:pre}.G{fill:rgb(10,244,255);white-space:pre}.H{fill:rgb(11,243,255);white-space:pre}.I{fill:rgb(12,242,255);white-space:pre}.J{fill:rgb(13,241,255);white-space:pre}.K{fill:rgb(14,240,255);white-space:pre}.L{fill:rgb(15,239,255);white-space:pre}.M{fill:rgb(16,238,255);white-space:pre}.N{fill:rgb(17,237,255);white-space:pre}.O{fill:rgb(18,236,255);white-space:pre}.P{fill:rgb(19,235,255);white-space:pre}.Q{fill:rgb(20,234,255);white-space:pre}.R{fill:rgb(21,233,255);white-space:pre}.S{fill:rgb(22,232,255);white-space:pre}.T{fill:rgb(23,231,255);white-space:pre}.U{fill:rgb(24,230,255);white-space:pre}.V{fill:rgb(25,229,255);white-space:pre}.W{fill:rgb(26,228,255);white-space:pre}.X{fill:rgb(27,227,255);white-space:pre}.Y{fill:rgb(28,226,255);white-space:pre}.Z{fill:rgb(29,225,255);white-space:pre}.aa{fill:rgb(30,224,255);white-space:pre}.ab{fill:rgb(31,223,255);white-space:pre}.ac{fill:rgb(32,222,255);white-space:pre}.ad{fill:rgb(34,220,255);white-space:pre}.ae{fill:rgb(35,219,255);white-space:pre}.af{fill:rgb(36,218,255);white-space:pre}.ag{fill:rgb(37,217,255);white-space:pre}.ah{fill:rgb(38,216,255);white-space:pre}.ai{fill:rgb(39,215,255);white-space:pre}.aj{fill:rgb(40,214,255);white-space:pre}.ak{fill:rgb(41,213,255);white-space:pre}.al{fill:rgb(42,212,255);white-space:pre}.am{fill:rgb(43,211,255);white-space:pre}.an{fill:rgb(44,210,255);white-space:pre}.ao{fill:rgb(45,209,255);white-space:pre}.ap{fill:rgb(46,208,255);white-space:pre}.aq{fill:rgb(47,207,255);white-space:pre}.ar{fill:rgb(48,206,255);white-space:pre}.as{fill:rgb(49,205,255);white-space:pre}.at{fill:rgb(50,204,255);white-space:pre}.au{fill:rgb(51,203,255);white-space:pre}.av{fill:rgb(52,202,255);white-space:pre}.aw{fill:rgb(53,201,255);white-space:pre}.ax{fill:rgb(54,200,255);white-space:pre}.ay{fill:rgb(55,199,255);white-space:pre}.az{fill:rgb(56,198,255);white-space:pre}.aA{fill:rgb(57,197,255);white-space:pre}.aB{fill:rgb(58,196,255);white-space:pre}.aC{fill:rgb(59,195,255);white-space:pre}.aD{fill:rgb(60,194,255);white-space:pre}.aE{fill:rgb(61,193,255);white-space:pre}.aF{fill:rgb(62,192,255);white-space:pre}.aG{fill:rgb(63,191,255);white-space:pre}.aH{fill:rgb(64,190,255);white-space:pre}.aI{fill:rgb(65,189,255);white-space:pre}.aJ{fill:rgb(66,188,255);white-space:pre}.aK{fill:rgb(67,187,255);white-space:pre}.aL{fill:rgb(68,186,255);white-space:pre}.aM{fill:rgb(69,185,255);white-space:pre}.aN{fill:rgb(70,184,255);white-space:pre}.aO{fill:rgb(71,183,255);white-space:pre}.aP{fill:rgb(72,182,255);white-space:pre}.aQ{fill:rgb(73,181,255);white-space:pre}.aR{fill:rgb(74,180,255);white-space:pre}.aS{fill:rgb(75,179,255);white-space:pre}.aT{fill:rgb(76,178,255);white-space:pre}.aU{fill:rgb(77,177,255);white-space:pre}.aV{fill:rgb(78,176,255);white-space:pre}.aW{fill:rgb(79,175,255);white-space:pre}.aX{fill:rgb(80,174,255);white-space:pre}.aY{fill:rgb(81,173,255);white-space:pre}.aZ{fill:rgb(82,172,255);white-space:pre}.ba{fill:rgb(83,171,255);white-space:pre}.bb{fill:rgb(84,170,255);white-space:pre}.bc{fill:rgb(85,169,255);white-space:pre}.bd{fill:rgb(86,168,255);white-space:pre}.be{fill:rgb(87,167,255);white-space:pre}.bf{fill:rgb(88,166,255);white-space:pre}.bg{fill:rgb(89,165,255);white-space:pre}.bh{fill:rgb(90,164,255);white-space:pre}.bi{fill:rgb(91,163,255);white-space:pre}.bj{fill:rgb(92,162,255);white-space:pre}.bk{fill:rgb(93,161,255);white-space:pre}.bl{fill:rgb(94,160,255);white-space:pre}.bm{fill:rgb(95,159,255);white-space:pre}.bn{fill:rgb(96,158,255);white-space:pre}.bo{fill:rgb(97,157,255);white-space:pre}.bp{fill:rgb(98,156,255);white-space:pre}.bq{fill:rgb(99,155,255);white-space:pre}.br{fill:rgb(100,154,255);white-space:pre}.bs{fill:rgb(101,153,255);white-space:pre}.bt{fill:rgb(102,152,255);white-space:pre}.bu{fill:rgb(103,151,255);white-space:pre}.bv{fill:rgb(104,150,255);white-space:pre}.bw{fill:rgb(105,149,255);white-space:pre}.bx{fill:rgb(106,148,255);white-space:pre}.by{fill:rgb(107,147,255);white-space:pre}.bz{fill:rgb(108,146,255);white-space:pre}.bA{fill:rgb(109,145,255);white-space:pre}.bB{fill:rgb(110,144,255);white-space:pre}.bC{fill:rgb(111,143,255);white-space:pre}.bD{fill:rgb(112,142,255);white-space:pre}.bE{fill:rgb(113,141,255);white-space:pre}.bF{fill:rgb(114,140,255);white-space:pre}.bG{fill:rgb(115,139,255);white-space:pre}.bH{fill:rgb(116,138,255);white-space:pre}.bI{fill:rgb(117,137,255);white-space:pre}.bJ{fill:rgb(118,136,255);white-space:pre}.bK{fill:rgb(119,135,255);white-space:pre}.bL{fill:rgb(120,134,255);white-space:pre}.bM{fill:rgb(121,133,255);white-space:pre}.bN{fill:rgb(122,132,255);white-space:pre}.bO{fill:rgb(123,131,255);white-space:pre}.bP{fill:rgb(124,130,255);white-space:pre}.bQ{fill:rgb(125,129,255);white-space:pre}.bR{fill:rgb(126,128,255);white-space:pre}.bS{fill:rgb(127,127,255);white-space:pre}.bT{fill:rgb(128,126,255);white-space:pre}.bU{fill:rgb(129,125,255);white-space:pre}.bV{fill:rgb(130,124,255);white-space:pre}.bW{fill:rgb(131,123,255);white-space:pre}.bX{fill:rgb(132,122,255);white-space:pre}.bY{fill:rgb(133,121,255);white-space:pre}.bZ{fill:rgb(134,120,255);white-space:pre}.ca{fill:rgb(135,119,255);white-space:pre}.cb{fill:rgb(136,118,255);white-space:pre}.cc{fill:rgb(137,117,255);white-space:pre}.cd{fill:rgb(138,116,255);white-space:pre}.ce{fill:rgb(139,115,255);white-space:pre}.cf{fill:rgb(140,114,255);white-space:pre}.cg{fill:rgb(141,113,255);white-space:pre}.ch{fill:rgb(142,112,255);white-space:pre}.ci{fill:rgb(143,111,255);white-space:pre}.cj{fill:rgb(144,110,255);white-space:pre}.ck{fill:rgb(145,109,255);white-space:pre}.cl{fill:rgb(146,108,255);white-space:pre}.cm{fill:rgb(147,107,255);white-space:pre}.cn{fill:rgb(148,106,255);white-space:pre}.co{fill:rgb(149,105,255);white-space:pre}.cp{fill:rgb(150,104,255);white-space:pre}.cq{fill:rgb(151,103,255);white-space:pre}.cr{fill:rgb(152,102,255);white-space:pre}.cs{fill:rgb(153,101,255);white-space:pre}.ct{fill:rgb(154,100,255);white-space:pre}.cu{fill:rgb(155,99,255);white-space:pre}.cv{fill:rgb(156,98,255);white-space:pre}.cw{fill:rgb(157,97,255);white-space:pre}.cx{fill:rgb(158,96,255);white-space:pre}.cy{fill:rgb(159,95,255);white-space:pre}.cz{fill:rgb(160,94,255);white-space:pre}.cA{fill:rgb(161,93,255);white-space:pre}.cB{fill:rgb(162,92,255);white-space:pre}.cC{fill:rgb(163,91,255);white-space:pre}.cD{fill:rgb(164,90,255);white-space:pre}.cE{fill:rgb(165,89,255);white-space:pre}.cF{fill:rgb(166,88,255);white-space:pre}.cG{fill:rgb(167,87,255);white-space:pre}.cH{fill:rgb(168,86,255);white-space:pre}.cI{fill:rgb(169,85,255);white-space:pre}.cJ{fill:rgb(170,84,255);white-space:pre}.cK{fill:rgb(171,83,255);white-space:pre}.cL{fill:rgb(172,82,255);white-space:pre}.cM{fill:rgb(173,81,255);white-space:pre}.cN{fill:rgb(174,80,255);white-space:pre}.cO{fill:rgb(175,79,255);white-space:pre}.cP{fill:rgb(176,78,255);white-space:pre}.cQ{fill:rgb(177,77,255);white-space:pre}.cR{fill:rgb(178,76,255);white-space:pre}.cS{fill:rgb(179,75,255);white-space:pre}.cT{fill:rgb(180,74,255);white-space:pre}.cU{fill:rgb(181,73,255);white-space:pre}.cV{fill:rgb(182,72,255);white-space:pre}.cW{fill:rgb(183,71,255);white-space:pre}.cX{fill:rgb(184,70,255);white-space:pre}.cY{fill:rgb(185,69,255);white-space:pre}.cZ{fill:rgb(186,68,255);white-space:pre}.da{fill:rgb(187,67,255);white-space:pre}.db{fill:rgb(188,66,255);white-space:pre}.dc{fill:rgb(189,65,255);white-space:pre}.dd{fill:rgb(190,64,255);white-space:pre}.de{fill:rgb(191,63,255);white-space:pre}.df{fill:rgb(192,62,255);white-space:pre}.dg{fill:rgb(193,61,255);white-space:pre}.dh{fill:rgb(194,60,255);white-space:pre}.di{fill:rgb(195,59,255);white-space:pre}.dj{fill:rgb(196,58,255);white-space:pre}.dk{fill:rgb(197,57,255);white-space:pre}.dl{fill:rgb(198,56,255);white-space:pre}.dm{fill:rgb(199,55,255);white-space:pre}.dn{fill:rgb(200,54,255);white-space:pre}.do{fill:rgb(201,53,255);white-space:pre}.dp{fill:rgb(202,52,255);white-space:pre}.dq{fill:rgb(203,51,255);white-space:pre}.dr{fill:rgb(204,50,255);white-space:pre}.ds{fill:rgb(205,49,255);white-space:pre}.dt{fill:rgb(206,48,255);white-space:pre}.du{fill:rgb(207,47,255);white-space:pre}.dv{fill:rgb(208,46,255);white-space:pre}.dw{fill:rgb(209,45,255);white-space:pre}.dx{fill:rgb(210,44,255);white-space:pre}.dy{fill:rgb(211,43,255);white-space:pre}.dz{fill:rgb(212,42,255);white-space:pre}.dA{fill:rgb(213,41,255);white-space:pre}.dB{fill:rgb(214,40,255);white-space:pre}.dC{fill:rgb(215,39,255);white-space:pre}.dD{fill:rgb(216,38,255);white-space:pre}.dE{fill:rgb(217,37,255);white-space:pre}.dF{fill:rgb(218,36,255);white-space:pre}.dG{fill:rgb(219,35,255);white-space:pre}.dH{fill:rgb(220,34,255);white-space:pre}.dI{fill:rgb(221,33,255);white-space:pre}.dJ{fill:rgb(222,32,255);white-space:pre}.dK{fill:rgb(223,31,255);white-space:pre}.dL{fill:rgb(224,30,255);white-space:pre}.dM{fill:rgb(225,29,255);white-space:pre}.dN{fill:rgb(226,28,255);white-space:pre}.dO{fill:rgb(227,27,255);white-space:pre}.dP{fill:rgb(228,26,255);white-space:pre}.dQ{fill:rgb(229,25,255);white-space:pre}.dR{fill:rgb(230,24,255);white-space:pre}.dS{fill:rgb(231,23,255);white-space:pre}.dT{fill:rgb(232,22,255);white-space:pre}.dU{fill:rgb(233,21,255);white-space:pre}.dV{fill:rgb(234,20,255);white-space:pre}.dW{fill:rgb(235,19,255);white-space:pre}.dX{fill:rgb(236,18,255);white-space:pre}.dY{fill:rgb(237,17,255);white-space:pre}.dZ{fill:rgb(238,16,255);white-space:pre}.ea{fill:rgb(239,15,255);white-space:pre}.eb{fill:rgb(240,14,255);white-space:pre}.ec{fill:rgb(241,13,255);white-space:pre}.ed{fill:rgb(242,12,255);white-space:pre}.ee{fill:rgb(255,241,0);font-weight:bold;white-space:pre}.ef{fill:rgb(0,198,255);white-space:pre}.eg{fill:rgb(255,0,4);white-space:pre}.eh{fill:transparent}.ej{animation-duration:91.296258s;animation-iteration-count:infinite;animation-name:ei;animation-timing-function:steps(1,end)}.ek{fill:rgb(231,23,0);white-space:pre}.el{fill:rgb(208,46,0);white-space:pre}.em{fill:rgb(185,69,0);white-space:pre}.en{fill:rgb(162,92,0);white-space:pre}.eo{fill:rgb(139,115,0);white-space:pre}.ep{fill:rgb(115,139,0);white-space:pre}.eq{fill:rgb(92,162,0);white-space:pre}.er{fill:rgb(69,185,0);white-space:pre}.es{fill:rgb(46,208,0);white-space:pre}.et{fill:rgb(23,231,0);white-space:pre}.eu{fill:rgb(0,255,0);white-space:pre}.ev{fill:rgb(243,11,255);white-space:pre}.ew{fill:rgb(244,10,255);white-space:pre}.ex{fill:rgb(245,9,255);white-space:pre}.ey{fill:rgb(246,8,255);white-space:pre}.ez{fill:rgb(247,7,255);white-space:pre}.eA{fill:rgb(248,6,255);white-space:pre}.eB{fill:rgb(249,5,255);white-space:pre}.eC{fill:rgb(250,4,255);white-space:pre}.eD{fill:rgb(251,3,255);white-space:pre}.eE{fill:rgb(252,2,255);white-space:pre}.eF{fill:rgb(253,1,255);white-space:pre}.eG{fill:rgb(254,0,255);white-space:pre}@keyframes ei{0%{transform:translateX(-0px)}0.01%{transform:translateX(-80px)}0.01%{transform:translateX(-160px)}0.01%{transform:translateX(-240px)}0.23%{transform:translateX(-320px)}0.45%{transform:translateX(-400px)}0.67%{transform:translateX(-480px)}0.67%{transform:translateX(-560px)}0.89%{transform:translateX(-640px)}0.89%{transform:translateX(-720px)}1.1%{transform:translateX(-800px)}1.11%{transform:translateX(-880px)}1.11%{transform:translateX(-960px)}1.33%{transform:translateX(-1040px)}1.55%{transform:translateX(-1120px)}1.77%{transform:translateX(-1200px)}1.99%{transform:translateX(-1280px)}1.99%{transform:translateX(-1360px)}2.2%{transform:translateX(-1440px)}2.21%{transform:translateX(-1520px)}2.21%{transform:translateX(-1600px)}2.43%{transform:translateX(-1680px)}2.65%{transform:translateX(-1760px)}2.87%{transform:translateX(-1840px)}3.08%{transform:translateX(-1920px)}3.3%{transform:translateX(-2000px)}3.3%{transform:translateX(-2080px)}3.52%{transform:translateX(-2160px)}3.74%{transform:translateX(-2240px)}3.96%{transform:translateX(-2320px)}4.18%{transform:translateX(-2400px)}4.18%{transform:translateX(-2480px)}4.39%{transform:translateX(-2560px)}4.4%{transform:translateX(-2640px)}4.62%{transform:translateX(-2720px)}4.84%{transform:translateX(-2800px)}5.06%{transform:translateX(-2880px)}5.28%{transform:translateX(-2960px)}5.49%{transform:translateX(-3040px)}5.5%{transform:translateX(-3120px)}5.72%{transform:translateX(-3200px)}5.94%{transform:translateX(-3280px)}6.16%{transform:translateX(-3360px)}6.38%{transform:translateX(-3440px)}6.59%{transform:translateX(-3520px)}6.6%{transform:translateX(-3600px)}6.82%{transform:translateX(-3680px)}7.04%{transform:translateX(-3760px)}7.26%{transform:translateX(-3840px)}7.48%{transform:translateX(-3920px)}7.68%{transform:translateX(-4000px)}7.7%{transform:translateX(-4080px)}7.92%{transform:translateX(-4160px)}8.14%{transform:translateX(-4240px)}8.36%{transform:translateX(-4320px)}8.58%{transform:translateX(-4400px)}8.78%{transform:translateX(-4480px)}8.8%{transform:translateX(-4560px)}9.02%{transform:translateX(-4640px)}9.24%{transform:translateX(-4720px)}9.46%{transform:translateX(-4800px)}9.68%{transform:translateX(-4880px)}9.87%{transform:translateX(-4960px)}9.9%{transform:translateX(-5040px)}10.12%{transform:translateX(-5120px)}10.34%{transform:translateX(-5200px)}10.56%{transform:translateX(-5280px)}10.78%{transform:translateX(-5360px)}10.97%{transform:translateX(-5440px)}11%{transform:translateX(-5520px)}11.22%{transform:translateX(-5600px)}11.44%{transform:translateX(-5680px)}11.66%{transform:translateX(-5760px)}11.88%{transform:translateX(-5840px)}12.07%{transform:translateX(-5920px)}12.1%{transform:translateX(-6000px)}12.31%{transform:translateX(-6080px)}12.53%{transform:translateX(-6160px)}12.75%{transform:translateX(-6240px)}12.97%{transform:translateX(-6320px)}13.16%{transform:translateX(-6400px)}13.19%{transform:translateX(-6480px)}13.41%{transform:translateX(-6560px)}13.63%{transform:translateX(-6640px)}13.85%{transform:translateX(-6720px)}14.07%{transform:translateX(-6800px)}14.26%{transform:translateX(-6880px)}14.29%{transform:translateX(-6960px)}14.51%{transform:translateX(-7040px)}14.73%{transform:translateX(-7120px)}14.95%{transform:translateX(-7200px)}15.17%{transform:translateX(-7280px)}15.35%{transform:translateX(-7360px)}15.39%{transform:translateX(-7440px)}15.61%{transform:translateX(-7520px)}15.83%{transform:translateX(-7600px)}16.05%{transform:translateX(-7680px)}16.27%{transform:translateX(-7760px)}16.45%{transform:translateX(-7840px)}16.45%{transform:translateX(-7920px)}17%{transform:translateX(-8000px)}17.55%{transform:translateX(-8080px)}17.55%{transform:translateX(-8160px)}18.1%{transform:translateX(-8240px)}18.1%{transform:translateX(-8320px)}18.65%{transform:translateX(-8400px)}18.65%{transform:translateX(-8480px)}19.19%{transform:translateX(-8560px)}19.2%{transform:translateX(-8640px)}19.74%{transform:translateX(-8720px)}19.74%{transform:translateX(-8800px)}20.29%{transform:translateX(-8880px)}20.29%{transform:translateX(-8960px)}20.84%{transform:translateX(-9040px)}20.84%{transform:translateX(-9120px)}21.39%{transform:translateX(-9200px)}21.39%{transform:translateX(-9280px)}21.94%{transform:translateX(-9360px)}22.49%{transform:translateX(-9440px)}25.23%{transform:translateX(-9520px)}25.23%{transform:translateX(-9600px)}25.78%{transform:translateX(-9680px)}26%{transform:translateX(-9760px)}26.22%{transform:translateX(-9840px)}26.43%{transform:translateX(-9920px)}26.44%{transform:translateX(-10000px)}26.65%{transform:translateX(-10080px)}26.87%{transform:translateX(-10160px)}26.87%{transform:translateX(-10240px)}27.09%{transform:translateX(-10320px)}27.31%{transform:translateX(-10400px)}27.53%{transform:translateX(-10480px)}27.75%{transform:translateX(-10560px)}27.97%{transform:translateX(-10640px)}27.97%{transform:translateX(-10720px)}28.19%{transform:translateX(-10800px)}28.41%{transform:translateX(-10880px)}28.63%{transform:translateX(-10960px)}28.85%{transform:translateX(-11040px)}29.06%{transform:translateX(-11120px)}29.07%{transform:translateX(-11200px)}29.29%{transform:translateX(-11280px)}29.51%{transform:translateX(-11360px)}29.73%{transform:translateX(-11440px)}29.95%{transform:translateX(-11520px)}30.16%{transform:translateX(-11600px)}32.35%{transform:translateX(-11680px)}32.35%{transform:translateX(-11760px)}32.9%{transform:translateX(-11840px)}32.9%{transform:translateX(-11920px)}32.9%{transform:translateX(-12000px)}34%{transform:translateX(-12080px)}34%{transform:translateX(-12160px)}35.1%{transform:translateX(-12240px)}35.1%{transform:translateX(-12320px)}36.19%{transform:translateX(-12400px)}36.19%{transform:translateX(-12480px)}37.29%{transform:translateX(-12560px)}37.29%{transform:translateX(-12640px)}38.39%{transform:translateX(-12720px)}38.39%{transform:translateX(-12800px)}39.48%{transform:translateX(-12880px)}39.48%{transform:translateX(-12960px)}39.48%{transform:translateX(-13040px)}40.58%{transform:translateX(-13120px)}40.58%{transform:translateX(-13200px)}41.68%{transform:translateX(-13280px)}41.68%{transform:translateX(-13360px)}42.77%{transform:translateX(-13440px)}42.77%{transform:translateX(-13520px)}46.06%{transform:translateX(-13600px)}46.06%{transform:translateX(-13680px)}46.61%{transform:translateX(-13760px)}46.61%{transform:translateX(-13840px)}46.61%{transform:translateX(-13920px)}46.61%{transform:translateX(-14000px)}46.61%{transform:translateX(-14080px)}46.61%{transform:translateX(-14160px)}51%{transform:translateX(-14240px)}51%{transform:translateX(-14320px)}51.54%{transform:translateX(-14400px)}52.09%{transform:translateX(-14480px)}52.64%{transform:translateX(-14560px)}53.19%{transform:translateX(-14640px)}53.74%{transform:translateX(-14720px)}54.29%{transform:translateX(-14800px)}54.84%{transform:translateX(-14880px)}60.32%{transform:translateX(-14960px)}60.32%{transform:translateX(-15040px)}60.87%{transform:translateX(-15120px)}60.87%{transform:translateX(-15200px)}60.87%{transform:translateX(-15280px)}60.87%{transform:translateX(-15360px)}60.87%{transform:translateX(-15440px)}60.87%{transform:translateX(-15520px)}60.87%{transform:translateX(-15600px)}60.87%{transform:translateX(-15680px)}60.87%{transform:translateX(-15760px)}60.87%{transform:translateX(-15840px)}60.87%{transform:translateX(-15920px)}60.87%{transform:translateX(-16000px)}60.87%{transform:translateX(-16080px)}60.87%{transform:translateX(-16160px)}60.87%{transform:translateX(-16240px)}60.87%{transform:translateX(-16320px)}68.54%{transform:translateX(-16400px)}69.09%{transform:translateX(-16480px)}69.64%{transform:translateX(-16560px)}69.91%{transform:translateX(-16640px)}70.18%{transform:translateX(-16720px)}70.46%{transform:translateX(-16800px)}70.73%{transform:translateX(-16880px)}71.01%{transform:translateX(-16960px)}71.28%{transform:translateX(-17040px)}71.56%{transform:translateX(-17120px)}71.83%{transform:translateX(-17200px)}72.11%{transform:translateX(-17280px)}72.38%{transform:translateX(-17360px)}72.65%{transform:translateX(-17440px)}72.93%{transform:translateX(-17520px)}73.2%{transform:translateX(-17600px)}73.48%{transform:translateX(-17680px)}73.75%{transform:translateX(-17760px)}74.03%{transform:translateX(-17840px)}74.3%{transform:translateX(-17920px)}74.58%{transform:translateX(-18000px)}74.85%{transform:translateX(-18080px)}75.12%{transform:translateX(-18160px)}75.4%{transform:translateX(-18240px)}75.67%{transform:translateX(-18320px)}75.95%{transform:translateX(-18400px)}76.22%{transform:translateX(-18480px)}76.5%{transform:translateX(-18560px)}76.77%{transform:translateX(-18640px)}77.05%{transform:translateX(-18720px)}77.32%{transform:translateX(-18800px)}77.59%{transform:translateX(-18880px)}77.87%{transform:translateX(-18960px)}78.14%{transform:translateX(-19040px)}78.42%{transform:translateX(-19120px)}78.69%{transform:translateX(-19200px)}78.97%{transform:translateX(-19280px)}79.24%{transform:translateX(-19360px)}79.51%{transform:translateX(-19440px)}79.79%{transform:translateX(-19520px)}80.06%{transform:translateX(-19600px)}82.53%{transform:translateX(-19680px)}82.53%{transform:translateX(-19760px)}83.08%{transform:translateX(-19840px)}83.08%{transform:translateX(-19920px)}83.08%{transform:translateX(-20000px)}84.18%{transform:translateX(-20080px)}84.18%{transform:translateX(-20160px)}84.18%{transform:translateX(-20240px)}84.54%{transform:translateX(-20320px)}84.54%{transform:translateX(-20400px)}84.54%{transform:translateX(-20480px)}84.91%{transform:translateX(-20560px)}84.91%{transform:translateX(-20640px)}84.91%{transform:translateX(-20720px)}84.91%{transform:translateX(-20800px)}85.27%{transform:translateX(-20880px)}85.27%{transform:translateX(-20960px)}85.27%{transform:translateX(-21040px)}85.27%{transform:translateX(-21120px)}85.64%{transform:translateX(-21200px)}85.64%{transform:translateX(-21280px)}85.64%{transform:translateX(-21360px)}86.01%{transform:translateX(-21440px)}86.01%{transform:translateX(-21520px)}86.37%{transform:translateX(-21600px)}86.37%{transform:translateX(-21680px)}86.74%{transform:translateX(-21760px)}86.74%{transform:translateX(-21840px)}87.1%{transform:translateX(-21920px)}87.1%{transform:translateX(-22000px)}87.1%{transform:translateX(-22080px)}87.47%{transform:translateX(-22160px)}87.47%{transform:translateX(-22240px)}87.47%{transform:translateX(-22320px)}87.83%{transform:translateX(-22400px)}87.84%{transform:translateX(-22480px)}87.84%{transform:translateX(-22560px)}87.84%{transform:translateX(-22640px)}88.05%{transform:translateX(-22720px)}88.06%{transform:translateX(-22800px)}88.06%{transform:translateX(-22880px)}88.06%{transform:translateX(-22960px)}88.28%{transform:translateX(-23040px)}88.28%{transform:translateX(-23120px)}88.28%{transform:translateX(-23200px)}88.28%{transform:translateX(-23280px)}88.5%{transform:translateX(-23360px)}88.5%{transform:translateX(-23440px)}88.5%{transform:translateX(-23520px)}88.5%{transform:translateX(-23600px)}90.69%{transform:translateX(-23680px)}90.69%{transform:translateX(-23760px)}91.24%{transform:translateX(-23840px)}91.24%{transform:translateX(-23920px)}91.24%{transform:translateX(-24000px)}94.52%{transform:translateX(-24080px)}100%{transform:translateX(-24160px)}}███████████████████████████████████████████████████████████████████████████████████████████████████████████████████ PTDP - PTerm Demo Program INFO ThisanimationwasgeneratedwiththelatestversionofPTerm! PTermworksonnearlyeveryterminalandoperatingsystem. It'ssupereasytouse! Ifyouwant,youcancustomizeeverything:) Youcanseethecodeofthisdemointhe./_examples/demodirectory. Thisdemowasupdatedat:26Jul2022-09:19:31UTCWaitingfor15seconds...Waitingfor14seconds...Waitingfor14seconds...Waitingfor13seconds...Waitingfor13seconds...Waitingfor12seconds...Waitingfor12seconds...Waitingfor11seconds...Waitingfor11seconds...Waitingfor10seconds...Waitingfor10seconds...Waitingfor9seconds...Waitingfor9seconds...Waitingfor8seconds...Waitingfor8seconds...Waitingfor7seconds...Waitingfor7seconds...Waitingfor6seconds...Waitingfor6seconds...Waitingfor5seconds...Waitingfor5seconds...Waitingfor4seconds...Waitingfor4seconds...Waitingfor3seconds...Waitingfor3seconds...Waitingfor2seconds...Waitingfor2seconds...Waitingfor1second...Waitingfor1second... Progress bar SUCCESS Installingpseudo-excel SUCCESS Installingpseudo-photoshop SUCCESS Installingpseudo-chrome SUCCESS Installingpseudo-outlook SUCCESS Installingpseudo-explorer SUCCESS Installingpseudo-git SUCCESS Installingpseudo-vsc SUCCESS Installingpseudo-intellij WARNING Couldnotinstallpseudo-minecraft Thecompanypolicyforbidsgames. SUCCESS Installingpseudo-scoop SUCCESS Installingpseudo-chocolatey Spinner Live Output INFO YoucanuseanAreatodisplaychangingoutput:███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ Tables Library|DescriptionPTerm|MakebeautifulCLIsTestza|ProgrammerfriendlytestframeworkCursor|Movethecursoraroundtheterminal┌───────────────────────────────────────────────┐|Library|Description||PTerm|MakebeautifulCLIs||Testza|Programmerfriendlytestframework||Cursor|Movethecursoraroundtheterminal| Default Prefix Printers DEBUG Hello,World! INFO Hello,World! SUCCESS Hello,World! WARNING Hello,World! ERROR Errorsshowthefilenameandlinenumberinsidetheterminal! INFO OtherPrefixPrinterscandothattoo!(/github/workspace/_examples/demo/demo/main.go:107) TrueColor Support IfyourterminalhasTrueColorsupport,youcanuseRGBcolors!Youcanevenfadethem:)Loremipsumdolorsitamet,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduntutlaboreetdoloremagnaaliquyamerat,seddiamvoluptua.Atveroeosetaccusametjustoduodoloresetearebum.Stetclitakasdgubergren,noseatakimatasanctusestLoremipsumdolorsitamet.Loremipsumdolorsitamet,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduntutlaboreetdoloremagnaaliquyamerat,seddiamvoluptua.Atveroeosetaccusametjustoduodoloresetearebum.Stetclitakasdgubergren,noseatakimatasanctus Themes INFO YoucanchangethecolorthemeofPTermeasilytofityourneeds! Thisisthedefaultone:DefaultTextPrimaryStyleSecondaryStyleHighlightStyleInfoMessageStyleInfoPrefixStyleSuccessMessageStyleSuccessPrefixStyleWarningMessageStyleWarningPrefixStyleErrorMessageStyleErrorPrefixStyleFatalMessageStyleFatalPrefixStyleDescriptionMessageStyleDescriptionPrefixStyleScopeStyleProgressbarBarStyleProgressbarTitleStyleHeaderTextStyleHeaderBackgroundStyleSpinnerStyleSpinnerTextStyleTimerStyleTableStyleTableHeaderStyleTableSeparatorStyleSectionStyleBulletListTextStyleBulletListBulletStyleTreeStyleTreeTextStyleLetterStyleDebugMessageStyleDebugPrefixStyleBoxStyleBoxTextStyleBarLabelStyle Fully Customizale ┌──────────────────────────────────────┐|Allprintersarefullycustomizable!|└──────────────────────────────────────┘|||┌─Sometitle!────────────────────────┐┌────────────Sometitle!─────────────┐┌────────────────────────Sometitle!─┐┌──────────────────────────────────────┐|||Allprintersarefullycustomizable!|┌──────────────────────────────────────┐|||Allprintersarefullycustomizable!|┌──────────────────────────────────────┐|||Allprintersarefullycustomizable!|╔══════════════════════════════════════╗Allprintersarefullycustomizable! And much more! ┌───────────────────────────────┐|||HavefunexploringPTerm!|Waitingfor15seconds...Waitingfor15seconds...Waitingfor15seconds...Waitingfor14seconds...Waitingfor14seconds...Waitingfor13seconds...Waitingfor13seconds...Waitingfor12seconds...Waitingfor12seconds...Waitingfor11seconds...Waitingfor11seconds...Waitingfor10seconds...Waitingfor10seconds...Waitingfor9seconds...Waitingfor9seconds...Waitingfor8seconds...Waitingfor8seconds...Waitingfor7seconds...Waitingfor7seconds...Waitingfor6seconds...Waitingfor6seconds...Waitingfor5seconds...Waitingfor5seconds...Waitingfor4seconds...Waitingfor4seconds...Waitingfor3seconds...Waitingfor3seconds...Waitingfor2seconds...Waitingfor2seconds...Waitingfor1second...Waitingfor1second...Installingpseudo-excel[1/11]████9%|0sInstallingpseudo-photoshop[1/11]████9%|1sInstallingpseudo-photoshop[2/11]███████18%|1sInstallingpseudo-chrome[3/11]███████████27%|1sInstallingpseudo-outlook[4/11]██████████████36%|2sInstallingpseudo-explorer[4/11]██████████████36%|2sInstallingpseudo-explorer[5/11]█████████████████45%|2sInstallingpseudo-git[6/11]███████████████████████55%|3sInstallingpseudo-vsc[6/11]███████████████████████55%|3sInstallingpseudo-vsc[7/11]███████████████████████████64%|3sInstallingpseudo-intellij[7/11]███████████████████████64%|4sInstallingpseudo-intellij[8/11]███████████████████████████73%|4sInstallingpseudo-minecraft[8/11]██████████████████████████73%|4sInstallingpseudo-minecraft[9/11]█████████████████████████████82%|4sInstallingpseudo-scoop[10/11]███████████████████████████████████91%|5sInstallingpseudo-chocolatey[11/11]█████████████████████████████████100%|5sInstallingpseudo-intellij(0s)Installingpseudo-intellij(0s)Installingpseudo-intellij(0s)Installingpseudo-intellij(1s)Installingpseudo-intellij(1s)Installingpseudo-minecraft(1s)Installingpseudo-minecraft(1s)Installingpseudo-minecraft(1s)Installingpseudo-minecraft(2s)Installingpseudo-minecraft(2s)Installingpseudo-scoop(2s)Installingpseudo-scoop(2s)Installingpseudo-scoop(2s)Installingpseudo-scoop(3s)Installingpseudo-scoop(3s)Installingpseudo-chocolatey(3s)Installingpseudo-chocolatey(3s)Installingpseudo-chocolatey(3s)Installingpseudo-chocolatey(4s)Installingpseudo-chocolatey(4s)███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████┌───────────────────────────────────────────────|Cursor|Movethecursoraroundtheterminal└─────────────────────────────────────────────└───────────────────────────────────────────────┘ FATAL Hello,World!IfyourterminalhasTrueColorsupport,youcYoucanevenfadethem:Loremipsumdolorsitamet,conseteturstempotemporinviduntutlaboreetdoloremagnaaliquyaeroeosetacceroeosetaccusametjustoduodoloresetearebum.StenoseatakimatasannoseatakimatasanctusestLoremipsumdolorsitamet.Loremet,consetetursadipscinget,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduneetdoloremagnaaliquyamerat,seetdoloremagnaaliquyamerat,seddiamvoluptua.Atveroeosetaccusametjstoduodoloresetearebum.StetclitakasestLoreestLoremipsumdolorsitamet.BarStyle└───────────────────────────────────└─────────────────────────────────────└────────────────────────────────────└─└────────────────────────Sometitle!─┘└────────────Sometitle!─────────────┘└─Sometitle!────────────────────────┘└─────────────────────────────────────└──────────────────────────────────────┘|└─────────────────────────────────────└──────────────────────────────────────┘└─────────────────────────────────────└──────────────────────────────────────┘╚════════════════════════════════════╚══════════════════════════════════════╝|└───────────────────────────────┘Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(234,89,246);white-space:pre}.h{fill:rgb(115,190,243)}.i{fill:rgb(160,160,160);white-space:pre}.j{fill:rgb(255,255,255);font-weight:bold;white-space:pre}.k{fill:rgb(102,194,205)}.l{white-space:pre}.m{fill:rgb(124,255,0);white-space:pre}.n{fill:rgb(255,255,255);white-space:pre}.o{fill:rgb(168,204,140)}.p{fill:rgb(219,171,121)}.q{fill:rgb(255,241,0);white-space:pre}.r{fill:rgb(104,104,104);white-space:pre}.s{fill:rgb(111,119,131)}.t{fill:rgb(232,131,136)}.u{fill:rgb(243,86,86);white-space:pre}.v{fill:rgb(0,255,255);white-space:pre}.w{fill:rgb(0,254,255);white-space:pre}.x{fill:rgb(1,253,255);white-space:pre}.y{fill:rgb(2,252,255);white-space:pre}.z{fill:rgb(3,251,255);white-space:pre}.A{fill:rgb(4,250,255);white-space:pre}.B{fill:rgb(5,249,255);white-space:pre}.C{fill:rgb(6,248,255);white-space:pre}.D{fill:rgb(7,247,255);white-space:pre}.E{fill:rgb(8,246,255);white-space:pre}.F{fill:rgb(9,245,255);white-space:pre}.G{fill:rgb(10,244,255);white-space:pre}.H{fill:rgb(11,243,255);white-space:pre}.I{fill:rgb(12,242,255);white-space:pre}.J{fill:rgb(13,241,255);white-space:pre}.K{fill:rgb(14,240,255);white-space:pre}.L{fill:rgb(15,239,255);white-space:pre}.M{fill:rgb(16,238,255);white-space:pre}.N{fill:rgb(17,237,255);white-space:pre}.O{fill:rgb(18,236,255);white-space:pre}.P{fill:rgb(19,235,255);white-space:pre}.Q{fill:rgb(20,234,255);white-space:pre}.R{fill:rgb(21,233,255);white-space:pre}.S{fill:rgb(22,232,255);white-space:pre}.T{fill:rgb(23,231,255);white-space:pre}.U{fill:rgb(24,230,255);white-space:pre}.V{fill:rgb(25,229,255);white-space:pre}.W{fill:rgb(26,228,255);white-space:pre}.X{fill:rgb(27,227,255);white-space:pre}.Y{fill:rgb(28,226,255);white-space:pre}.Z{fill:rgb(29,225,255);white-space:pre}.aa{fill:rgb(30,224,255);white-space:pre}.ab{fill:rgb(31,223,255);white-space:pre}.ac{fill:rgb(32,222,255);white-space:pre}.ad{fill:rgb(34,220,255);white-space:pre}.ae{fill:rgb(35,219,255);white-space:pre}.af{fill:rgb(36,218,255);white-space:pre}.ag{fill:rgb(37,217,255);white-space:pre}.ah{fill:rgb(38,216,255);white-space:pre}.ai{fill:rgb(39,215,255);white-space:pre}.aj{fill:rgb(40,214,255);white-space:pre}.ak{fill:rgb(41,213,255);white-space:pre}.al{fill:rgb(42,212,255);white-space:pre}.am{fill:rgb(43,211,255);white-space:pre}.an{fill:rgb(44,210,255);white-space:pre}.ao{fill:rgb(45,209,255);white-space:pre}.ap{fill:rgb(46,208,255);white-space:pre}.aq{fill:rgb(47,207,255);white-space:pre}.ar{fill:rgb(48,206,255);white-space:pre}.as{fill:rgb(49,205,255);white-space:pre}.at{fill:rgb(50,204,255);white-space:pre}.au{fill:rgb(51,203,255);white-space:pre}.av{fill:rgb(52,202,255);white-space:pre}.aw{fill:rgb(53,201,255);white-space:pre}.ax{fill:rgb(54,200,255);white-space:pre}.ay{fill:rgb(55,199,255);white-space:pre}.az{fill:rgb(56,198,255);white-space:pre}.aA{fill:rgb(57,197,255);white-space:pre}.aB{fill:rgb(58,196,255);white-space:pre}.aC{fill:rgb(59,195,255);white-space:pre}.aD{fill:rgb(60,194,255);white-space:pre}.aE{fill:rgb(61,193,255);white-space:pre}.aF{fill:rgb(62,192,255);white-space:pre}.aG{fill:rgb(63,191,255);white-space:pre}.aH{fill:rgb(64,190,255);white-space:pre}.aI{fill:rgb(65,189,255);white-space:pre}.aJ{fill:rgb(66,188,255);white-space:pre}.aK{fill:rgb(67,187,255);white-space:pre}.aL{fill:rgb(68,186,255);white-space:pre}.aM{fill:rgb(69,185,255);white-space:pre}.aN{fill:rgb(70,184,255);white-space:pre}.aO{fill:rgb(71,183,255);white-space:pre}.aP{fill:rgb(72,182,255);white-space:pre}.aQ{fill:rgb(73,181,255);white-space:pre}.aR{fill:rgb(74,180,255);white-space:pre}.aS{fill:rgb(75,179,255);white-space:pre}.aT{fill:rgb(76,178,255);white-space:pre}.aU{fill:rgb(77,177,255);white-space:pre}.aV{fill:rgb(78,176,255);white-space:pre}.aW{fill:rgb(79,175,255);white-space:pre}.aX{fill:rgb(80,174,255);white-space:pre}.aY{fill:rgb(81,173,255);white-space:pre}.aZ{fill:rgb(82,172,255);white-space:pre}.ba{fill:rgb(83,171,255);white-space:pre}.bb{fill:rgb(84,170,255);white-space:pre}.bc{fill:rgb(85,169,255);white-space:pre}.bd{fill:rgb(86,168,255);white-space:pre}.be{fill:rgb(87,167,255);white-space:pre}.bf{fill:rgb(88,166,255);white-space:pre}.bg{fill:rgb(89,165,255);white-space:pre}.bh{fill:rgb(90,164,255);white-space:pre}.bi{fill:rgb(91,163,255);white-space:pre}.bj{fill:rgb(92,162,255);white-space:pre}.bk{fill:rgb(93,161,255);white-space:pre}.bl{fill:rgb(94,160,255);white-space:pre}.bm{fill:rgb(95,159,255);white-space:pre}.bn{fill:rgb(96,158,255);white-space:pre}.bo{fill:rgb(97,157,255);white-space:pre}.bp{fill:rgb(98,156,255);white-space:pre}.bq{fill:rgb(99,155,255);white-space:pre}.br{fill:rgb(100,154,255);white-space:pre}.bs{fill:rgb(101,153,255);white-space:pre}.bt{fill:rgb(102,152,255);white-space:pre}.bu{fill:rgb(103,151,255);white-space:pre}.bv{fill:rgb(104,150,255);white-space:pre}.bw{fill:rgb(105,149,255);white-space:pre}.bx{fill:rgb(106,148,255);white-space:pre}.by{fill:rgb(107,147,255);white-space:pre}.bz{fill:rgb(108,146,255);white-space:pre}.bA{fill:rgb(109,145,255);white-space:pre}.bB{fill:rgb(110,144,255);white-space:pre}.bC{fill:rgb(111,143,255);white-space:pre}.bD{fill:rgb(112,142,255);white-space:pre}.bE{fill:rgb(113,141,255);white-space:pre}.bF{fill:rgb(114,140,255);white-space:pre}.bG{fill:rgb(115,139,255);white-space:pre}.bH{fill:rgb(116,138,255);white-space:pre}.bI{fill:rgb(117,137,255);white-space:pre}.bJ{fill:rgb(118,136,255);white-space:pre}.bK{fill:rgb(119,135,255);white-space:pre}.bL{fill:rgb(120,134,255);white-space:pre}.bM{fill:rgb(121,133,255);white-space:pre}.bN{fill:rgb(122,132,255);white-space:pre}.bO{fill:rgb(123,131,255);white-space:pre}.bP{fill:rgb(124,130,255);white-space:pre}.bQ{fill:rgb(125,129,255);white-space:pre}.bR{fill:rgb(126,128,255);white-space:pre}.bS{fill:rgb(127,127,255);white-space:pre}.bT{fill:rgb(128,126,255);white-space:pre}.bU{fill:rgb(129,125,255);white-space:pre}.bV{fill:rgb(130,124,255);white-space:pre}.bW{fill:rgb(131,123,255);white-space:pre}.bX{fill:rgb(132,122,255);white-space:pre}.bY{fill:rgb(133,121,255);white-space:pre}.bZ{fill:rgb(134,120,255);white-space:pre}.ca{fill:rgb(135,119,255);white-space:pre}.cb{fill:rgb(136,118,255);white-space:pre}.cc{fill:rgb(137,117,255);white-space:pre}.cd{fill:rgb(138,116,255);white-space:pre}.ce{fill:rgb(139,115,255);white-space:pre}.cf{fill:rgb(140,114,255);white-space:pre}.cg{fill:rgb(141,113,255);white-space:pre}.ch{fill:rgb(142,112,255);white-space:pre}.ci{fill:rgb(143,111,255);white-space:pre}.cj{fill:rgb(144,110,255);white-space:pre}.ck{fill:rgb(145,109,255);white-space:pre}.cl{fill:rgb(146,108,255);white-space:pre}.cm{fill:rgb(147,107,255);white-space:pre}.cn{fill:rgb(148,106,255);white-space:pre}.co{fill:rgb(149,105,255);white-space:pre}.cp{fill:rgb(150,104,255);white-space:pre}.cq{fill:rgb(151,103,255);white-space:pre}.cr{fill:rgb(152,102,255);white-space:pre}.cs{fill:rgb(153,101,255);white-space:pre}.ct{fill:rgb(154,100,255);white-space:pre}.cu{fill:rgb(155,99,255);white-space:pre}.cv{fill:rgb(156,98,255);white-space:pre}.cw{fill:rgb(157,97,255);white-space:pre}.cx{fill:rgb(158,96,255);white-space:pre}.cy{fill:rgb(159,95,255);white-space:pre}.cz{fill:rgb(160,94,255);white-space:pre}.cA{fill:rgb(161,93,255);white-space:pre}.cB{fill:rgb(162,92,255);white-space:pre}.cC{fill:rgb(163,91,255);white-space:pre}.cD{fill:rgb(164,90,255);white-space:pre}.cE{fill:rgb(165,89,255);white-space:pre}.cF{fill:rgb(166,88,255);white-space:pre}.cG{fill:rgb(167,87,255);white-space:pre}.cH{fill:rgb(168,86,255);white-space:pre}.cI{fill:rgb(169,85,255);white-space:pre}.cJ{fill:rgb(170,84,255);white-space:pre}.cK{fill:rgb(171,83,255);white-space:pre}.cL{fill:rgb(172,82,255);white-space:pre}.cM{fill:rgb(173,81,255);white-space:pre}.cN{fill:rgb(174,80,255);white-space:pre}.cO{fill:rgb(175,79,255);white-space:pre}.cP{fill:rgb(176,78,255);white-space:pre}.cQ{fill:rgb(177,77,255);white-space:pre}.cR{fill:rgb(178,76,255);white-space:pre}.cS{fill:rgb(179,75,255);white-space:pre}.cT{fill:rgb(180,74,255);white-space:pre}.cU{fill:rgb(181,73,255);white-space:pre}.cV{fill:rgb(182,72,255);white-space:pre}.cW{fill:rgb(183,71,255);white-space:pre}.cX{fill:rgb(184,70,255);white-space:pre}.cY{fill:rgb(185,69,255);white-space:pre}.cZ{fill:rgb(186,68,255);white-space:pre}.da{fill:rgb(187,67,255);white-space:pre}.db{fill:rgb(188,66,255);white-space:pre}.dc{fill:rgb(189,65,255);white-space:pre}.dd{fill:rgb(190,64,255);white-space:pre}.de{fill:rgb(191,63,255);white-space:pre}.df{fill:rgb(192,62,255);white-space:pre}.dg{fill:rgb(193,61,255);white-space:pre}.dh{fill:rgb(194,60,255);white-space:pre}.di{fill:rgb(195,59,255);white-space:pre}.dj{fill:rgb(196,58,255);white-space:pre}.dk{fill:rgb(197,57,255);white-space:pre}.dl{fill:rgb(198,56,255);white-space:pre}.dm{fill:rgb(199,55,255);white-space:pre}.dn{fill:rgb(200,54,255);white-space:pre}.do{fill:rgb(201,53,255);white-space:pre}.dp{fill:rgb(202,52,255);white-space:pre}.dq{fill:rgb(203,51,255);white-space:pre}.dr{fill:rgb(204,50,255);white-space:pre}.ds{fill:rgb(205,49,255);white-space:pre}.dt{fill:rgb(206,48,255);white-space:pre}.du{fill:rgb(207,47,255);white-space:pre}.dv{fill:rgb(208,46,255);white-space:pre}.dw{fill:rgb(209,45,255);white-space:pre}.dx{fill:rgb(210,44,255);white-space:pre}.dy{fill:rgb(211,43,255);white-space:pre}.dz{fill:rgb(212,42,255);white-space:pre}.dA{fill:rgb(213,41,255);white-space:pre}.dB{fill:rgb(214,40,255);white-space:pre}.dC{fill:rgb(215,39,255);white-space:pre}.dD{fill:rgb(216,38,255);white-space:pre}.dE{fill:rgb(217,37,255);white-space:pre}.dF{fill:rgb(218,36,255);white-space:pre}.dG{fill:rgb(219,35,255);white-space:pre}.dH{fill:rgb(220,34,255);white-space:pre}.dI{fill:rgb(221,33,255);white-space:pre}.dJ{fill:rgb(222,32,255);white-space:pre}.dK{fill:rgb(223,31,255);white-space:pre}.dL{fill:rgb(224,30,255);white-space:pre}.dM{fill:rgb(225,29,255);white-space:pre}.dN{fill:rgb(226,28,255);white-space:pre}.dO{fill:rgb(227,27,255);white-space:pre}.dP{fill:rgb(228,26,255);white-space:pre}.dQ{fill:rgb(229,25,255);white-space:pre}.dR{fill:rgb(230,24,255);white-space:pre}.dS{fill:rgb(231,23,255);white-space:pre}.dT{fill:rgb(232,22,255);white-space:pre}.dU{fill:rgb(233,21,255);white-space:pre}.dV{fill:rgb(234,20,255);white-space:pre}.dW{fill:rgb(235,19,255);white-space:pre}.dX{fill:rgb(236,18,255);white-space:pre}.dY{fill:rgb(237,17,255);white-space:pre}.dZ{fill:rgb(238,16,255);white-space:pre}.ea{fill:rgb(239,15,255);white-space:pre}.eb{fill:rgb(240,14,255);white-space:pre}.ec{fill:rgb(241,13,255);white-space:pre}.ed{fill:rgb(242,12,255);white-space:pre}.ee{fill:rgb(255,241,0);font-weight:bold;white-space:pre}.ef{fill:rgb(0,198,255);white-space:pre}.eg{fill:rgb(255,0,4);white-space:pre}.eh{fill:transparent}.ej{animation-duration:91.267003s;animation-iteration-count:infinite;animation-name:ei;animation-timing-function:steps(1,end)}.ek{fill:rgb(255,0,0);white-space:pre}.el{fill:rgb(231,23,0);white-space:pre}.em{fill:rgb(208,46,0);white-space:pre}.en{fill:rgb(185,69,0);white-space:pre}.eo{fill:rgb(162,92,0);white-space:pre}.ep{fill:rgb(139,115,0);white-space:pre}.eq{fill:rgb(115,139,0);white-space:pre}.er{fill:rgb(92,162,0);white-space:pre}.es{fill:rgb(69,185,0);white-space:pre}.et{fill:rgb(46,208,0);white-space:pre}.eu{fill:rgb(23,231,0);white-space:pre}.ev{fill:rgb(0,255,0);white-space:pre}.ew{fill:rgb(243,11,255);white-space:pre}.ex{fill:rgb(244,10,255);white-space:pre}.ey{fill:rgb(245,9,255);white-space:pre}.ez{fill:rgb(246,8,255);white-space:pre}.eA{fill:rgb(247,7,255);white-space:pre}.eB{fill:rgb(248,6,255);white-space:pre}.eC{fill:rgb(249,5,255);white-space:pre}.eD{fill:rgb(250,4,255);white-space:pre}.eE{fill:rgb(251,3,255);white-space:pre}.eF{fill:rgb(252,2,255);white-space:pre}.eG{fill:rgb(253,1,255);white-space:pre}.eH{fill:rgb(254,0,255);white-space:pre}@keyframes ei{0%{transform:translateX(-0px)}0.01%{transform:translateX(-80px)}0.01%{transform:translateX(-160px)}0.01%{transform:translateX(-240px)}0.23%{transform:translateX(-320px)}0.45%{transform:translateX(-400px)}0.66%{transform:translateX(-480px)}0.89%{transform:translateX(-560px)}1.1%{transform:translateX(-640px)}1.11%{transform:translateX(-720px)}1.11%{transform:translateX(-800px)}1.33%{transform:translateX(-880px)}1.33%{transform:translateX(-960px)}1.55%{transform:translateX(-1040px)}1.76%{transform:translateX(-1120px)}1.77%{transform:translateX(-1200px)}1.98%{transform:translateX(-1280px)}1.98%{transform:translateX(-1360px)}2.2%{transform:translateX(-1440px)}2.2%{transform:translateX(-1520px)}2.42%{transform:translateX(-1600px)}2.64%{transform:translateX(-1680px)}2.86%{transform:translateX(-1760px)}3.08%{transform:translateX(-1840px)}3.29%{transform:translateX(-1920px)}3.29%{transform:translateX(-2000px)}3.3%{transform:translateX(-2080px)}3.3%{transform:translateX(-2160px)}3.52%{transform:translateX(-2240px)}3.74%{transform:translateX(-2320px)}3.96%{transform:translateX(-2400px)}4.18%{transform:translateX(-2480px)}4.39%{transform:translateX(-2560px)}4.4%{transform:translateX(-2640px)}4.4%{transform:translateX(-2720px)}4.62%{transform:translateX(-2800px)}4.62%{transform:translateX(-2880px)}4.84%{transform:translateX(-2960px)}5.06%{transform:translateX(-3040px)}5.28%{transform:translateX(-3120px)}5.28%{transform:translateX(-3200px)}5.49%{transform:translateX(-3280px)}5.5%{transform:translateX(-3360px)}5.5%{transform:translateX(-3440px)}5.72%{transform:translateX(-3520px)}5.94%{transform:translateX(-3600px)}6.16%{transform:translateX(-3680px)}6.38%{transform:translateX(-3760px)}6.38%{transform:translateX(-3840px)}6.58%{transform:translateX(-3920px)}6.6%{transform:translateX(-4000px)}6.82%{transform:translateX(-4080px)}7.03%{transform:translateX(-4160px)}7.25%{transform:translateX(-4240px)}7.47%{transform:translateX(-4320px)}7.47%{transform:translateX(-4400px)}7.68%{transform:translateX(-4480px)}7.69%{transform:translateX(-4560px)}7.91%{transform:translateX(-4640px)}8.13%{transform:translateX(-4720px)}8.35%{transform:translateX(-4800px)}8.57%{transform:translateX(-4880px)}8.78%{transform:translateX(-4960px)}8.79%{transform:translateX(-5040px)}9.01%{transform:translateX(-5120px)}9.23%{transform:translateX(-5200px)}9.45%{transform:translateX(-5280px)}9.67%{transform:translateX(-5360px)}9.87%{transform:translateX(-5440px)}9.89%{transform:translateX(-5520px)}10.11%{transform:translateX(-5600px)}10.33%{transform:translateX(-5680px)}10.55%{transform:translateX(-5760px)}10.77%{transform:translateX(-5840px)}10.97%{transform:translateX(-5920px)}10.99%{transform:translateX(-6000px)}10.99%{transform:translateX(-6080px)}11.21%{transform:translateX(-6160px)}11.21%{transform:translateX(-6240px)}11.43%{transform:translateX(-6320px)}11.65%{transform:translateX(-6400px)}11.87%{transform:translateX(-6480px)}12.07%{transform:translateX(-6560px)}12.09%{transform:translateX(-6640px)}12.3%{transform:translateX(-6720px)}12.52%{transform:translateX(-6800px)}12.74%{transform:translateX(-6880px)}12.96%{transform:translateX(-6960px)}13.16%{transform:translateX(-7040px)}13.18%{transform:translateX(-7120px)}13.4%{transform:translateX(-7200px)}13.62%{transform:translateX(-7280px)}13.84%{transform:translateX(-7360px)}14.06%{transform:translateX(-7440px)}14.26%{transform:translateX(-7520px)}14.28%{transform:translateX(-7600px)}14.5%{transform:translateX(-7680px)}14.72%{transform:translateX(-7760px)}14.72%{transform:translateX(-7840px)}14.94%{transform:translateX(-7920px)}15.16%{transform:translateX(-8000px)}15.36%{transform:translateX(-8080px)}15.38%{transform:translateX(-8160px)}15.6%{transform:translateX(-8240px)}15.82%{transform:translateX(-8320px)}16.04%{transform:translateX(-8400px)}16.26%{transform:translateX(-8480px)}16.45%{transform:translateX(-8560px)}16.45%{transform:translateX(-8640px)}17%{transform:translateX(-8720px)}17%{transform:translateX(-8800px)}17.55%{transform:translateX(-8880px)}17.55%{transform:translateX(-8960px)}18.1%{transform:translateX(-9040px)}18.1%{transform:translateX(-9120px)}18.65%{transform:translateX(-9200px)}19.2%{transform:translateX(-9280px)}19.74%{transform:translateX(-9360px)}19.74%{transform:translateX(-9440px)}20.29%{transform:translateX(-9520px)}20.29%{transform:translateX(-9600px)}20.84%{transform:translateX(-9680px)}20.84%{transform:translateX(-9760px)}21.39%{transform:translateX(-9840px)}21.39%{transform:translateX(-9920px)}21.94%{transform:translateX(-10000px)}21.94%{transform:translateX(-10080px)}22.49%{transform:translateX(-10160px)}22.49%{transform:translateX(-10240px)}25.23%{transform:translateX(-10320px)}25.23%{transform:translateX(-10400px)}25.78%{transform:translateX(-10480px)}26%{transform:translateX(-10560px)}26.22%{transform:translateX(-10640px)}26.44%{transform:translateX(-10720px)}26.66%{transform:translateX(-10800px)}26.87%{transform:translateX(-10880px)}26.87%{transform:translateX(-10960px)}27.09%{transform:translateX(-11040px)}27.31%{transform:translateX(-11120px)}27.53%{transform:translateX(-11200px)}27.75%{transform:translateX(-11280px)}27.97%{transform:translateX(-11360px)}27.97%{transform:translateX(-11440px)}28.19%{transform:translateX(-11520px)}28.41%{transform:translateX(-11600px)}28.63%{transform:translateX(-11680px)}28.85%{transform:translateX(-11760px)}29.07%{transform:translateX(-11840px)}29.07%{transform:translateX(-11920px)}29.07%{transform:translateX(-12000px)}29.29%{transform:translateX(-12080px)}29.29%{transform:translateX(-12160px)}29.51%{transform:translateX(-12240px)}29.73%{transform:translateX(-12320px)}29.95%{transform:translateX(-12400px)}30.16%{transform:translateX(-12480px)}32.36%{transform:translateX(-12560px)}32.36%{transform:translateX(-12640px)}32.9%{transform:translateX(-12720px)}32.9%{transform:translateX(-12800px)}32.9%{transform:translateX(-12880px)}32.9%{transform:translateX(-12960px)}34%{transform:translateX(-13040px)}34%{transform:translateX(-13120px)}35.1%{transform:translateX(-13200px)}35.1%{transform:translateX(-13280px)}36.19%{transform:translateX(-13360px)}36.19%{transform:translateX(-13440px)}36.19%{transform:translateX(-13520px)}37.29%{transform:translateX(-13600px)}37.29%{transform:translateX(-13680px)}38.39%{transform:translateX(-13760px)}38.39%{transform:translateX(-13840px)}39.48%{transform:translateX(-13920px)}39.48%{transform:translateX(-14000px)}39.48%{transform:translateX(-14080px)}40.58%{transform:translateX(-14160px)}40.58%{transform:translateX(-14240px)}40.58%{transform:translateX(-14320px)}41.68%{transform:translateX(-14400px)}41.68%{transform:translateX(-14480px)}41.68%{transform:translateX(-14560px)}42.77%{transform:translateX(-14640px)}42.77%{transform:translateX(-14720px)}42.77%{transform:translateX(-14800px)}46.06%{transform:translateX(-14880px)}46.61%{transform:translateX(-14960px)}46.61%{transform:translateX(-15040px)}46.61%{transform:translateX(-15120px)}46.61%{transform:translateX(-15200px)}50.99%{transform:translateX(-15280px)}50.99%{transform:translateX(-15360px)}51.54%{transform:translateX(-15440px)}52.09%{transform:translateX(-15520px)}52.64%{transform:translateX(-15600px)}53.19%{transform:translateX(-15680px)}53.74%{transform:translateX(-15760px)}54.29%{transform:translateX(-15840px)}54.83%{transform:translateX(-15920px)}60.32%{transform:translateX(-16000px)}60.87%{transform:translateX(-16080px)}60.87%{transform:translateX(-16160px)}60.87%{transform:translateX(-16240px)}60.87%{transform:translateX(-16320px)}60.87%{transform:translateX(-16400px)}60.87%{transform:translateX(-16480px)}60.87%{transform:translateX(-16560px)}60.87%{transform:translateX(-16640px)}60.87%{transform:translateX(-16720px)}60.87%{transform:translateX(-16800px)}60.87%{transform:translateX(-16880px)}60.87%{transform:translateX(-16960px)}60.87%{transform:translateX(-17040px)}60.87%{transform:translateX(-17120px)}60.87%{transform:translateX(-17200px)}60.87%{transform:translateX(-17280px)}68.54%{transform:translateX(-17360px)}68.54%{transform:translateX(-17440px)}69.09%{transform:translateX(-17520px)}69.64%{transform:translateX(-17600px)}69.91%{transform:translateX(-17680px)}70.19%{transform:translateX(-17760px)}70.46%{transform:translateX(-17840px)}70.74%{transform:translateX(-17920px)}71.01%{transform:translateX(-18000px)}71.28%{transform:translateX(-18080px)}71.56%{transform:translateX(-18160px)}71.83%{transform:translateX(-18240px)}72.11%{transform:translateX(-18320px)}72.38%{transform:translateX(-18400px)}72.66%{transform:translateX(-18480px)}72.93%{transform:translateX(-18560px)}73.2%{transform:translateX(-18640px)}73.48%{transform:translateX(-18720px)}73.75%{transform:translateX(-18800px)}74.03%{transform:translateX(-18880px)}74.3%{transform:translateX(-18960px)}74.58%{transform:translateX(-19040px)}74.85%{transform:translateX(-19120px)}75.13%{transform:translateX(-19200px)}75.4%{transform:translateX(-19280px)}75.67%{transform:translateX(-19360px)}75.95%{transform:translateX(-19440px)}76.22%{transform:translateX(-19520px)}76.5%{transform:translateX(-19600px)}76.77%{transform:translateX(-19680px)}77.05%{transform:translateX(-19760px)}77.32%{transform:translateX(-19840px)}77.59%{transform:translateX(-19920px)}77.87%{transform:translateX(-20000px)}78.14%{transform:translateX(-20080px)}78.42%{transform:translateX(-20160px)}78.69%{transform:translateX(-20240px)}78.97%{transform:translateX(-20320px)}79.24%{transform:translateX(-20400px)}79.52%{transform:translateX(-20480px)}79.79%{transform:translateX(-20560px)}80.06%{transform:translateX(-20640px)}82.53%{transform:translateX(-20720px)}82.53%{transform:translateX(-20800px)}83.08%{transform:translateX(-20880px)}83.08%{transform:translateX(-20960px)}83.08%{transform:translateX(-21040px)}84.18%{transform:translateX(-21120px)}84.18%{transform:translateX(-21200px)}84.18%{transform:translateX(-21280px)}84.54%{transform:translateX(-21360px)}84.54%{transform:translateX(-21440px)}84.54%{transform:translateX(-21520px)}84.54%{transform:translateX(-21600px)}84.91%{transform:translateX(-21680px)}84.91%{transform:translateX(-21760px)}84.91%{transform:translateX(-21840px)}84.91%{transform:translateX(-21920px)}85.27%{transform:translateX(-22000px)}85.27%{transform:translateX(-22080px)}85.27%{transform:translateX(-22160px)}85.27%{transform:translateX(-22240px)}85.64%{transform:translateX(-22320px)}85.64%{transform:translateX(-22400px)}85.64%{transform:translateX(-22480px)}86%{transform:translateX(-22560px)}86%{transform:translateX(-22640px)}86.37%{transform:translateX(-22720px)}86.37%{transform:translateX(-22800px)}86.73%{transform:translateX(-22880px)}86.73%{transform:translateX(-22960px)}87.1%{transform:translateX(-23040px)}87.1%{transform:translateX(-23120px)}87.47%{transform:translateX(-23200px)}87.47%{transform:translateX(-23280px)}87.83%{transform:translateX(-23360px)}87.83%{transform:translateX(-23440px)}87.83%{transform:translateX(-23520px)}88.05%{transform:translateX(-23600px)}88.05%{transform:translateX(-23680px)}88.05%{transform:translateX(-23760px)}88.27%{transform:translateX(-23840px)}88.27%{transform:translateX(-23920px)}88.27%{transform:translateX(-24000px)}88.49%{transform:translateX(-24080px)}88.49%{transform:translateX(-24160px)}88.49%{transform:translateX(-24240px)}88.49%{transform:translateX(-24320px)}90.68%{transform:translateX(-24400px)}91.23%{transform:translateX(-24480px)}91.23%{transform:translateX(-24560px)}91.23%{transform:translateX(-24640px)}94.52%{transform:translateX(-24720px)}100%{transform:translateX(-24800px)}}███████████████████████████████████████████████████████████████████████████████████████████████████████████████████ PTDP - PTerm Demo Program INFO ThisanimationwasgeneratedwiththelatestversionofPTerm! PTermworksonnearlyeveryterminalandoperatingsystem. It'ssupereasytouse! Ifyouwant,youcancustomizeeverything:) Youcanseethecodeofthisdemointhe./_examples/demodirectory. Thisdemowasupdatedat:26Jul2022-09:32:16UTCWaitingfor15seconds...Waitingfor14seconds...Waitingfor14seconds...Waitingfor13seconds...Waitingfor13seconds...Waitingfor12seconds...Waitingfor12seconds...Waitingfor11seconds...Waitingfor11seconds...Waitingfor10seconds...Waitingfor10seconds...Waitingfor9seconds...Waitingfor9seconds...Waitingfor8seconds...Waitingfor8seconds...Waitingfor7seconds...Waitingfor7seconds...Waitingfor6seconds...Waitingfor6seconds...Waitingfor5seconds...Waitingfor5seconds...Waitingfor4seconds...Waitingfor4seconds...Waitingfor3seconds...Waitingfor3seconds...Waitingfor2seconds...Waitingfor2seconds...Waitingfor1second...Waitingfor1second... Progress bar SUCCESS Installingpseudo-excel SUCCESS Installingpseudo-photoshop SUCCESS Installingpseudo-chrome SUCCESS Installingpseudo-outlook SUCCESS Installingpseudo-explorer SUCCESS Installingpseudo-git SUCCESS Installingpseudo-vsc SUCCESS Installingpseudo-intellij WARNING Couldnotinstallpseudo-minecraft Thecompanypolicyforbidsgames. SUCCESS Installingpseudo-scoop SUCCESS Installingpseudo-chocolatey Spinner Live Output INFO YoucanuseanAreatodisplaychangingoutput:██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ Tables Library|DescriptionPTerm|MakebeautifulCLIsTestza|ProgrammerfriendlytestframeworkCursor|Movethecursoraroundtheterminal┌───────────────────────────────────────────────┐|Library|Description||PTerm|MakebeautifulCLIs||Testza|Programmerfriendlytestframework||Cursor|Movethecursoraroundtheterminal| Default Prefix Printers DEBUG Hello,World! INFO Hello,World! SUCCESS Hello,World! WARNING Hello,World! ERROR Errorsshowthefilenameandlinenumberinsidetheterminal! INFO OtherPrefixPrinterscandothattoo!(/github/workspace/_examples/demo/demo/main.go:107) TrueColor Support IfyourterminalhasTrueColorsupport,youcanuseRGBcolors!Youcanevenfadethem:)Loremipsumdolorsitamet,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduntutlaboreetdoloremagnaaliquyamerat,seddiamvoluptua.Atveroeosetaccusametjustoduodoloresetearebum.Stetclitakasdgubergren,noseatakimatasanctusestLoremipsumdolorsitamet.Loremipsumdolorsitamet,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduntutlaboreetdoloremagnaaliquyamerat,seddiamvoluptua.Atveroeosetaccusametjustoduodoloresetearebum.Stetclitakasdgubergren,noseatakimatasanctus Themes INFO YoucanchangethecolorthemeofPTermeasilytofityourneeds! Thisisthedefaultone:DefaultTextPrimaryStyleSecondaryStyleHighlightStyleInfoMessageStyleInfoPrefixStyleSuccessMessageStyleSuccessPrefixStyleWarningMessageStyleWarningPrefixStyleErrorMessageStyleErrorPrefixStyleFatalMessageStyleFatalPrefixStyleDescriptionMessageStyleDescriptionPrefixStyleScopeStyleProgressbarBarStyleProgressbarTitleStyleHeaderTextStyleHeaderBackgroundStyleSpinnerStyleSpinnerTextStyleTimerStyleTableStyleTableHeaderStyleTableSeparatorStyleSectionStyleBulletListTextStyleBulletListBulletStyleTreeStyleTreeTextStyleLetterStyleDebugMessageStyleDebugPrefixStyleBoxStyleBoxTextStyleBarLabelStyle Fully Customizale ┌──────────────────────────────────────┐|Allprintersarefullycustomizable!|└──────────────────────────────────────┘||└────────────────────────────────────|┌─Sometitle!────────────────────────┐┌────────────Sometitle!─────────────┐┌────────────────────────Sometitle!─┐┌──────────────────────────────────────┐|||Allprintersarefullycustomizable!|┌──────────────────────────────────────┐|||Allprintersarefullycustomizable!|┌──────────────────────────────────────┐|||Allprintersarefullycustomizable!|╔══════════════════════════════════════╗Allprintersarefullycustomizable! And much more! ┌───────────────────────────────┐|||HavefunexploringPTerm!|Waitingfor15seconds...Waitingfor15seconds...Waitingfor15seconds...Waitingfor14seconds...Waitingfor14seconds...Waitingfor13seconds...Waitingfor13seconds...Waitingfor12seconds...Waitingfor12seconds...Waitingfor11seconds...Waitingfor11seconds...Waitingfor10seconds...Waitingfor10seconds...Waitingfor9seconds...Waitingfor9seconds...Waitingfor8seconds...Waitingfor8seconds...Waitingfor7seconds...Waitingfor7seconds...Waitingfor6seconds...Waitingfor6seconds...Waitingfor5seconds...Waitingfor5seconds...Waitingfor4seconds...Waitingfor4seconds...Waitingfor3seconds...Waitingfor3seconds...Waitingfor2seconds...Waitingfor2seconds...Waitingfor1second...Waitingfor1second...Installingpseudo-excel[0/11]0%|0sInstallingpseudo-excel[1/11]████9%|0sInstallingpseudo-photoshop[2/11]███████18%|1sInstallingpseudo-chrome[2/11]███████18%|1sInstallingpseudo-chrome[3/11]███████████27%|1sInstallingpseudo-outlook[4/11]██████████████36%|2sInstallingpseudo-explorer[5/11]█████████████████45%|2sInstallingpseudo-git[5/11]███████████████████45%|3sInstallingpseudo-git[6/11]███████████████████████55%|3sInstallingpseudo-vsc[6/11]███████████████████████55%|3sInstallingpseudo-vsc[7/11]███████████████████████████64%|3sInstallingpseudo-intellij[7/11]███████████████████████64%|4sInstallingpseudo-intellij[8/11]███████████████████████████73%|4sInstallingpseudo-minecraft[8/11]██████████████████████████73%|4sInstallingpseudo-minecraft[9/11]█████████████████████████████82%|4sInstallingpseudo-scoop[9/11]████████████████████████████████82%|5sInstallingpseudo-scoop[10/11]███████████████████████████████████91%|5sInstallingpseudo-chocolatey[10/11]███████████████████████████████91%|5sInstallingpseudo-chocolatey[11/11]█████████████████████████████████100%|5sInstallingpseudo-intellij(0s)Installingpseudo-intellij(0s)Installingpseudo-intellij(1s)Installingpseudo-intellij(1s)Installingpseudo-minecraft(1s)Installingpseudo-minecraft(1s)Installingpseudo-minecraft(1s)Installingpseudo-minecraft(2s)Installingpseudo-minecraft(2s)Installingpseudo-scoop(2s)Installingpseudo-scoop(2s)Installingpseudo-scoop(2s)Installingpseudo-scoop(3s)Installingpseudo-scoop(3s)Installingpseudo-chocolateyInstallingpseudo-chocolatey(3s)Installingpseudo-chocolatey(3s)Installingpseudo-chocolatey(3s)Installingpseudo-chocolatey(4s)Installingpseudo-chocolatey(4s)██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████┌───────────────└─────────────└───────────────────────────────────────────────┘ FATAL Hello,World!IfyourterminalhasTrueColorsupport,youcYoucanevenfadethem:Loremipsumdolorsitamet,conseteturstempotemporinviduntutlaboreetdoloremagnaaliquyaeroeosetacceroeosetaccusametjustoduodoloresetearebum.StenoseatakimatasannoseatakimatasanctusestLoremipsumdolorsitamet.Loremet,consetetursadipscinget,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduneetdoloremagnaaliquyamerat,seetdoloremagnaaliquyamerat,seddiamvoluptua.Atveroeosetaccusametjstoduodoloresetearebum.StetclitakasestLoreestLoremipsumdolorsitamet.BarStyle└──────────────────────────────────────└────────────────────────Sometitle!─┘└────────────Sometitle!─────────────┘└─Sometitle!────────────────────────┘|└──────────────────────────────────└──────────────────────────────────────┘|└──────────────────────────────────└──────────────────────────────────────┘|└──────────────────────────────────└──────────────────────────────────────┘╚════════════════════════════════════╚══════════════════════════════════════╝|└───────────────────────────────┘Restartinganimation... \ No newline at end of file diff --git a/_examples/header-custom/demo/animation.svg b/_examples/header-custom/demo/animation.svg index 5fcc1a44a..09068311f 100644 --- a/_examples/header-custom/demo/animation.svg +++ b/_examples/header-custom/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{fill:rgb(160,160,160);white-space:pre}.h{white-space:pre}.i{fill:rgb(232,131,136)}.j{fill:transparent}.l{animation-duration:5.006459s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}100%{transform:translateX(-160px)}} This is a custom header! This is a custom header! Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{fill:rgb(160,160,160);white-space:pre}.h{white-space:pre}.i{fill:rgb(232,131,136)}.j{fill:transparent}.l{animation-duration:5.004788s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}} This is a custom header! This is a custom header! Restartinganimation... \ No newline at end of file diff --git a/_examples/header/demo/animation.svg b/_examples/header/demo/animation.svg index 3c43bc0b6..d5fb4bf67 100644 --- a/_examples/header/demo/animation.svg +++ b/_examples/header/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(111,119,131)}.g{fill:rgb(160,160,160);white-space:pre}.h{fill:rgb(255,255,255);font-weight:bold;white-space:pre}.i{fill:transparent}.k{animation-duration:5.006126s;animation-iteration-count:infinite;animation-name:j;animation-timing-function:steps(1,end)}@keyframes j{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}} This is the default header! This is a full-width header. Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(111,119,131)}.g{fill:rgb(160,160,160);white-space:pre}.h{fill:rgb(255,255,255);font-weight:bold;white-space:pre}.i{fill:transparent}.k{animation-duration:5.005005s;animation-iteration-count:infinite;animation-name:j;animation-timing-function:steps(1,end)}@keyframes j{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}} This is the default header! This is a full-width header. Restartinganimation... \ No newline at end of file diff --git a/_examples/interactive_confirm/demo/animation.svg b/_examples/interactive_confirm/demo/animation.svg index 46f502ad2..058b18a5f 100644 --- a/_examples/interactive_confirm/demo/animation.svg +++ b/_examples/interactive_confirm/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(234,89,246);white-space:pre}.h{fill:rgb(124,255,0);white-space:pre}.i{fill:rgb(102,194,205)}.j{white-space:pre}.k{fill:transparent}.l{fill:rgb(160,160,160)}.n{animation-duration:7.008646000000001s;animation-iteration-count:infinite;animation-name:m;animation-timing-function:steps(1,end)}.o{fill:rgb(160,160,160);white-space:pre}@keyframes m{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}28.7%{transform:translateX(-160px)}28.7%{transform:translateX(-240px)}100%{transform:translateX(-320px)}}Pleaseconfirm[y/N]:Yes INFO Youanswered:YesPleaseconfirm[y/N]:Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(234,89,246);white-space:pre}.h{fill:rgb(124,255,0);white-space:pre}.i{fill:rgb(102,194,205)}.j{white-space:pre}.k{fill:transparent}.l{fill:rgb(160,160,160)}.n{animation-duration:7.0054680000000005s;animation-iteration-count:infinite;animation-name:m;animation-timing-function:steps(1,end)}.o{fill:rgb(160,160,160);white-space:pre}@keyframes m{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}28.6%{transform:translateX(-160px)}28.6%{transform:translateX(-240px)}100%{transform:translateX(-320px)}}Pleaseconfirm[y/N]:Yes INFO Youanswered:YesPleaseconfirm[y/N]:Restartinganimation... \ No newline at end of file diff --git a/_examples/interactive_multiselect/demo/animation.svg b/_examples/interactive_multiselect/demo/animation.svg index d03defbfc..f3886b54e 100644 --- a/_examples/interactive_multiselect/demo/animation.svg +++ b/_examples/interactive_multiselect/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(160,160,160);white-space:pre}.h{fill:rgb(234,89,246);white-space:pre}.i{fill:rgb(255,0,4);white-space:pre}.j{fill:rgb(234,89,246);font-weight:bold;white-space:pre}.k{fill:rgb(124,255,0);white-space:pre}.l{fill:rgb(102,194,205)}.m{white-space:pre}.n{fill:transparent}.o{fill:rgb(160,160,160)}.q{animation-duration:15.221783s;animation-iteration-count:infinite;animation-name:p;animation-timing-function:steps(1,end)}@keyframes p{0%{transform:translateX(-0px)}0%{transform:translateX(-80px)}0%{transform:translateX(-160px)}6.6%{transform:translateX(-240px)}6.6%{transform:translateX(-320px)}6.6%{transform:translateX(-400px)}6.6%{transform:translateX(-480px)}7.3%{transform:translateX(-560px)}7.3%{transform:translateX(-640px)}7.3%{transform:translateX(-720px)}7.3%{transform:translateX(-800px)}7.3%{transform:translateX(-880px)}10.6%{transform:translateX(-960px)}10.6%{transform:translateX(-1040px)}13.9%{transform:translateX(-1120px)}13.9%{transform:translateX(-1200px)}13.9%{transform:translateX(-1280px)}14.5%{transform:translateX(-1360px)}17.8%{transform:translateX(-1440px)}17.8%{transform:translateX(-1520px)}21.1%{transform:translateX(-1600px)}21.1%{transform:translateX(-1680px)}21.1%{transform:translateX(-1760px)}21.1%{transform:translateX(-1840px)}21.1%{transform:translateX(-1920px)}21.1%{transform:translateX(-2000px)}21.1%{transform:translateX(-2080px)}21.7%{transform:translateX(-2160px)}21.8%{transform:translateX(-2240px)}21.8%{transform:translateX(-2320px)}25%{transform:translateX(-2400px)}25%{transform:translateX(-2480px)}28.3%{transform:translateX(-2560px)}29%{transform:translateX(-2640px)}32.3%{transform:translateX(-2720px)}32.3%{transform:translateX(-2800px)}32.3%{transform:translateX(-2880px)}35.6%{transform:translateX(-2960px)}35.6%{transform:translateX(-3040px)}35.6%{transform:translateX(-3120px)}36.2%{transform:translateX(-3200px)}36.2%{transform:translateX(-3280px)}39.5%{transform:translateX(-3360px)}39.5%{transform:translateX(-3440px)}49.4%{transform:translateX(-3520px)}49.4%{transform:translateX(-3600px)}50.4%{transform:translateX(-3680px)}51.3%{transform:translateX(-3760px)}51.4%{transform:translateX(-3840px)}52.3%{transform:translateX(-3920px)}52.3%{transform:translateX(-4000px)}52.3%{transform:translateX(-4080px)}53.3%{transform:translateX(-4160px)}60.9%{transform:translateX(-4240px)}60.9%{transform:translateX(-4320px)}60.9%{transform:translateX(-4400px)}62.9%{transform:translateX(-4480px)}64.8%{transform:translateX(-4560px)}64.8%{transform:translateX(-4640px)}67.1%{transform:translateX(-4720px)}67.1%{transform:translateX(-4800px)}67.2%{transform:translateX(-4880px)}100%{transform:translateX(-4960px)}}Pleaseselectyouroptions:>[]Option0[]Option1[]Option2[]Option3[]Option4enter:select|tab:confirm|left:none|right:all|typetofilter[]Option0>[]Option1>[]Option1[]Option1[]Option3>[]Option5>[]Option5[]Option5[]Option6[]Option7[]Option8>[]Option9[]Option9>[]Youcanusefuzzysearching(0)[]Youcanusefuzzysearching(1)[]Youcanusefuzzysearching(2)[]Youcanusefuzzysearching(3)[]Youcanusefuzzysearching(4)Pleaseselectyouroptions:fuPleaseselectyouroptions:fuzPleaseselectyouroptions:fuzzPleaseselectyouroptions:fuzzy[]Youcanusefuzzysearching(0)>[]Youcanusefuzzysearching(1)>[]Youcanusefuzzysearching(2)>Option1>Option3>Option5>Option7>Option9>Youcanusefuzzysearching(2) INFO Selectedoptions:[Option1Option3Option5Option7Option9Youcanusefuzzysearching(2)]>[]Option2>[]Option3>[]Option3>[]Option4>[]Option6>[]Option7>[]Option7>[]Option8>[]Option9>[]Option10Pleaseselectyouroptions:f>[]Youcanusefuzzysearching(2)Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(160,160,160);white-space:pre}.h{fill:rgb(234,89,246);white-space:pre}.i{fill:rgb(255,0,4);white-space:pre}.j{fill:rgb(234,89,246);font-weight:bold;white-space:pre}.k{fill:rgb(124,255,0);white-space:pre}.l{fill:rgb(102,194,205)}.m{white-space:pre}.n{fill:transparent}.o{fill:rgb(160,160,160)}.q{animation-duration:15.21896s;animation-iteration-count:infinite;animation-name:p;animation-timing-function:steps(1,end)}@keyframes p{0%{transform:translateX(-0px)}0%{transform:translateX(-80px)}0%{transform:translateX(-160px)}0%{transform:translateX(-240px)}0%{transform:translateX(-320px)}0%{transform:translateX(-400px)}0%{transform:translateX(-480px)}0%{transform:translateX(-560px)}0%{transform:translateX(-640px)}0%{transform:translateX(-720px)}6.6%{transform:translateX(-800px)}6.6%{transform:translateX(-880px)}7.3%{transform:translateX(-960px)}10.6%{transform:translateX(-1040px)}10.6%{transform:translateX(-1120px)}13.8%{transform:translateX(-1200px)}14.5%{transform:translateX(-1280px)}14.5%{transform:translateX(-1360px)}17.8%{transform:translateX(-1440px)}17.8%{transform:translateX(-1520px)}21.1%{transform:translateX(-1600px)}21.1%{transform:translateX(-1680px)}21.7%{transform:translateX(-1760px)}21.7%{transform:translateX(-1840px)}25%{transform:translateX(-1920px)}28.3%{transform:translateX(-2000px)}29%{transform:translateX(-2080px)}29%{transform:translateX(-2160px)}29%{transform:translateX(-2240px)}29%{transform:translateX(-2320px)}29%{transform:translateX(-2400px)}29%{transform:translateX(-2480px)}29%{transform:translateX(-2560px)}29%{transform:translateX(-2640px)}29%{transform:translateX(-2720px)}29%{transform:translateX(-2800px)}32.3%{transform:translateX(-2880px)}35.6%{transform:translateX(-2960px)}35.6%{transform:translateX(-3040px)}35.6%{transform:translateX(-3120px)}35.6%{transform:translateX(-3200px)}36.2%{transform:translateX(-3280px)}36.2%{transform:translateX(-3360px)}36.2%{transform:translateX(-3440px)}39.5%{transform:translateX(-3520px)}49.4%{transform:translateX(-3600px)}49.4%{transform:translateX(-3680px)}50.4%{transform:translateX(-3760px)}50.4%{transform:translateX(-3840px)}51.4%{transform:translateX(-3920px)}51.4%{transform:translateX(-4000px)}52.3%{transform:translateX(-4080px)}52.3%{transform:translateX(-4160px)}53.3%{transform:translateX(-4240px)}53.3%{transform:translateX(-4320px)}60.9%{transform:translateX(-4400px)}60.9%{transform:translateX(-4480px)}62.9%{transform:translateX(-4560px)}62.9%{transform:translateX(-4640px)}62.9%{transform:translateX(-4720px)}62.9%{transform:translateX(-4800px)}62.9%{transform:translateX(-4880px)}64.8%{transform:translateX(-4960px)}64.8%{transform:translateX(-5040px)}64.8%{transform:translateX(-5120px)}64.8%{transform:translateX(-5200px)}64.8%{transform:translateX(-5280px)}64.8%{transform:translateX(-5360px)}64.8%{transform:translateX(-5440px)}64.8%{transform:translateX(-5520px)}64.8%{transform:translateX(-5600px)}64.8%{transform:translateX(-5680px)}64.8%{transform:translateX(-5760px)}67.1%{transform:translateX(-5840px)}67.1%{transform:translateX(-5920px)}100%{transform:translateX(-6000px)}}Pleaseselectyouroptions:>[]Option0[]Option1[]Option2[]Option3[]Option4enter:select|tab:confirm|left:none|right:all|typetofilter[]Option0>[]Option1[]Option1>[]Option3>[]Option3[]Option3>[]Option5[]Option5[]Option6>[]Option7[]Option7>[]Option8[]Option8>[]Option9[]Option9Pleaseselectyouroptions:f>[]Youcanusefuzzysearching(0)[]Youcanusefuzzysearching(1)[]Youcanusefuzzysearching(2)[]Youcanusefuzzysearching(3)[]Youcanusefuzzysearching(4)Pleaseselectyouroptions:fuPleaseselectyouroptions:fuzPleaseselectyouroptions:fuzzPleaseselectyouroptions:fuzzy[]Youcanusefuzzysearching(0)>[]Youcanusefuzzysearching(1)>[]Youcanusefuzzysearching(2)>[]Youcanusefuzzysearching(2)>Option1>Option3>Option5>Option7>Option9>Youcanusefuzzysearching(2) INFO Selectedoptions:[Option1Option3Option5Option7Option9Youcanusefuzzysearching(2)]>[]Option1>[]Option2>[]Option4>[]Option5>[]Option6>[]Option7>[]Option9>[]Option10Restartinganimation... \ No newline at end of file diff --git a/_examples/interactive_select/demo/animation.svg b/_examples/interactive_select/demo/animation.svg index c19c742cb..36f0c1027 100644 --- a/_examples/interactive_select/demo/animation.svg +++ b/_examples/interactive_select/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(234,89,246);white-space:pre}.h{fill:rgb(160,160,160);white-space:pre}.i{fill:rgb(102,194,205)}.j{white-space:pre}.k{fill:rgb(124,255,0);white-space:pre}.l{fill:transparent}.m{fill:rgb(160,160,160)}.o{animation-duration:11.868525s;animation-iteration-count:infinite;animation-name:n;animation-timing-function:steps(1,end)}@keyframes n{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}8.5%{transform:translateX(-240px)}8.5%{transform:translateX(-320px)}8.5%{transform:translateX(-400px)}8.5%{transform:translateX(-480px)}8.5%{transform:translateX(-560px)}8.5%{transform:translateX(-640px)}8.5%{transform:translateX(-720px)}8.5%{transform:translateX(-800px)}10.6%{transform:translateX(-880px)}10.6%{transform:translateX(-960px)}12.7%{transform:translateX(-1040px)}12.7%{transform:translateX(-1120px)}12.7%{transform:translateX(-1200px)}14.8%{transform:translateX(-1280px)}14.8%{transform:translateX(-1360px)}14.8%{transform:translateX(-1440px)}14.8%{transform:translateX(-1520px)}14.8%{transform:translateX(-1600px)}16.9%{transform:translateX(-1680px)}16.9%{transform:translateX(-1760px)}19%{transform:translateX(-1840px)}21.1%{transform:translateX(-1920px)}21.1%{transform:translateX(-2000px)}21.1%{transform:translateX(-2080px)}21.1%{transform:translateX(-2160px)}23.3%{transform:translateX(-2240px)}23.3%{transform:translateX(-2320px)}23.3%{transform:translateX(-2400px)}23.3%{transform:translateX(-2480px)}23.3%{transform:translateX(-2560px)}25.4%{transform:translateX(-2640px)}25.4%{transform:translateX(-2720px)}25.4%{transform:translateX(-2800px)}27.5%{transform:translateX(-2880px)}27.5%{transform:translateX(-2960px)}38%{transform:translateX(-3040px)}38%{transform:translateX(-3120px)}39.3%{transform:translateX(-3200px)}40.6%{transform:translateX(-3280px)}40.6%{transform:translateX(-3360px)}41.8%{transform:translateX(-3440px)}43.1%{transform:translateX(-3520px)}52.8%{transform:translateX(-3600px)}55.3%{transform:translateX(-3680px)}55.3%{transform:translateX(-3760px)}57.9%{transform:translateX(-3840px)}57.9%{transform:translateX(-3920px)}100%{transform:translateX(-4000px)}}Pleaseselectanoption[typetosearch]:>Option0Option1Option2Option3Option4Option0>Option1>Option3>Option4Option5Option6Option7Option8>Option9>Youcanusefuzzysearching(0)Youcanusefuzzysearching(1)Youcanusefuzzysearching(2)Youcanusefuzzysearching(3)Youcanusefuzzysearching(4)Pleaseselectanoption[typetosearch]:fuzzyYoucanusefuzzysearching(0)>Youcanusefuzzysearching(1)>Youcanusefuzzysearching(2)Pleaseselectanoption:fuzzy>Youcanusefuzzysearching(2) INFO Selectedoption:Youcanusefuzzysearching(2)>Option2>Option5>Option6>Option7>Option8Option9>Option10Pleaseselectanoption[typetosearch]:fPleaseselectanoption[typetosearch]:fuPleaseselectanoption[typetosearch]:fuzPleaseselectanoption[typetosearch]:fuzzRestartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(234,89,246);white-space:pre}.h{fill:rgb(160,160,160);white-space:pre}.i{fill:rgb(102,194,205)}.j{white-space:pre}.k{fill:rgb(124,255,0);white-space:pre}.l{fill:transparent}.m{fill:rgb(160,160,160)}.o{animation-duration:11.868659s;animation-iteration-count:infinite;animation-name:n;animation-timing-function:steps(1,end)}@keyframes n{0%{transform:translateX(-0px)}0%{transform:translateX(-80px)}0%{transform:translateX(-160px)}0%{transform:translateX(-240px)}0%{transform:translateX(-320px)}8.5%{transform:translateX(-400px)}8.5%{transform:translateX(-480px)}10.6%{transform:translateX(-560px)}12.7%{transform:translateX(-640px)}12.7%{transform:translateX(-720px)}14.8%{transform:translateX(-800px)}16.9%{transform:translateX(-880px)}16.9%{transform:translateX(-960px)}16.9%{transform:translateX(-1040px)}16.9%{transform:translateX(-1120px)}16.9%{transform:translateX(-1200px)}16.9%{transform:translateX(-1280px)}16.9%{transform:translateX(-1360px)}16.9%{transform:translateX(-1440px)}16.9%{transform:translateX(-1520px)}16.9%{transform:translateX(-1600px)}19%{transform:translateX(-1680px)}19%{transform:translateX(-1760px)}21.1%{transform:translateX(-1840px)}23.3%{transform:translateX(-1920px)}23.3%{transform:translateX(-2000px)}25.4%{transform:translateX(-2080px)}27.5%{transform:translateX(-2160px)}27.5%{transform:translateX(-2240px)}38%{transform:translateX(-2320px)}38%{transform:translateX(-2400px)}39.3%{transform:translateX(-2480px)}39.3%{transform:translateX(-2560px)}40.6%{transform:translateX(-2640px)}40.6%{transform:translateX(-2720px)}40.6%{transform:translateX(-2800px)}41.8%{transform:translateX(-2880px)}43.1%{transform:translateX(-2960px)}43.1%{transform:translateX(-3040px)}52.8%{transform:translateX(-3120px)}52.8%{transform:translateX(-3200px)}55.3%{transform:translateX(-3280px)}55.3%{transform:translateX(-3360px)}57.9%{transform:translateX(-3440px)}57.9%{transform:translateX(-3520px)}57.9%{transform:translateX(-3600px)}57.9%{transform:translateX(-3680px)}100%{transform:translateX(-3760px)}}Pleaseselectanoption[typetosearch]:>Option0Option1Option2Option3Option4Option0>Option2>Option4Option5Option6Option7Option8Pleaseselectanoption[typetosearch]:f>Youcanusefuzzysearching(0)Youcanusefuzzysearching(1)Youcanusefuzzysearching(2)Youcanusefuzzysearching(3)Youcanusefuzzysearching(4)Pleaseselectanoption[typetosearch]:fuPleaseselectanoption[typetosearch]:fuzPleaseselectanoption[typetosearch]:fuzzPleaseselectanoption[typetosearch]:fuzzyYoucanusefuzzysearching(0)>Youcanusefuzzysearching(1)>Youcanusefuzzysearching(2)Pleaseselectanoption:fuzzy>Youcanusefuzzysearching(2) INFO Selectedoption:Youcanusefuzzysearching(2)>Option1>Option3>Option5>Option6>Option7>Option8>Option9Option9>Option10Restartinganimation... \ No newline at end of file diff --git a/_examples/interactive_textinput/demo/animation.svg b/_examples/interactive_textinput/demo/animation.svg index a64010912..486144ccd 100644 --- a/_examples/interactive_textinput/demo/animation.svg +++ b/_examples/interactive_textinput/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(160,160,160);white-space:pre}.h{fill:rgb(102,194,205)}.i{white-space:pre}.j{fill:transparent}.k{fill:rgb(160,160,160)}.m{animation-duration:11.321424s;animation-iteration-count:infinite;animation-name:l;animation-timing-function:steps(1,end)}@keyframes l{0%{transform:translateX(-0px)}0%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}8.9%{transform:translateX(-240px)}11.1%{transform:translateX(-320px)}11.1%{transform:translateX(-400px)}13.3%{transform:translateX(-480px)}13.3%{transform:translateX(-560px)}15.5%{transform:translateX(-640px)}15.5%{transform:translateX(-720px)}17.7%{transform:translateX(-800px)}20%{transform:translateX(-880px)}22.2%{transform:translateX(-960px)}22.2%{transform:translateX(-1040px)}24.4%{transform:translateX(-1120px)}24.4%{transform:translateX(-1200px)}26.6%{transform:translateX(-1280px)}28.8%{transform:translateX(-1360px)}31%{transform:translateX(-1440px)}33.2%{transform:translateX(-1520px)}35.5%{transform:translateX(-1600px)}37.7%{transform:translateX(-1680px)}39%{transform:translateX(-1760px)}40.3%{transform:translateX(-1840px)}41.7%{transform:translateX(-1920px)}43%{transform:translateX(-2000px)}43%{transform:translateX(-2080px)}44.3%{transform:translateX(-2160px)}45.7%{transform:translateX(-2240px)}47%{transform:translateX(-2320px)}51.4%{transform:translateX(-2400px)}55.8%{transform:translateX(-2480px)}100%{transform:translateX(-2560px)}}Inputtext:Inputtext:HInputtext:HelInputtext:HellInputtext:Hello;Inputtext:Hello;World!Inputtext:Hello,World! INFO Youanswered:Hello,World!Inputtext:HeInputtext:HelloInputtext:Hello;WInputtext:Hello;WoInputtext:Hello;WorInputtext:Hello;WorlInputtext:Hello;WorldInputtext:HelloWorld!Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(160,160,160);white-space:pre}.h{fill:rgb(102,194,205)}.i{white-space:pre}.j{fill:transparent}.k{fill:rgb(160,160,160)}.m{animation-duration:11.32169s;animation-iteration-count:infinite;animation-name:l;animation-timing-function:steps(1,end)}@keyframes l{0%{transform:translateX(-0px)}0%{transform:translateX(-80px)}0%{transform:translateX(-160px)}8.9%{transform:translateX(-240px)}11.1%{transform:translateX(-320px)}11.1%{transform:translateX(-400px)}13.3%{transform:translateX(-480px)}13.3%{transform:translateX(-560px)}15.5%{transform:translateX(-640px)}15.5%{transform:translateX(-720px)}17.7%{transform:translateX(-800px)}17.7%{transform:translateX(-880px)}17.7%{transform:translateX(-960px)}20%{transform:translateX(-1040px)}20%{transform:translateX(-1120px)}22.2%{transform:translateX(-1200px)}22.2%{transform:translateX(-1280px)}24.4%{transform:translateX(-1360px)}24.4%{transform:translateX(-1440px)}26.6%{transform:translateX(-1520px)}28.8%{transform:translateX(-1600px)}28.8%{transform:translateX(-1680px)}31%{transform:translateX(-1760px)}33.2%{transform:translateX(-1840px)}33.2%{transform:translateX(-1920px)}35.5%{transform:translateX(-2000px)}35.5%{transform:translateX(-2080px)}35.5%{transform:translateX(-2160px)}37.7%{transform:translateX(-2240px)}37.7%{transform:translateX(-2320px)}39%{transform:translateX(-2400px)}39%{transform:translateX(-2480px)}40.3%{transform:translateX(-2560px)}40.3%{transform:translateX(-2640px)}41.7%{transform:translateX(-2720px)}41.7%{transform:translateX(-2800px)}43%{transform:translateX(-2880px)}43%{transform:translateX(-2960px)}44.3%{transform:translateX(-3040px)}44.3%{transform:translateX(-3120px)}45.7%{transform:translateX(-3200px)}45.7%{transform:translateX(-3280px)}47%{transform:translateX(-3360px)}47%{transform:translateX(-3440px)}51.4%{transform:translateX(-3520px)}55.8%{transform:translateX(-3600px)}55.8%{transform:translateX(-3680px)}100%{transform:translateX(-3760px)}}Inputtext:Inputtext:HeInputtext:HelInputtext:HellInputtext:HelloInputtext:Hello;Inputtext:Hello;WoInputtext:Hello;WorlInputtext:Hello;WorldInputtext:Hello;World!Inputtext:Hello,World! INFO Youanswered:Hello,World!Inputtext:HInputtext:Hello;WInputtext:Hello;WorInputtext:HelloWorld!Restartinganimation... \ No newline at end of file diff --git a/_examples/interactive_textinput/multi-line/animation.svg b/_examples/interactive_textinput/multi-line/animation.svg index e9f18fc8f..7975fe731 100644 --- a/_examples/interactive_textinput/multi-line/animation.svg +++ b/_examples/interactive_textinput/multi-line/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(234,89,246);white-space:pre}.h{fill:rgb(160,160,160);white-space:pre}.i{fill:rgb(102,194,205)}.j{white-space:pre}.k{fill:transparent}.l{fill:rgb(160,160,160)}.n{animation-duration:16.330692s;animation-iteration-count:infinite;animation-name:m;animation-timing-function:steps(1,end)}@keyframes m{0%{transform:translateX(-0px)}0%{transform:translateX(-80px)}0%{transform:translateX(-160px)}6.2%{transform:translateX(-240px)}7.7%{transform:translateX(-320px)}7.7%{transform:translateX(-400px)}7.7%{transform:translateX(-480px)}9.2%{transform:translateX(-560px)}9.2%{transform:translateX(-640px)}10.8%{transform:translateX(-720px)}10.8%{transform:translateX(-800px)}12.3%{transform:translateX(-880px)}12.3%{transform:translateX(-960px)}12.3%{transform:translateX(-1040px)}12.3%{transform:translateX(-1120px)}13.8%{transform:translateX(-1200px)}15.4%{transform:translateX(-1280px)}15.4%{transform:translateX(-1360px)}16.9%{transform:translateX(-1440px)}16.9%{transform:translateX(-1520px)}18.4%{transform:translateX(-1600px)}20%{transform:translateX(-1680px)}20%{transform:translateX(-1760px)}21.5%{transform:translateX(-1840px)}21.5%{transform:translateX(-1920px)}23%{transform:translateX(-2000px)}24.6%{transform:translateX(-2080px)}26.1%{transform:translateX(-2160px)}26.1%{transform:translateX(-2240px)}27.6%{transform:translateX(-2320px)}27.6%{transform:translateX(-2400px)}29.2%{transform:translateX(-2480px)}29.2%{transform:translateX(-2560px)}30.1%{transform:translateX(-2640px)}30.1%{transform:translateX(-2720px)}31%{transform:translateX(-2800px)}32%{transform:translateX(-2880px)}32.9%{transform:translateX(-2960px)}33.8%{transform:translateX(-3040px)}34.7%{transform:translateX(-3120px)}34.7%{transform:translateX(-3200px)}35.6%{transform:translateX(-3280px)}38.7%{transform:translateX(-3360px)}41.8%{transform:translateX(-3440px)}41.8%{transform:translateX(-3520px)}43.3%{transform:translateX(-3600px)}44.8%{transform:translateX(-3680px)}46.4%{transform:translateX(-3760px)}47.9%{transform:translateX(-3840px)}49.4%{transform:translateX(-3920px)}49.4%{transform:translateX(-4000px)}51%{transform:translateX(-4080px)}52.5%{transform:translateX(-4160px)}52.5%{transform:translateX(-4240px)}54%{transform:translateX(-4320px)}54%{transform:translateX(-4400px)}55.6%{transform:translateX(-4480px)}55.6%{transform:translateX(-4560px)}57.1%{transform:translateX(-4640px)}57.1%{transform:translateX(-4720px)}58.6%{transform:translateX(-4800px)}58.7%{transform:translateX(-4880px)}60.2%{transform:translateX(-4960px)}60.2%{transform:translateX(-5040px)}61.7%{transform:translateX(-5120px)}63.2%{transform:translateX(-5200px)}63.3%{transform:translateX(-5280px)}64.8%{transform:translateX(-5360px)}64.8%{transform:translateX(-5440px)}66.3%{transform:translateX(-5520px)}66.3%{transform:translateX(-5600px)}67.8%{transform:translateX(-5680px)}69.4%{transform:translateX(-5760px)}100%{transform:translateX(-5840px)}}Inputtext[Presstabtosubmit]:111111111111111111111222222222222221111111222222233333333333334555555555555 INFO Youanswered:11111112222222 33333333 4 5555555111111122222222222222333333333333333333333335555555555555555Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(234,89,246);white-space:pre}.h{fill:rgb(160,160,160);white-space:pre}.i{fill:rgb(102,194,205)}.j{white-space:pre}.k{fill:transparent}.l{fill:rgb(160,160,160)}.n{animation-duration:16.329727s;animation-iteration-count:infinite;animation-name:m;animation-timing-function:steps(1,end)}@keyframes m{0%{transform:translateX(-0px)}0%{transform:translateX(-80px)}6.2%{transform:translateX(-160px)}7.7%{transform:translateX(-240px)}7.7%{transform:translateX(-320px)}9.2%{transform:translateX(-400px)}10.8%{transform:translateX(-480px)}10.8%{transform:translateX(-560px)}10.8%{transform:translateX(-640px)}12.3%{transform:translateX(-720px)}13.8%{transform:translateX(-800px)}15.4%{transform:translateX(-880px)}16.9%{transform:translateX(-960px)}18.4%{transform:translateX(-1040px)}18.4%{transform:translateX(-1120px)}20%{transform:translateX(-1200px)}20%{transform:translateX(-1280px)}21.5%{transform:translateX(-1360px)}23%{transform:translateX(-1440px)}24.6%{transform:translateX(-1520px)}26.1%{transform:translateX(-1600px)}27.6%{transform:translateX(-1680px)}29.2%{transform:translateX(-1760px)}29.2%{transform:translateX(-1840px)}30.1%{transform:translateX(-1920px)}31%{transform:translateX(-2000px)}31%{transform:translateX(-2080px)}31%{transform:translateX(-2160px)}31.9%{transform:translateX(-2240px)}32.9%{transform:translateX(-2320px)}33.8%{transform:translateX(-2400px)}33.8%{transform:translateX(-2480px)}34.7%{transform:translateX(-2560px)}35.6%{transform:translateX(-2640px)}38.7%{transform:translateX(-2720px)}41.8%{transform:translateX(-2800px)}43.3%{transform:translateX(-2880px)}44.8%{transform:translateX(-2960px)}44.8%{transform:translateX(-3040px)}46.4%{transform:translateX(-3120px)}47.9%{transform:translateX(-3200px)}47.9%{transform:translateX(-3280px)}49.4%{transform:translateX(-3360px)}49.4%{transform:translateX(-3440px)}51%{transform:translateX(-3520px)}52.5%{transform:translateX(-3600px)}54%{transform:translateX(-3680px)}55.6%{transform:translateX(-3760px)}57.1%{transform:translateX(-3840px)}58.6%{transform:translateX(-3920px)}58.6%{transform:translateX(-4000px)}60.2%{transform:translateX(-4080px)}60.2%{transform:translateX(-4160px)}61.7%{transform:translateX(-4240px)}63.2%{transform:translateX(-4320px)}64.8%{transform:translateX(-4400px)}66.3%{transform:translateX(-4480px)}67.8%{transform:translateX(-4560px)}69.4%{transform:translateX(-4640px)}100%{transform:translateX(-4720px)}}Inputtext[Presstabtosubmit]:11111111111222222221111111222222233333333455555555 INFO Youanswered:11111112222222 33333333 4 55555551111111111111111122222222222222222222333333333333333333333333333355555555555555555555Restartinganimation... \ No newline at end of file diff --git a/_examples/panel/demo/animation.svg b/_examples/panel/demo/animation.svg index 32627b07b..fa91c9924 100644 --- a/_examples/panel/demo/animation.svg +++ b/_examples/panel/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:rgb(111,119,131)}.h{fill:rgb(255,255,255);font-weight:bold;white-space:pre}.i{fill:rgb(255,0,4);white-space:pre}.j{fill:transparent}.l{animation-duration:5.005324s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}100%{transform:translateX(-160px)}}Thisisthefirstpanel This Hello, World! panel containsmultiplelinesThisisanotherThisisthesecondpanelpanellinewithanewlineRestartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:rgb(111,119,131)}.h{fill:rgb(255,255,255);font-weight:bold;white-space:pre}.i{fill:rgb(255,0,4);white-space:pre}.j{fill:transparent}.l{animation-duration:5.004556s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}100%{transform:translateX(-160px)}}Thisisthefirstpanel This Hello, World! panel containsmultiplelinesThisisanotherThisisthesecondpanelpanellinewithanewlineRestartinganimation... \ No newline at end of file diff --git a/_examples/paragraph/customized/animation.svg b/_examples/paragraph/customized/animation.svg index 1ed4b673b..822dba329 100644 --- a/_examples/paragraph/customized/animation.svg +++ b/_examples/paragraph/customized/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:transparent}.i{animation-duration:5.007289s;animation-iteration-count:infinite;animation-name:h;animation-timing-function:steps(1,end)}@keyframes h{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}}Thisisacustomparagraphprinter.Asyoucansee,nowordsareseparated,butthetextissplitatthespaces.Thisisusefulforcontinuoustextofallkinds.Youcanmanuallychangethelinewidthifyouwantto.Loremipsumdolorsitamet,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduntutlaboreetdoloremagnaaliquyamThistextiswrittenwiththedefaultPrintln()function.Nointelligentsplittinghere.Loremipsumdolorsitamet,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduntutlaboreetdoloremagnaaliquyamRestartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:transparent}.i{animation-duration:5.005256s;animation-iteration-count:infinite;animation-name:h;animation-timing-function:steps(1,end)}@keyframes h{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}}Thisisacustomparagraphprinter.Asyoucansee,nowordsareseparated,butthetextissplitatthespaces.Thisisusefulforcontinuoustextofallkinds.Youcanmanuallychangethelinewidthifyouwantto.Loremipsumdolorsitamet,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduntutlaboreetdoloremagnaaliquyamThistextiswrittenwiththedefaultPrintln()function.Nointelligentsplittinghere.Loremipsumdolorsitamet,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduntutlaboreetdoloremagnaaliquyamRestartinganimation... \ No newline at end of file diff --git a/_examples/paragraph/demo/animation.svg b/_examples/paragraph/demo/animation.svg index 9f0044ad2..25bd2c7d3 100644 --- a/_examples/paragraph/demo/animation.svg +++ b/_examples/paragraph/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:transparent}.i{animation-duration:5.006351s;animation-iteration-count:infinite;animation-name:h;animation-timing-function:steps(1,end)}@keyframes h{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}100%{transform:translateX(-160px)}}Thisisthedefaultparagraphprinter.Asyoucansee,nowordsareseparated,butthetextissplitatthespaces.Thisisusefulforcontinuoustextofallkinds.Youcanmanuallychangethelinewidthifyouwantto.Loremipsumdolorsitamet,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduntutlaboreetdoloremagnaaliquyamThistextiswrittenwiththedefaultPrintln()function.Nointelligentsplittinghere.Loremipsumdolorsitamet,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduntutlaboreetdoloremagnaaliquyamRestartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:transparent}.i{animation-duration:5.004996s;animation-iteration-count:infinite;animation-name:h;animation-timing-function:steps(1,end)}@keyframes h{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}}Thisisthedefaultparagraphprinter.Asyoucansee,nowordsareseparated,butthetextissplitatthespaces.Thisisusefulforcontinuoustextofallkinds.Youcanmanuallychangethelinewidthifyouwantto.Loremipsumdolorsitamet,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduntutlaboreetdoloremagnaaliquyamThistextiswrittenwiththedefaultPrintln()function.Nointelligentsplittinghere.Loremipsumdolorsitamet,consetetursadipscingelitr,seddiamnonumyeirmodtemporinviduntutlaboreetdoloremagnaaliquyamRestartinganimation... \ No newline at end of file diff --git a/_examples/prefix/demo/animation.svg b/_examples/prefix/demo/animation.svg index 8278f9ed7..eed5f9963 100644 --- a/_examples/prefix/demo/animation.svg +++ b/_examples/prefix/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(111,119,131)}.g{white-space:pre}.h{fill:rgb(104,104,104);white-space:pre}.i{fill:rgb(102,194,205)}.j{fill:rgb(126,231,233);white-space:pre}.k{fill:rgb(168,204,140)}.l{fill:rgb(124,255,0);white-space:pre}.m{fill:rgb(219,171,121)}.n{fill:rgb(255,241,0);white-space:pre}.o{fill:rgb(232,131,136)}.p{fill:rgb(243,86,86);white-space:pre}.q{fill:transparent}.s{animation-duration:5.006577s;animation-iteration-count:infinite;animation-name:r;animation-timing-function:steps(1,end)}.t{fill:rgb(160,160,160);white-space:pre}@keyframes r{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}100%{transform:translateX(-160px)}} DEBUG Hello,World! INFO Hello,World! SUCCESS Hello,World! WARNING Hello,World! ERROR Errorsshowthefilenameandlinenumberinsidetheterminal! INFO OtherPrefixPrinterscandothattoo!(/github/workspace/_examples/prefix/demo/main.go:14) FATAL Hello,World!Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(111,119,131)}.g{white-space:pre}.h{fill:rgb(104,104,104);white-space:pre}.i{fill:rgb(102,194,205)}.j{fill:rgb(126,231,233);white-space:pre}.k{fill:rgb(168,204,140)}.l{fill:rgb(124,255,0);white-space:pre}.m{fill:rgb(219,171,121)}.n{fill:rgb(255,241,0);white-space:pre}.o{fill:rgb(232,131,136)}.p{fill:rgb(243,86,86);white-space:pre}.q{fill:transparent}.s{animation-duration:5.005024s;animation-iteration-count:infinite;animation-name:r;animation-timing-function:steps(1,end)}.t{fill:rgb(160,160,160);white-space:pre}@keyframes r{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}} DEBUG Hello,World! INFO Hello,World! SUCCESS Hello,World! WARNING Hello,World! ERROR Errorsshowthefilenameandlinenumberinsidetheterminal! INFO OtherPrefixPrinterscandothattoo!(/github/workspace/_examples/prefix/demo/main.go:14) FATAL Hello,World!Restartinganimation... \ No newline at end of file diff --git a/_examples/progressbar/demo/animation.svg b/_examples/progressbar/demo/animation.svg index 70cab2307..423762b71 100644 --- a/_examples/progressbar/demo/animation.svg +++ b/_examples/progressbar/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(168,204,140)}.g{white-space:pre}.h{fill:rgb(124,255,0);white-space:pre}.i{fill:rgb(126,231,233);white-space:pre}.j{fill:rgb(104,104,104);white-space:pre}.k{fill:rgb(255,255,255);white-space:pre}.l{fill:rgb(0,198,255);white-space:pre}.m{fill:rgb(0,255,0);white-space:pre}.n{fill:rgb(160,160,160);white-space:pre}.o{fill:transparent}.q{animation-duration:8.865746s;animation-iteration-count:infinite;animation-name:p;animation-timing-function:steps(1,end)}.r{fill:rgb(233,21,0);white-space:pre}.s{fill:rgb(212,42,0);white-space:pre}.t{fill:rgb(191,63,0);white-space:pre}.u{fill:rgb(170,85,0);white-space:pre}.v{fill:rgb(148,106,0);white-space:pre}.w{fill:rgb(127,127,0);white-space:pre}.x{fill:rgb(106,148,0);white-space:pre}.y{fill:rgb(85,170,0);white-space:pre}.z{fill:rgb(63,191,0);white-space:pre}.A{fill:rgb(42,212,0);white-space:pre}.B{fill:rgb(21,233,0);white-space:pre}@keyframes p{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}4%{transform:translateX(-160px)}8%{transform:translateX(-240px)}11.9%{transform:translateX(-320px)}15.9%{transform:translateX(-400px)}19.9%{transform:translateX(-480px)}19.9%{transform:translateX(-560px)}23.8%{transform:translateX(-640px)}23.8%{transform:translateX(-720px)}27.8%{transform:translateX(-800px)}27.8%{transform:translateX(-880px)}31.7%{transform:translateX(-960px)}31.7%{transform:translateX(-1040px)}35.7%{transform:translateX(-1120px)}35.7%{transform:translateX(-1200px)}39.6%{transform:translateX(-1280px)}39.6%{transform:translateX(-1360px)}43.6%{transform:translateX(-1440px)}43.6%{transform:translateX(-1520px)}100%{transform:translateX(-1600px)}} SUCCESS Downloadingpseudo-excel SUCCESS Downloadingpseudo-photoshop SUCCESS Downloadingpseudo-chrome SUCCESS Downloadingpseudo-outlook SUCCESS Downloadingpseudo-explorer SUCCESS Downloadingpseudo-dops SUCCESS Downloadingpseudo-git SUCCESS Downloadingpseudo-vsc SUCCESS Downloadingpseudo-intellij SUCCESS Downloadingpseudo-minecraft SUCCESS Downloadingpseudo-scoop SUCCESS Downloadingpseudo-chocolateyDownloadingpseudo-chocolatey[12/12]████████████████████████████████100%|4sDownloadingpseudo-excel[1/12]████8%|0sDownloadingpseudo-photoshop[2/12]██████17%|0sDownloadingpseudo-chrome[3/12]██████████25%|1sDownloadingpseudo-outlook[4/12]█████████████33%|1sDownloadingpseudo-explorer[5/12]███████████████42%|1sDownloadingpseudo-dops[5/12]█████████████████42%|2sDownloadingpseudo-dops[6/12]████████████████████50%|2sDownloadingpseudo-git[6/12]█████████████████████50%|2sDownloadingpseudo-git[7/12]████████████████████████58%|2sDownloadingpseudo-vsc[7/12]████████████████████████58%|2sDownloadingpseudo-vsc[8/12]███████████████████████████67%|2sDownloadingpseudo-intellij[8/12]████████████████████████67%|3sDownloadingpseudo-intellij[9/12]███████████████████████████75%|3sDownloadingpseudo-minecraft[10/12]████████████████████████████83%|3sDownloadingpseudo-scoop[10/12]███████████████████████████████83%|4sDownloadingpseudo-scoop[11/12]██████████████████████████████████92%|4sDownloadingpseudo-chocolatey[11/12]██████████████████████████████92%|4sRestartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(168,204,140)}.g{white-space:pre}.h{fill:rgb(124,255,0);white-space:pre}.i{fill:rgb(126,231,233);white-space:pre}.j{fill:rgb(104,104,104);white-space:pre}.k{fill:rgb(255,255,255);white-space:pre}.l{fill:rgb(0,198,255);white-space:pre}.m{fill:rgb(0,255,0);white-space:pre}.n{fill:rgb(160,160,160);white-space:pre}.o{fill:transparent}.q{animation-duration:8.861775s;animation-iteration-count:infinite;animation-name:p;animation-timing-function:steps(1,end)}.r{fill:rgb(255,0,0);white-space:pre}.s{fill:rgb(233,21,0);white-space:pre}.t{fill:rgb(212,42,0);white-space:pre}.u{fill:rgb(191,63,0);white-space:pre}.v{fill:rgb(170,85,0);white-space:pre}.w{fill:rgb(148,106,0);white-space:pre}.x{fill:rgb(127,127,0);white-space:pre}.y{fill:rgb(106,148,0);white-space:pre}.z{fill:rgb(85,170,0);white-space:pre}.A{fill:rgb(63,191,0);white-space:pre}.B{fill:rgb(42,212,0);white-space:pre}.C{fill:rgb(21,233,0);white-space:pre}@keyframes p{0%{transform:translateX(-0px)}0%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}4%{transform:translateX(-240px)}8%{transform:translateX(-320px)}11.9%{transform:translateX(-400px)}11.9%{transform:translateX(-480px)}15.9%{transform:translateX(-560px)}15.9%{transform:translateX(-640px)}19.8%{transform:translateX(-720px)}23.8%{transform:translateX(-800px)}27.8%{transform:translateX(-880px)}31.7%{transform:translateX(-960px)}35.7%{transform:translateX(-1040px)}35.7%{transform:translateX(-1120px)}39.6%{transform:translateX(-1200px)}39.6%{transform:translateX(-1280px)}43.6%{transform:translateX(-1360px)}43.6%{transform:translateX(-1440px)}100%{transform:translateX(-1520px)}} SUCCESS Downloadingpseudo-excel SUCCESS Downloadingpseudo-photoshop SUCCESS Downloadingpseudo-chrome SUCCESS Downloadingpseudo-outlook SUCCESS Downloadingpseudo-explorer SUCCESS Downloadingpseudo-dops SUCCESS Downloadingpseudo-git SUCCESS Downloadingpseudo-vsc SUCCESS Downloadingpseudo-intellij SUCCESS Downloadingpseudo-minecraft SUCCESS Downloadingpseudo-scoop SUCCESS Downloadingpseudo-chocolateyDownloadingpseudo-chocolatey[12/12]████████████████████████████████100%|4sDownloadingstuff[0/12]0%|0sDownloadingpseudo-excel[1/12]████8%|0sDownloadingpseudo-photoshop[2/12]██████17%|0sDownloadingpseudo-chrome[3/12]██████████25%|1sDownloadingpseudo-outlook[3/12]██████████25%|1sDownloadingpseudo-outlook[4/12]█████████████33%|1sDownloadingpseudo-explorer[4/12]████████████33%|1sDownloadingpseudo-explorer[5/12]███████████████42%|1sDownloadingpseudo-dops[6/12]████████████████████50%|2sDownloadingpseudo-git[7/12]████████████████████████58%|2sDownloadingpseudo-vsc[8/12]███████████████████████████67%|2sDownloadingpseudo-intellij[9/12]███████████████████████████75%|3sDownloadingpseudo-minecraft[9/12]██████████████████████████75%|3sDownloadingpseudo-minecraft[10/12]████████████████████████████83%|3sDownloadingpseudo-scoop[11/12]██████████████████████████████████92%|4sRestartinganimation... \ No newline at end of file diff --git a/_examples/section/demo/animation.svg b/_examples/section/demo/animation.svg index 98daa568d..9c61fb89a 100644 --- a/_examples/section/demo/animation.svg +++ b/_examples/section/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:rgb(255,241,0);font-weight:bold;white-space:pre}.h{fill:rgb(102,194,205)}.i{white-space:pre}.j{fill:rgb(126,231,233);white-space:pre}.k{fill:transparent}.m{animation-duration:5.006958s;animation-iteration-count:infinite;animation-name:l;animation-timing-function:steps(1,end)}@keyframes l{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}}#Thisisasection! INFO Andhereissometext. Thistextcouldbeanything. Basicallyit'sjustaplaceholder##Thisisanothersection! INFO Andthisis moreplaceholdertextRestartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(160,160,160);white-space:pre}.g{fill:rgb(255,241,0);font-weight:bold;white-space:pre}.h{fill:rgb(102,194,205)}.i{white-space:pre}.j{fill:rgb(126,231,233);white-space:pre}.k{fill:transparent}.m{animation-duration:5.005399s;animation-iteration-count:infinite;animation-name:l;animation-timing-function:steps(1,end)}@keyframes l{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}}#Thisisasection! INFO Andhereissometext. Thistextcouldbeanything. Basicallyit'sjustaplaceholder##Thisisanothersection! INFO Andthisis moreplaceholdertextRestartinganimation... \ No newline at end of file diff --git a/_examples/spinner/demo/animation.svg b/_examples/spinner/demo/animation.svg index 496f9f79d..6cb3c5159 100644 --- a/_examples/spinner/demo/animation.svg +++ b/_examples/spinner/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(255,255,255);white-space:pre}.h{fill:rgb(104,104,104);white-space:pre}.i{fill:rgb(102,194,205)}.j{white-space:pre}.k{fill:rgb(168,204,140)}.l{fill:rgb(124,255,0);white-space:pre}.m{fill:rgb(219,171,121)}.n{fill:rgb(255,241,0);white-space:pre}.o{fill:rgb(232,131,136)}.p{fill:rgb(243,86,86);white-space:pre}.q{fill:rgb(115,190,243)}.r{fill:rgb(152,161,254);white-space:pre}.s{fill:transparent}.u{animation-duration:18.013044s;animation-iteration-count:infinite;animation-name:t;animation-timing-function:steps(1,end)}.v{fill:rgb(160,160,160);white-space:pre}@keyframes t{0%{transform:translateX(-0px)}0.03%{transform:translateX(-80px)}0.04%{transform:translateX(-160px)}1.15%{transform:translateX(-240px)}2.26%{transform:translateX(-320px)}3.38%{transform:translateX(-400px)}3.38%{transform:translateX(-480px)}4.49%{transform:translateX(-560px)}5.6%{transform:translateX(-640px)}6.72%{transform:translateX(-720px)}6.72%{transform:translateX(-800px)}7.83%{transform:translateX(-880px)}8.95%{transform:translateX(-960px)}10.06%{transform:translateX(-1040px)}11.14%{transform:translateX(-1120px)}11.15%{transform:translateX(-1200px)}12.26%{transform:translateX(-1280px)}13.37%{transform:translateX(-1360px)}14.49%{transform:translateX(-1440px)}15.6%{transform:translateX(-1520px)}16.71%{transform:translateX(-1600px)}17.83%{transform:translateX(-1680px)}18.94%{transform:translateX(-1760px)}20.05%{transform:translateX(-1840px)}21.17%{transform:translateX(-1920px)}22.25%{transform:translateX(-2000px)}22.25%{transform:translateX(-2080px)}23.37%{transform:translateX(-2160px)}24.48%{transform:translateX(-2240px)}25.59%{transform:translateX(-2320px)}26.71%{transform:translateX(-2400px)}27.82%{transform:translateX(-2480px)}28.93%{transform:translateX(-2560px)}30.05%{transform:translateX(-2640px)}31.16%{transform:translateX(-2720px)}32.27%{transform:translateX(-2800px)}33.36%{transform:translateX(-2880px)}33.36%{transform:translateX(-2960px)}34.47%{transform:translateX(-3040px)}35.59%{transform:translateX(-3120px)}36.7%{transform:translateX(-3200px)}37.81%{transform:translateX(-3280px)}38.93%{transform:translateX(-3360px)}40.04%{transform:translateX(-3440px)}41.15%{transform:translateX(-3520px)}42.27%{transform:translateX(-3600px)}43.38%{transform:translateX(-3680px)}43.38%{transform:translateX(-3760px)}44.46%{transform:translateX(-3840px)}44.47%{transform:translateX(-3920px)}45.58%{transform:translateX(-4000px)}46.69%{transform:translateX(-4080px)}47.81%{transform:translateX(-4160px)}48.92%{transform:translateX(-4240px)}50.03%{transform:translateX(-4320px)}51.15%{transform:translateX(-4400px)}52.26%{transform:translateX(-4480px)}53.37%{transform:translateX(-4560px)}54.49%{transform:translateX(-4640px)}55.57%{transform:translateX(-4720px)}56.69%{transform:translateX(-4800px)}57.8%{transform:translateX(-4880px)}58.91%{transform:translateX(-4960px)}60.03%{transform:translateX(-5040px)}61.13%{transform:translateX(-5120px)}61.14%{transform:translateX(-5200px)}62.25%{transform:translateX(-5280px)}63.37%{transform:translateX(-5360px)}64.48%{transform:translateX(-5440px)}65.59%{transform:translateX(-5520px)}66.68%{transform:translateX(-5600px)}66.71%{transform:translateX(-5680px)}67.82%{transform:translateX(-5760px)}68.94%{transform:translateX(-5840px)}70.05%{transform:translateX(-5920px)}71.16%{transform:translateX(-6000px)}72.24%{transform:translateX(-6080px)}100%{transform:translateX(-6160px)}}Someinformationalaction...(1s) INFO Someinformationalaction...Doingsomethingimportant...(willsucceed)(1s) SUCCESS Doingsomethingimportant...(willsucceed)Doingsomethingimportant...(willwarn)(1s) WARNING Doingsomethingimportant...(willwarn)Doingsomethingimportant...(willfail)(1s) ERROR Doingsomethingimportant...(willfail)Checkingsomethingimportant...(willresultinnochange)(1s) NOCHG Nochangewererequired SUCCESS Finally!Someinformationalaction...(0s)Someinformationalaction...(0s)Someinformationalaction...(0s)Someinformationalaction...(1s)Someinformationalaction...(1s)Someinformationalaction...(1s)Someinformationalaction...(2s)Someinformationalaction...(2s)Doingsomethingimportant...(willsucceed)(0s)Doingsomethingimportant...(willsucceed)(0s)Doingsomethingimportant...(willsucceed)(0s)Doingsomethingimportant...(willsucceed)(1s)Doingsomethingimportant...(willsucceed)(1s)Doingsomethingimportant...(willsucceed)(1s)Doingsomethingimportant...(willsucceed)(2s)Doingsomethingimportant...(willsucceed)(2s)Doingsomethingimportant...(willwarn)(0s)Doingsomethingimportant...(willwarn)(0s)Doingsomethingimportant...(willwarn)(0s)Doingsomethingimportant...(willwarn)(1s)Doingsomethingimportant...(willwarn)(1s)Doingsomethingimportant...(willwarn)(1s)Doingsomethingimportant...(willwarn)(2s)Doingsomethingimportant...(willwarn)(2s)Doingsomethingimportant...(willfail)(0s)Doingsomethingimportant...(willfail)(0s)Doingsomethingimportant...(willfail)(0s)Doingsomethingimportant...(willfail)(1s)Doingsomethingimportant...(willfail)(1s)Doingsomethingimportant...(willfail)(1s)Doingsomethingimportant...(willfail)(2s)Doingsomethingimportant...(willfail)(2s)Checkingsomethingimportant...(willresultinnochange)(0s)Checkingsomethingimportant...(willresultinnochange)(0s)Checkingsomethingimportant...(willresultinnochange)(0s)Checkingsomethingimportant...(willresultinnochange)(1s)Checkingsomethingimportant...(willresultinnochange)(1s)Checkingsomethingimportant...(willresultinnochange)(1s)Checkingsomethingimportant...(willresultinnochange)(2s)Checkingsomethingimportant...(willresultinnochange)(2s)Doingalotofstuff...(0s)Doingalotofstuff...(0s)Doingalotofstuff...(0s)Doingalotofstuff...(1s)Doingalotofstuff...(1s)It'sreallymuchIt'sreallymuch(1s)It'sreallymuch(1s)It'sreallymuch(1s)It'sreallymuch(2s)It'sreallymuch(2s)We'renearlydone!We'renearlydone!(2s)We'renearlydone!(2s)We'renearlydone!(2s)We'renearlydone!(3s)We'renearlydone!(3s)Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(255,255,255);white-space:pre}.h{fill:rgb(104,104,104);white-space:pre}.i{fill:rgb(102,194,205)}.j{white-space:pre}.k{fill:rgb(168,204,140)}.l{fill:rgb(124,255,0);white-space:pre}.m{fill:rgb(219,171,121)}.n{fill:rgb(255,241,0);white-space:pre}.o{fill:rgb(232,131,136)}.p{fill:rgb(243,86,86);white-space:pre}.q{fill:rgb(115,190,243)}.r{fill:rgb(152,161,254);white-space:pre}.s{fill:transparent}.u{animation-duration:18.010793s;animation-iteration-count:infinite;animation-name:t;animation-timing-function:steps(1,end)}.v{fill:rgb(160,160,160);white-space:pre}@keyframes t{0%{transform:translateX(-0px)}0.02%{transform:translateX(-80px)}0.03%{transform:translateX(-160px)}1.14%{transform:translateX(-240px)}2.25%{transform:translateX(-320px)}2.25%{transform:translateX(-400px)}3.37%{transform:translateX(-480px)}4.48%{transform:translateX(-560px)}5.59%{transform:translateX(-640px)}6.71%{transform:translateX(-720px)}7.82%{transform:translateX(-800px)}8.93%{transform:translateX(-880px)}8.93%{transform:translateX(-960px)}10.05%{transform:translateX(-1040px)}11.13%{transform:translateX(-1120px)}11.13%{transform:translateX(-1200px)}12.24%{transform:translateX(-1280px)}13.35%{transform:translateX(-1360px)}14.47%{transform:translateX(-1440px)}15.58%{transform:translateX(-1520px)}16.69%{transform:translateX(-1600px)}17.81%{transform:translateX(-1680px)}18.92%{transform:translateX(-1760px)}18.92%{transform:translateX(-1840px)}20.03%{transform:translateX(-1920px)}21.14%{transform:translateX(-2000px)}22.24%{transform:translateX(-2080px)}22.24%{transform:translateX(-2160px)}23.35%{transform:translateX(-2240px)}24.47%{transform:translateX(-2320px)}25.58%{transform:translateX(-2400px)}26.69%{transform:translateX(-2480px)}27.8%{transform:translateX(-2560px)}28.92%{transform:translateX(-2640px)}28.92%{transform:translateX(-2720px)}30.03%{transform:translateX(-2800px)}31.14%{transform:translateX(-2880px)}32.25%{transform:translateX(-2960px)}33.35%{transform:translateX(-3040px)}34.46%{transform:translateX(-3120px)}35.58%{transform:translateX(-3200px)}35.58%{transform:translateX(-3280px)}36.69%{transform:translateX(-3360px)}37.8%{transform:translateX(-3440px)}38.92%{transform:translateX(-3520px)}38.92%{transform:translateX(-3600px)}40.03%{transform:translateX(-3680px)}41.14%{transform:translateX(-3760px)}42.25%{transform:translateX(-3840px)}43.37%{transform:translateX(-3920px)}44.46%{transform:translateX(-4000px)}44.46%{transform:translateX(-4080px)}45.57%{transform:translateX(-4160px)}46.68%{transform:translateX(-4240px)}47.8%{transform:translateX(-4320px)}48.91%{transform:translateX(-4400px)}50.02%{transform:translateX(-4480px)}51.13%{transform:translateX(-4560px)}52.25%{transform:translateX(-4640px)}53.36%{transform:translateX(-4720px)}54.47%{transform:translateX(-4800px)}54.47%{transform:translateX(-4880px)}55.57%{transform:translateX(-4960px)}56.68%{transform:translateX(-5040px)}57.79%{transform:translateX(-5120px)}57.79%{transform:translateX(-5200px)}58.91%{transform:translateX(-5280px)}60.02%{transform:translateX(-5360px)}61.12%{transform:translateX(-5440px)}61.13%{transform:translateX(-5520px)}61.13%{transform:translateX(-5600px)}62.24%{transform:translateX(-5680px)}63.36%{transform:translateX(-5760px)}64.47%{transform:translateX(-5840px)}65.58%{transform:translateX(-5920px)}65.58%{transform:translateX(-6000px)}66.68%{transform:translateX(-6080px)}66.69%{transform:translateX(-6160px)}67.81%{transform:translateX(-6240px)}68.92%{transform:translateX(-6320px)}70.03%{transform:translateX(-6400px)}71.14%{transform:translateX(-6480px)}72.24%{transform:translateX(-6560px)}100%{transform:translateX(-6640px)}}Someinformationalaction...(1s) INFO Someinformationalaction...Doingsomethingimportant...(willsucceed)(1s) SUCCESS Doingsomethingimportant...(willsucceed)Doingsomethingimportant...(willwarn)(1s) WARNING Doingsomethingimportant...(willwarn)Doingsomethingimportant...(willfail)(1s) ERROR Doingsomethingimportant...(willfail)Checkingsomethingimportant...(willresultinnochange)(1s) NOCHG Nochangewererequired SUCCESS Finally!Someinformationalaction...(0s)Someinformationalaction...(0s)Someinformationalaction...(0s)Someinformationalaction...(1s)Someinformationalaction...(1s)Someinformationalaction...(1s)Someinformationalaction...(2s)Someinformationalaction...(2s)Doingsomethingimportant...(willsucceed)(0s)Doingsomethingimportant...(willsucceed)(0s)Doingsomethingimportant...(willsucceed)(0s)Doingsomethingimportant...(willsucceed)(1s)Doingsomethingimportant...(willsucceed)(1s)Doingsomethingimportant...(willsucceed)(1s)Doingsomethingimportant...(willsucceed)(2s)Doingsomethingimportant...(willsucceed)(2s)Doingsomethingimportant...(willwarn)(0s)Doingsomethingimportant...(willwarn)(0s)Doingsomethingimportant...(willwarn)(0s)Doingsomethingimportant...(willwarn)(1s)Doingsomethingimportant...(willwarn)(1s)Doingsomethingimportant...(willwarn)(1s)Doingsomethingimportant...(willwarn)(2s)Doingsomethingimportant...(willwarn)(2s)Doingsomethingimportant...(willfail)(0s)Doingsomethingimportant...(willfail)(0s)Doingsomethingimportant...(willfail)(0s)Doingsomethingimportant...(willfail)(1s)Doingsomethingimportant...(willfail)(1s)Doingsomethingimportant...(willfail)(1s)Doingsomethingimportant...(willfail)(2s)Doingsomethingimportant...(willfail)(2s)Checkingsomethingimportant...(willresultinnochange)(0s)Checkingsomethingimportant...(willresultinnochange)(0s)Checkingsomethingimportant...(willresultinnochange)(0s)Checkingsomethingimportant...(willresultinnochange)(1s)Checkingsomethingimportant...(willresultinnochange)(1s)Checkingsomethingimportant...(willresultinnochange)(1s)Checkingsomethingimportant...(willresultinnochange)(2s)Checkingsomethingimportant...(willresultinnochange)(2s)Doingalotofstuff...(0s)Doingalotofstuff...(0s)Doingalotofstuff...(0s)Doingalotofstuff...(1s)Doingalotofstuff...(1s)It'sreallymuchIt'sreallymuch(1s)It'sreallymuch(1s)It'sreallymuch(1s)It'sreallymuch(2s)It'sreallymuch(2s)We'renearlydone!We'renearlydone!(2s)We'renearlydone!(2s)We'renearlydone!(2s)We'renearlydone!(3s)We'renearlydone!(3s)Restartinganimation... \ No newline at end of file diff --git a/_examples/style/demo/animation.svg b/_examples/style/demo/animation.svg index e8b464dfb..2e82341b1 100644 --- a/_examples/style/demo/animation.svg +++ b/_examples/style/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(111,119,131)}.g{fill:rgb(126,231,233);font-weight:bold;white-space:pre}.h{fill:rgb(185,191,202)}.i{fill:rgb(127,253,127);white-space:pre}.j{fill:transparent}.l{animation-duration:5.007313s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}.m{fill:rgb(160,160,160);white-space:pre}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}}Hello, World!Hello, World!Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(111,119,131)}.g{fill:rgb(126,231,233);font-weight:bold;white-space:pre}.h{fill:rgb(185,191,202)}.i{fill:rgb(127,253,127);white-space:pre}.j{fill:transparent}.l{animation-duration:5.006021s;animation-iteration-count:infinite;animation-name:k;animation-timing-function:steps(1,end)}.m{fill:rgb(160,160,160);white-space:pre}@keyframes k{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}100%{transform:translateX(-240px)}}Hello, World!Hello, World!Restartinganimation... \ No newline at end of file diff --git a/_examples/table/demo/animation.svg b/_examples/table/demo/animation.svg index 6eedcc087..5104b39de 100644 --- a/_examples/table/demo/animation.svg +++ b/_examples/table/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(104,104,104);white-space:pre}.h{fill:rgb(160,160,160);white-space:pre}.i{fill:transparent}.k{animation-duration:5.00818s;animation-iteration-count:infinite;animation-name:j;animation-timing-function:steps(1,end)}@keyframes j{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.2%{transform:translateX(-160px)}0.2%{transform:translateX(-240px)}100%{transform:translateX(-320px)}}Firstname|Lastname|Email|NotePaul|Dean|nisi.dictum.augue@velitAliquam.co.uk|Callie|Mckay|egestas.nunc.sed@est.com|这是一个测试,haha!Libby|Camacho|aliquet.lobortis@semper.com|justatest,hey!Firstname|Lastname|EmailPaul|Dean|nisi.dictum.augue@velitAliquam.co.ukCallie|Mckay|egestas.nunc.sed@est.comLibby|Camacho|aliquet.lobortis@semper.com|小宝|zhang@example.comLibbyLibby|Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(126,231,233);white-space:pre}.g{fill:rgb(104,104,104);white-space:pre}.h{fill:rgb(160,160,160);white-space:pre}.i{fill:transparent}.k{animation-duration:5.005892s;animation-iteration-count:infinite;animation-name:j;animation-timing-function:steps(1,end)}@keyframes j{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}0.1%{transform:translateX(-240px)}0.1%{transform:translateX(-320px)}100%{transform:translateX(-400px)}}Firstname|Lastname|Email|NotePaul|Dean|nisi.dictum.augue@velitAliquam.co.uk|Callie|Mckay|egestas.nunc.sed@est.com|这是一个测试,haha!Libby|Camacho|aliquet.lobortis@semper.com|justatest,hey!Firstname|Lastname|EmailPaul|Dean|nisi.dictum.augue@velitAliquam.co.ukCallie|Mckay|egestas.nunc.sed@est.comLibby|Camacho|aliquet.lobortis@semper.com|小宝|zhang@example.comLibby|小宝Restartinganimation... \ No newline at end of file diff --git a/_examples/theme/demo/animation.svg b/_examples/theme/demo/animation.svg index 6cd46f2d0..570ff9f7f 100644 --- a/_examples/theme/demo/animation.svg +++ b/_examples/theme/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{white-space:pre}.h{fill:rgb(126,231,233);white-space:pre}.i{fill:rgb(160,160,160);white-space:pre}.j{fill:rgb(234,89,246);white-space:pre}.k{fill:rgb(255,241,0);font-weight:bold;white-space:pre}.l{fill:rgb(124,255,0);white-space:pre}.m{fill:rgb(168,204,140)}.n{fill:rgb(255,241,0);white-space:pre}.o{fill:rgb(219,171,121)}.p{fill:rgb(243,86,86);white-space:pre}.q{fill:rgb(232,131,136)}.r{fill:rgb(111,119,131)}.s{fill:rgb(255,255,255);white-space:pre}.t{fill:rgb(104,104,104);white-space:pre}.u{fill:rgb(0,198,255);white-space:pre}.v{fill:rgb(255,255,255);font-weight:bold;white-space:pre}.w{fill:transparent}.y{animation-duration:14.528353s;animation-iteration-count:infinite;animation-name:x;animation-timing-function:steps(1,end)}@keyframes x{0%{transform:translateX(-0px)}0%{transform:translateX(-80px)}0%{transform:translateX(-160px)}1.8%{transform:translateX(-240px)}3.5%{transform:translateX(-320px)}5.2%{transform:translateX(-400px)}6.9%{transform:translateX(-480px)}8.7%{transform:translateX(-560px)}10.4%{transform:translateX(-640px)}12.1%{transform:translateX(-720px)}13.8%{transform:translateX(-800px)}15.6%{transform:translateX(-880px)}17.3%{transform:translateX(-960px)}19%{transform:translateX(-1040px)}20.7%{transform:translateX(-1120px)}22.5%{transform:translateX(-1200px)}24.2%{transform:translateX(-1280px)}25.9%{transform:translateX(-1360px)}27.6%{transform:translateX(-1440px)}29.4%{transform:translateX(-1520px)}31.1%{transform:translateX(-1600px)}32.8%{transform:translateX(-1680px)}34.5%{transform:translateX(-1760px)}36.3%{transform:translateX(-1840px)}38%{transform:translateX(-1920px)}39.7%{transform:translateX(-2000px)}41.4%{transform:translateX(-2080px)}43.2%{transform:translateX(-2160px)}44.9%{transform:translateX(-2240px)}46.6%{transform:translateX(-2320px)}48.3%{transform:translateX(-2400px)}50.1%{transform:translateX(-2480px)}51.8%{transform:translateX(-2560px)}53.5%{transform:translateX(-2640px)}55.2%{transform:translateX(-2720px)}57%{transform:translateX(-2800px)}58.7%{transform:translateX(-2880px)}60.4%{transform:translateX(-2960px)}62.1%{transform:translateX(-3040px)}63.9%{transform:translateX(-3120px)}65.6%{transform:translateX(-3200px)}100%{transform:translateX(-3280px)}} INFO Thesearethedefaultthemestyles. Youcanmodifythemeasilytoyourpersonalpreference, orcreatenewthemesfromscratch:)DefaultTextPrimaryStyleSecondaryStyleHighlightStyleInfoMessageStyleInfoPrefixStyleSuccessMessageStyleSuccessPrefixStyleWarningMessageStyleWarningPrefixStyleErrorMessageStyleErrorPrefixStyleFatalMessageStyleFatalPrefixStyleDescriptionMessageStyleDescriptionPrefixStyleScopeStyleProgressbarBarStyleProgressbarTitleStyleHeaderTextStyleHeaderBackgroundStyleSpinnerStyleSpinnerTextStyleTimerStyleTableStyleTableHeaderStyleTableSeparatorStyleSectionStyleBulletListTextStyleBulletListBulletStyleTreeStyleTreeTextStyleLetterStyleDebugMessageStyleDebugPrefixStyleBoxStyleBoxTextStyleBarLabelStyleBarStyleRestartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(102,194,205)}.g{white-space:pre}.h{fill:rgb(126,231,233);white-space:pre}.i{fill:rgb(160,160,160);white-space:pre}.j{fill:rgb(234,89,246);white-space:pre}.k{fill:rgb(255,241,0);font-weight:bold;white-space:pre}.l{fill:rgb(124,255,0);white-space:pre}.m{fill:rgb(168,204,140)}.n{fill:rgb(255,241,0);white-space:pre}.o{fill:rgb(219,171,121)}.p{fill:rgb(243,86,86);white-space:pre}.q{fill:rgb(232,131,136)}.r{fill:rgb(111,119,131)}.s{fill:rgb(255,255,255);white-space:pre}.t{fill:rgb(104,104,104);white-space:pre}.u{fill:rgb(0,198,255);white-space:pre}.v{fill:rgb(255,255,255);font-weight:bold;white-space:pre}.w{fill:transparent}.y{animation-duration:14.520402s;animation-iteration-count:infinite;animation-name:x;animation-timing-function:steps(1,end)}@keyframes x{0%{transform:translateX(-0px)}0%{transform:translateX(-80px)}0%{transform:translateX(-160px)}1.8%{transform:translateX(-240px)}3.5%{transform:translateX(-320px)}5.2%{transform:translateX(-400px)}6.9%{transform:translateX(-480px)}8.7%{transform:translateX(-560px)}10.4%{transform:translateX(-640px)}12.1%{transform:translateX(-720px)}13.8%{transform:translateX(-800px)}15.6%{transform:translateX(-880px)}17.3%{transform:translateX(-960px)}19%{transform:translateX(-1040px)}20.7%{transform:translateX(-1120px)}22.5%{transform:translateX(-1200px)}24.2%{transform:translateX(-1280px)}25.9%{transform:translateX(-1360px)}27.6%{transform:translateX(-1440px)}29.4%{transform:translateX(-1520px)}31.1%{transform:translateX(-1600px)}32.8%{transform:translateX(-1680px)}34.5%{transform:translateX(-1760px)}36.2%{transform:translateX(-1840px)}38%{transform:translateX(-1920px)}39.7%{transform:translateX(-2000px)}41.4%{transform:translateX(-2080px)}43.1%{transform:translateX(-2160px)}44.9%{transform:translateX(-2240px)}46.6%{transform:translateX(-2320px)}48.3%{transform:translateX(-2400px)}50%{transform:translateX(-2480px)}51.8%{transform:translateX(-2560px)}53.5%{transform:translateX(-2640px)}55.2%{transform:translateX(-2720px)}56.9%{transform:translateX(-2800px)}58.7%{transform:translateX(-2880px)}60.4%{transform:translateX(-2960px)}62.1%{transform:translateX(-3040px)}63.8%{transform:translateX(-3120px)}65.6%{transform:translateX(-3200px)}100%{transform:translateX(-3280px)}} INFO Thesearethedefaultthemestyles. Youcanmodifythemeasilytoyourpersonalpreference, orcreatenewthemesfromscratch:)DefaultTextPrimaryStyleSecondaryStyleHighlightStyleInfoMessageStyleInfoPrefixStyleSuccessMessageStyleSuccessPrefixStyleWarningMessageStyleWarningPrefixStyleErrorMessageStyleErrorPrefixStyleFatalMessageStyleFatalPrefixStyleDescriptionMessageStyleDescriptionPrefixStyleScopeStyleProgressbarBarStyleProgressbarTitleStyleHeaderTextStyleHeaderBackgroundStyleSpinnerStyleSpinnerTextStyleTimerStyleTableStyleTableHeaderStyleTableSeparatorStyleSectionStyleBulletListTextStyleBulletListBulletStyleTreeStyleTreeTextStyleLetterStyleDebugMessageStyleDebugPrefixStyleBoxStyleBoxTextStyleBarLabelStyleBarStyleRestartinganimation... \ No newline at end of file diff --git a/_examples/tree/demo/animation.svg b/_examples/tree/demo/animation.svg index 9dd227abc..e51cf3901 100644 --- a/_examples/tree/demo/animation.svg +++ b/_examples/tree/demo/animation.svg @@ -7,4 +7,4 @@ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !important; -}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(104,104,104);white-space:pre}.g{fill:rgb(160,160,160);white-space:pre}.h{fill:transparent}.j{animation-duration:5.007291s;animation-iteration-count:infinite;animation-name:i;animation-timing-function:steps(1,end)}@keyframes i{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}0.1%{transform:translateX(-240px)}0.1%{transform:translateX(-320px)}0.1%{transform:translateX(-400px)}100%{transform:translateX(-480px)}}├─┬C:├──Users├──Windows├──Programs├──Programs(x86)└──dev├──D:├─┬E:├──Movies├─┬Music└──LinkinPark└─┬Games└─┬Shooter├──CallOfDuty├──CS:GO└─┬Battlefield├──Battlefield1└──Battlefield2└─┬F:└─┬dev├──dops└──PTerm├─┬Mu└─Restartinganimation... \ No newline at end of file +}.a{fill:rgb(35,35,35)}.b{fill:#ff5f58}.c{fill:#ffbd2e}.d{fill:#18c132}.e{font-family:'Courier New',Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace}.f{fill:rgb(104,104,104);white-space:pre}.g{fill:rgb(160,160,160);white-space:pre}.h{fill:transparent}.j{animation-duration:5.006009s;animation-iteration-count:infinite;animation-name:i;animation-timing-function:steps(1,end)}@keyframes i{0%{transform:translateX(-0px)}0.1%{transform:translateX(-80px)}0.1%{transform:translateX(-160px)}0.1%{transform:translateX(-240px)}100%{transform:translateX(-320px)}}├─┬C:├──Users├──Windows├──Programs├──Programs(x86)└──dev├──D:├─┬E:├──Movies├─┬Music└──LinkinPark└─┬Games└─┬Shooter├──CallOfDuty├──CS:GO└─┬Battlefield├──Battlefield1└──Battlefield2└─┬F:└─┬dev├──dops└──PTerm├─┬Mu└─Restartinganimation... \ No newline at end of file