diff options
author | crupest <crupest@outlook.com> | 2020-11-04 12:29:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 12:29:55 +0800 |
commit | 1e9e5eb89099ffaa454635fdd7271cece757fb2d (patch) | |
tree | 1f19646ac27a3dcd4680e871f34218b85b0915d8 /FrontEnd/src/app/views/timeline-common/timeline-background.svg | |
parent | f3503b399ff7b65f363beca313c8a0c336884bec (diff) | |
parent | 1ba32f233677cad56636462b1f6552ff6e800801 (diff) | |
download | timeline-1e9e5eb89099ffaa454635fdd7271cece757fb2d.tar.gz timeline-1e9e5eb89099ffaa454635fdd7271cece757fb2d.tar.bz2 timeline-1e9e5eb89099ffaa454635fdd7271cece757fb2d.zip |
Merge pull request #165 from crupest/timeline
Redesign timeline ui.
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/timeline-background.svg')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/timeline-background.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/timeline-background.svg b/FrontEnd/src/app/views/timeline-common/timeline-background.svg new file mode 100644 index 00000000..b72c448b --- /dev/null +++ b/FrontEnd/src/app/views/timeline-common/timeline-background.svg @@ -0,0 +1,4 @@ +<svg viewBox="0 0 100 80" xmlns="http://www.w3.org/2000/svg" stroke="rgba(255,196,0,0.6)">
+ <line x1="0" y1="0" x2="100" y2="40" stroke-width="5" />
+ <line x1="0" y1="80" x2="100" y2="40" stroke-width="5" />
+</svg>
\ No newline at end of file |