Skip to content

Instantly share code, notes, and snippets.

@Yoxem
Last active July 17, 2017 16:31
Show Gist options
  • Select an option

  • Save Yoxem/6dc276ffd7d1f9eed19fa36fa01978e9 to your computer and use it in GitHub Desktop.

Select an option

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>
<!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>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment