[Sie-announce] SIEコード [1328]

Back to archive index

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>
 &lt;html&gt;
 &lt;head&gt;
-&lt;title&gt;SVG in HTML - SIE&lt;/title&gt;
+&lt;title&gt;SVG in HTML (not XHTML, plug-in-less) - SIE&lt;/title&gt;
 &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=urf-8&quot;&gt;
 &lt;script defer=&quot;defer&quot; type=&quot;text/javascript&quot; src=&quot;sie.js&quot;&gt;&lt;/script&gt;
 &lt;/head&gt;
 &lt;body&gt;
 &lt;script type=&quot;text/javascript&quot; src=&quot;svginhtml.js&quot;&gt;&lt;/script&gt;
-&lt;h1&gt;SVG in HTML - SIE&lt;/h1&gt;
-&lt;svg width=&quot;200&quot; height=&quot;200&quot;&gt;
+&lt;h1&gt;SVG in HTML (not XHTML, plug-in-less) - SIE&lt;/h1&gt;
+&lt;svg width=&quot;200&quot; height=&quot;300&quot;&gt;
  &lt;a href=&quot;http://sie.sourceforge.jp/&quot;&gt;
   &lt;rect x=&quot;20&quot; y=&quot;30&quot; width=&quot;30&quot; height=&quot;300&quot; fill=&quot;red&quot;/&gt;
-  &lt;text x=&quot;40&quot; y=&quot;50&quot; font-family=&quot;sans-serif&quot; font-size="34px"&gt;Hello World!&lt;/text&gt;
+  &lt;text x=&quot;36&quot; y=&quot;50&quot; font-family=&quot;sans-serif&quot; font-size="34px"&gt;Hello, world!&lt;/text&gt;
  &lt;/a&gt;
 &lt;/svg&gt;
 &lt;/body&gt;
 &lt;/html&gt;
 </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
  *




Sie-announce メーリングリストの案内
Back to archive index