OSDN Git Service

Merge branch 'master' into develop
[sie/sie.git] / document / demo.html
1 <html xmlns="http://www.w3.org/1999/xhtml">\r
2 <head>\r
3 <title>デモ - SIE</title>\r
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
5 <script defer="defer" type="text/javascript" src="sie.js"></script>\r
6 <link rel="stylesheet" type="text/css" href="instyle.css"></link>\r
7 <link rel="SHORTCUT ICON" href="sie-logo2.ico" type="image/x-icon"></link>\r
8 </head>\r
9 <body>\r
10 <ol class="menu">\r
11  <li><a href="index.html">ホーム</a></li>\r
12  <li><a href="goals.html">目標</a></li>\r
13  <li><a href="screenshot.html">スクリーンショット</a></li>\r
14  <li>デモ</li>\r
15  <li><a href="help.html">ヘルプ</a></li>\r
16 </ol>\r
17 <p><object data="sie-logo.svg" type="image/svg+xml" width="100%" height="90"></object></p>\r
18 <p><a href="index.html">ホーム</a> &gt; デモ</p>\r
19 <h1>デモ - SIE</h1>\r
20 <h2 class="title">デモ(zeimusu_sakura_.svg)</h2>\r
21 <object data="zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object>\r
22 <h2 class="title">動作環境</h2>\r
23 <p>InternetExplorer6、7、8で確認</p>\r
24 <p>その他、Firefox3.5.3、Opera10.00、Safari3.1.2 (以上、環境はWindowsXP SP2)</p>\r
25 <h2 class="title">ソース</h2>\r
26 <p>サンプルのソースは以下のとおりです。</p>\r
27 <pre class="name">&lt;html  xmlns="http://www.w3.org/1999/xhtml"&gt;\r
28 &lt;head&gt;\r
29 \r
30 &lt;title&gt;SIE&lt;/title&gt;\r
31 <strong>&lt;script defer="defer" type="text/javascript" src="sie.js"&gt;&lt;/script&gt;</strong>\r
32 &lt;link rel="stylesheet" type="text/css" href="instyle.css"&gt;&lt;/link&gt;\r
33 &lt;/head&gt;\r
34 &lt;body&gt;\r
35 &lt;h1&gt;SIE - プラグインなしでIEにSVGを表示する方法&lt;/h1&gt;\r
36 \r
37 &lt;h2&gt;デモ(zeimusu_sakura_.svg)&lt;/h2&gt;\r
38 <strong>&lt;object data="zeimusu_sakura_.svg" type="image/svg+xml" width="180" height="200"&gt;&lt;/object&gt;</strong>\r
39     &lt;/body&gt;\r
40 &lt;/html&gt;</pre>\r
41 <h2 class="title">&lt;html&gt;&lt;svg/&gt;&lt;/html&gt;のデモ</h2>\r
42 \r
43 <p>&lt;html&gt;&lt;svg/&gt;&lt;/html&gt;のような形でSVGを直接HTMLに埋め込みたい方は、<a href="svginhtml.html">「SVG in HTML(not XHTML, plug-in-less) - SIE」</a>のページをご覧下さい。</p>\r
44 <p class="center"><a href="http://sie.sourceforge.jp/">ホームに戻る</a></p>\r
45 <p>最後に、<a href="http://sourceforge.jp/"><img src="http://sourceforge.jp/sflogo.php?group_id=3313" width="96" height="31" border="0" alt="SourceForge.jp"></a>さんに謝意を述べたいと思います。</p>\r
46 <address>&copy; Copyright 2007 dhrname(Eメールで<a href="mailto:sie-developers@lists.sourceforge.jp">sie-developers@lists.sourceforge.jp</a>)コードの著作権の許諾に関しては、MPLライセンスが適用されます。このページの許諾に関しても、同様のライセンスが適用されるものとします。</address>\r
47 <!--/*SIE-SVGtoVML LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/\r
48 /* ***** BEGIN LICENSE BLOCK *****\r
49  * Version: MPL 1.1/GPL 2.0/LGPL 2.1\r
50  *\r
51  * The contents of this file are subject to the Mozilla Public License Version\r
52  * 1.1 (the "License"); you may not use this file except in compliance with\r
53  * the License. You may obtain a copy of the License at\r
54  * http://www.mozilla.org/MPL/\r
55  *\r
56  * Software distributed under the License is distributed on an "AS IS" basis,\r
57  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\r
58  * for the specific language governing rights and limitations under the\r
59  * License.\r
60  *\r
61  * Contributor(s):DHRNAME\r
62  *\r
63  * Alternatively, the contents of this file may be used under the terms of\r
64  * either of the GNU General Public License Version 2 or later (the "GPL"),\r
65  * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),\r
66  * in which case the provisions of the GPL or the LGPL are applicable instead\r
67  * of those above. If you wish to allow use of your version of this file only\r
68  * under the terms of either the GPL or the LGPL, and not to allow others to\r
69  * use your version of this file under the terms of the MPL, indicate your\r
70  * decision by deleting the provisions above and replace them with the notice\r
71  * and other provisions required by the GPL or the LGPL. If you do not delete\r
72  * the provisions above, a recipient may use your version of this file under\r
73  * the terms of any one of the MPL, the GPL or the LGPL.\r
74  *\r
75  * ***** END LICENSE BLOCK ***** */-->\r
76     </body>\r
77 </html>