Different try to import SVG

This commit is contained in:
2017-10-18 00:30:26 +02:00
parent 3c8654ceaa
commit 8b59396e2c
2 changed files with 63 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,33 @@
<div class="container">
<h1>{{artistName}}</h1>
<img src="./assets/icons_signal/rounded-little/0.svg" height="64" alt="Nice green circle"/>
<br />
<object type="image/svg+xml" data="./assets/icons_signal/rounded-little/0.svg"
width="64" height="64" border="1"></object>
<br />
<iframe src="./assets/icons_signal/rounded-little/0.svg"
width="64" height="64" style="border:1;"></iframe>
<br />
<iframe src="./assets/icons_signal/rounded-little/0.svg" style="float:left;margin-right:1cm;"
width="64" height="64" style="border:1;"></iframe>
<br />
<svg id="test" height="64" width="64" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<image x="0" y="0" height="60" width="60" xlink:href="./assets/icons_signal/rounded-little/0.svg" />
</svg>
<br />
css
<div class="headline1"></div>
<div class="headline2"></div>
<div class="headline3">test</div>
<div class="alert alert-warning">
<h3>Debug Zone</h3>
Returned song: {{songs.length}}<br />