OSDN Git Service

Support the rotate attribute of the animateMotion element
[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 Mozilla Public License (MPL). You may copy, modify and re-distribute it. \r
11 You may obtain a copy of the License at the MIT License\r
12  https://opensource.org/licenses/mit-license.php\r
13  \r
14 3, Usage\r
15  \r
16  3.1, Requirements\r
17  \r
18     IE 11, or other browser. The HTTP server (as like Apache)\r
19 \r
20  3.1, Edit HTML file\r
21 \r
22         To display SVG files on the web browser, you need to edit the HTML file as the next:\r
23         \r
24         <html>\r
25           <head>\r
26             <title>Your Web Page</title>\r
27             <script defer="defer" type="text/javascript" src="sie.js"></script>\r
28           </head>\r
29           <body>\r
30             <object data="org/svg/zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object>\r
31           </body>\r
32         </html>\r
33 \r
34  3.2, The 'script' element\r
35 \r
36         Upload the 'sie.js' file to your web server, and write this in the 'head' element of your HTML document.\r
37         \r
38         <script defer="defer" type="text/javascript" src="sie.js"></script>\r
39 \r
40  3.3, The 'object' element\r
41  \r
42         Upload the 'zeimusu_sakura_.svg' file to your web server, and write in your HTML document as the next:\r
43         \r
44         <object data="org/svg/zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object>\r
45  \r
46 4, Community\r
47 \r
48  4.1 Mailing List\r
49 \r
50         sie-developers@lists.osdn.jp\r
51 \r
52  4.2 Twitter\r
53  \r
54     http://twitter.com/dhrname\r
55 \r
56 5, Acknowledgement\r
57 \r
58         revulo, bellbind, OSDN.jp (http://osdn.JP/), the Mozilla project. Thank you\r