diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-12-11 11:30:37 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-12-11 11:30:37 -0500 |
commit | 899824b7f51a03e221c0732bab8074463c599eab (patch) | |
tree | c2b6abe74ff596e8c97116d8c6cccd472e1bf4d4 | |
parent | a032174f2b8f318a3b550033518a02234a92140f (diff) | |
download | bfs-899824b7f51a03e221c0732bab8074463c599eab.tar.xz |
animation: Make the width the same as the GitHub README
-rw-r--r-- | animation.svg | 2 | ||||
-rw-r--r-- | animation_template.svg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/animation.svg b/animation.svg index 571bca8..9dc3a8a 100644 --- a/animation.svg +++ b/animation.svg @@ -1,4 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="terminal" baseProfile="full" viewBox="0 0 800 289" width="800" version="1.1"> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="terminal" baseProfile="full" viewBox="0 0 838 289" width="838" version="1.1"> <defs> <termtosvg:template_settings xmlns:termtosvg="https://github.com/nbedos/termtosvg"> <termtosvg:screen_geometry columns="96" rows="15"/> diff --git a/animation_template.svg b/animation_template.svg index 2338e26..16f0cc7 100644 --- a/animation_template.svg +++ b/animation_template.svg @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<svg id="terminal" baseProfile="full" viewBox="0 0 800 289" width="800" version="1.1" +<svg id="terminal" baseProfile="full" viewBox="0 0 838 289" width="838" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <termtosvg:template_settings xmlns:termtosvg="https://github.com/nbedos/termtosvg"> |