svnno****@sourc*****
svnno****@sourc*****
2009年 10月 12日 (月) 22:11:03 JST
Revision: 1328
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1328
Author: dhrname
Date: 2009-10-12 22:11:03 +0900 (Mon, 12 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/svginhtml.html
Modified: trunk/svginhtml.html
===================================================================
--- trunk/svginhtml.html 2009-10-12 10:37:46 UTC (rev 1327)
+++ trunk/svginhtml.html 2009-10-12 13:11:03 UTC (rev 1328)
@@ -1,39 +1,41 @@
<html>
<head>
-<title>SVG in HTML - SIE</title>
+<title>SVG in HTML (not XHTML, plug-in-less) - SIE</title>
<meta http-equiv="Content-Type" content="text/html; charset=urf-8">
<script defer="defer" type="text/javascript" src="../branches/sie.js"></script>
</head>
<body>
<script type="text/javascript" src="svginhtml.js"></script>
-<h1>SVG in HTML - SIE</h1>
-<svg width="200" height="200">
+<h1>SVG in HTML (not XHTML, plug-in-less) - SIE</h1>
+<svg width="300" height="300">
<a href="http://sie.sourceforge.jp/">
<rect x="20" y="30" width="30" height="300" fill="red"/>
- <text x="40" y="50" font-family="sans-serif" font-size="34px">Hello World!</text>
+ <text x="36" y="50" font-family="sans-serif" font-size="34px">Hello, world!</text>
</a>
</svg>
<h2>Source</h2>
<pre>
<html>
<head>
-<title>SVG in HTML - SIE</title>
+<title>SVG in HTML (not XHTML, plug-in-less) - SIE</title>
<meta http-equiv="Content-Type" content="text/html; charset=urf-8">
<script defer="defer" type="text/javascript" src="sie.js"></script>
</head>
<body>
<script type="text/javascript" src="svginhtml.js"></script>
-<h1>SVG in HTML - SIE</h1>
-<svg width="200" height="200">
+<h1>SVG in HTML (not XHTML, plug-in-less) - SIE</h1>
+<svg width="200" height="300">
<a href="http://sie.sourceforge.jp/">
<rect x="20" y="30" width="30" height="300" fill="red"/>
- <text x="40" y="50" font-family="sans-serif" font-size="34px">Hello World!</text>
+ <text x="36" y="50" font-family="sans-serif" font-size="34px">Hello, world!</text>
</a>
</svg>
</body>
</html>
</pre>
-<!--/*Sie Reader LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/
+<h2>Screenshot</h2>
+<p>IE8 (plug-in-less)</p>
+<!--/*SIE SVG in HTML LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*