Last active
July 17, 2017 16:31
-
-
Save Yoxem/6dc276ffd7d1f9eed19fa36fa01978e9 to your computer and use it in GitHub Desktop.
A test on a Sozi (a plugin of Inkscape) SVG-presentation embedded in a HTML webpage with <object>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <!-- ref.: http://sozi.baierouge.fr/pages/tutorial-embedding.html --> | |
| <meta charset="utf-8"> | |
| <body style="color:rgb(10,10,100)"> | |
| <h1 style="color:rgb(30,30,230);">高橋流 Sozi 簡報內嵌於網頁的測試</h1> | |
| <strong>想像的共同體心得(?)</strong><p/> | |
| 請用滑鼠點選方框內切換頁面。 | |
| <p/> | |
| <object height="400px" width="50%" style="box-shadow: 2px 2px 4px 2px rgba(0,0,150,0.4);margin-left:25%;" | |
| data="test.svg" type="image/svg+xml"> | |
| </object> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment