OSDN Git Service

Modify the _setEndFrame method of the
[sie/sie.git] / README_EN.txt
1 SIE - SVG's JavaScript Library\r
2 \r
3 \r
4 1, What's SIE\r
5 \r
6 SIE is a OpenSource JavaScript library to display SVG files on the almost browser. SVG is a standard language for drawing vector graphics.\r
7 \r
8 2, Licenses\r
9 \r
10 SIE is distributed under the MIT License. You may copy, modify and re-distribute it. \r
11  https://opensource.org/licenses/mit-license.php\r
12  \r
13 3, Usage\r
14  \r
15  3.1, Requirements\r
16  \r
17     IE 11, or other browser. The HTTP server (as like Apache)\r
18 \r
19  3.1, Edit HTML file\r
20 \r
21         To display SVG files on the web browser, you need to edit the HTML file as the next:\r
22         \r
23         <html>\r
24           <head>\r
25             <title>Your Web Page</title>\r
26             <script defer="defer" type="text/javascript" src="sie.js"></script>\r
27           </head>\r
28           <body>\r
29             <object data="org/svg/zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object>\r
30           </body>\r
31         </html>\r
32 \r
33  3.2, The 'script' element\r
34 \r
35         Upload the 'sie.js' file to your web server, and write this in the 'head' element of your HTML document.\r
36         \r
37         <script defer="defer" type="text/javascript" src="sie.js"></script>\r
38 \r
39  3.3, The 'object' element\r
40  \r
41         Upload the 'zeimusu_sakura_.svg' file to your web server, and write in your HTML document as the next:\r
42         \r
43         <object data="org/svg/zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object>\r
44  \r
45 4, Community\r
46 \r
47  4.1 Mailing List\r
48 \r
49         sie-developers@lists.osdn.jp\r
50 \r
51  4.2 Twitter\r
52  \r
53     http://twitter.com/dhrname\r
54 \r
55 5, Acknowledgement\r
56 \r
57         revulo, bellbind, OSDN.jp (http://osdn.JP/). Thank you\r