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.
[PageInfo]
LastUpdate: 2011-04-14 22:08:16, ModifiedBy: dhrname
[License]
Creative Commons 4.0 Attribution
[Permissions]
view:all, edit:all, delete/config:members