SIE is a OpenSource JavaScript library to display SVG files on the almost browser. SVG is a standard language for drawing vector graphics.
http://sourceforge.jp/projects/sie/releases/
SIE is distributed under the Mozilla Public License (MPL). You may copy, modify and re-distribute it. You may obtain a copy of the License at
To display SVG files on the web browser, you need to edit the HTML file as the next:
<html> <head> <title>Your Web Page</title> <script defer="defer" type="text/javascript" src="sie-mini.js"></script> </head> <body> <object data="zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object> </body> </html>
Upload the 'sie-mini.js' file to your web server, and write this in the 'head' element of your HTML document. <script defer="defer" type="text/javascript" src="sie-mini.js"></script>
sie-developers@lists.sourceforge.jp
revulo, bellbind, SourceForge.jp (http://sourceforge.JP/), the Mozilla project. thank you.
[ページ情報]
更新日時: 2011-04-14 22:08:16, 更新者: dhrname
[ライセンス]
クリエイティブ・コモンズ 4.0 表示
[権限]
表示:無制限, 編集:無制限, 削除/設定:メンバー