Packaged it

This commit is contained in:
2016-01-17 10:15:04 +08:00
parent 8c568e0478
commit 1f91c71657
25 changed files with 355 additions and 1623 deletions
+5
View File
@@ -0,0 +1,5 @@
<svg width="100%" height="100%" viewBox="0 0 256 256" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<image x="0" y="-256" width="1024" height="768" xlink:href="panels.svg" />
</svg>

After

Width:  |  Height:  |  Size: 241 B

+11
View File
@@ -0,0 +1,11 @@
<svg width="256" height="256" viewBox="0 0 256 256" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
id="main" >
<foreignObject x="-512" y="-512" width="1024" height="768" xmlns="http://www.w3.org/2000/svg">
<iframe x="0" y="0" width="100%" height="100%" src="panels.svg" xmlns="http://www.w3.org/1999/xhtml" >
</iframe>
</foreignObject>
</svg>

After

Width:  |  Height:  |  Size: 435 B

+5
View File
@@ -0,0 +1,5 @@
<svg width="100%" height="100%" viewBox="0 0 256 256" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<image x="-512" y="-256" width="1024" height="768" xlink:href="./panels.svg" />
</svg>

After

Width:  |  Height:  |  Size: 246 B

+5
View File
@@ -0,0 +1,5 @@
<svg width="100%" height="100%" viewBox="0 0 256 256" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<image x="-256" y="-256" width="1024" height="768" xlink:href="panels.svg" />
</svg>

After

Width:  |  Height:  |  Size: 244 B

+2654
View File
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 94 KiB

+5
View File
@@ -0,0 +1,5 @@
<svg width="100%" height="100%" viewBox="0 0 256 256" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<image x="-768" y="-256" width="1024" height="768" xlink:href="panels.svg" />
</svg>

After

Width:  |  Height:  |  Size: 244 B

Executable
+5
View File
@@ -0,0 +1,5 @@
<svg width="100%" height="100%" viewBox="0 0 256 256" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<image x="-512" y="0" width="1024" height="768" xlink:href="panels.svg" />
</svg>

After

Width:  |  Height:  |  Size: 241 B