ブラウザでSVGを表示するSIEの開発 (SIE - to display SVG on legacy browsers)
| リビジョン | 52bf66732d474a8bd4b0a061955bcd1e4b8cf048 (tree) |
|---|---|
| 日時 | 2016-07-15 22:25:00 |
| 作者 | dhrname <dhrname@user...> |
| コミッター | dhrname |
Licensed under the MIT License
| @@ -1,5 +1,5 @@ | ||
| 1 | -Copyright 2013 jQuery Foundation and other contributors | |
| 2 | -http://jquery.com/ | |
| 1 | +Copyright 2016 dhrname and other contributors | |
| 2 | +http://sie.osdn.jp/ | |
| 3 | 3 | |
| 4 | 4 | Permission is hereby granted, free of charge, to any person obtaining |
| 5 | 5 | a copy of this software and associated documentation files (the |
| @@ -18,4 +18,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
| 18 | 18 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 19 | 19 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 20 | 20 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 21 | -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| \ No newline at end of file | ||
| 21 | +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| @@ -8,8 +8,8 @@ SIE is a OpenSource JavaScript library to display SVG files on the almost browse | ||
| 8 | 8 | 2, Licenses |
| 9 | 9 | |
| 10 | 10 | SIE is distributed under the Mozilla Public License (MPL). You may copy, modify and re-distribute it. |
| 11 | -You may obtain a copy of the License at | |
| 12 | - http://www.mozilla.org/MPL/ | |
| 11 | +You may obtain a copy of the License at the MIT License | |
| 12 | + https://opensource.org/licenses/mit-license.php | |
| 13 | 13 | |
| 14 | 14 | 3, Usage |
| 15 | 15 |
| @@ -42,11 +42,6 @@ You may obtain a copy of the License at | ||
| 42 | 42 | Upload the 'zeimusu_sakura_.svg' file to your web server, and write in your HTML document as the next: |
| 43 | 43 | |
| 44 | 44 | <object data="org/svg/zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object> |
| 45 | - | |
| 46 | - | |
| 47 | - 3.4 Inline SVG | |
| 48 | - | |
| 49 | - See Demo: http://sie.osdn.jp/svginhtml.html | |
| 50 | 45 | |
| 51 | 46 | 4, Community |
| 52 | 47 |
| @@ -60,4 +55,4 @@ You may obtain a copy of the License at | ||
| 60 | 55 | |
| 61 | 56 | 5, Acknowledgement |
| 62 | 57 | |
| 63 | - revulo, bellbind, OSDN.jp (http://osdn.JP/), the Mozilla project. thank you. | |
| 58 | + revulo, bellbind, OSDN.jp (http://osdn.JP/), the Mozilla project. Thank you |
| @@ -18,7 +18,7 @@ | ||
| 18 | 18 | </ol> |
| 19 | 19 | <h3>ライセンス</h3> |
| 20 | 20 | <p>無償のオープンソースとして公開しているので、どうぞご自由にお使いください。</p> |
| 21 | -<p>ライセンスはオープンソースのMozilla Public Licence(MPL1.1)で提供しています。</p> | |
| 21 | +<p>ライセンスはオープンソースのMIT Licenceで提供しています。</p> | |
| 22 | 22 | <h2>目次</h2> |
| 23 | 23 | <ol> |
| 24 | 24 | <li>使い方</li> |
| @@ -99,40 +99,35 @@ | ||
| 99 | 99 | <li>zeimusu_sakra_.svg (SVG形式のサンプル画像)</li> |
| 100 | 100 | <li>org (ソースコード)<ul> |
| 101 | 101 | <li>sie-uncompressed.js (sie.jsのオリジナルソース)</li> |
| 102 | -<li>build.php (SIEのモジュールを一つのファイルにして、オリジナルソースを作成するプログラム)</li> | |
| 102 | +<li>build.js (SIEのモジュールを一つのファイルにして、オリジナルソースを作成するプログラム)</li> | |
| 103 | 103 | <li>w3c (SIEのモジュールを収納したディレクトリ)</li> |
| 104 | 104 | </ul></li> |
| 105 | 105 | </ul> |
| 106 | 106 | <p>最後に、revulo氏, bellbind氏と、<a href="http://osdn.jp/"><img src="http://osdn.jp/sflogo.php?group_id=3313" width="96" height="31" border="0" alt="SourceForge.jp"></a>さんに謝意を述べたいと思います。</p> |
| 107 | -<address>© Copyright 2003 dhrname(Eメールで<a href="mailto:sie-developers@lists.sourceforge.jp">sie-developers@lists.sourceforge.jp</a>))。このページの許諾に関しても、SIEと同様のライセンスが適用されるものとします。</address> | |
| 108 | -<!--/*SIE-SVGtoVML LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/ | |
| 109 | -/* ***** BEGIN LICENSE BLOCK ***** | |
| 110 | - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 | |
| 107 | +<address>© Copyright 2003-2016 dhrname(Eメールで<a href="mailto:sie-developers@lists.sourceforge.jp">sie-developers@lists.sourceforge.jp</a>))。このページの許諾に関しても、SIEと同様のライセンスが適用されるものとします。</address> | |
| 108 | +<!--/*SIE under the MIT Lisence | |
| 109 | + */ | |
| 110 | +/* Copyright 2016 dhrname and other contributors | |
| 111 | + * http://sie.osdn.jp/ | |
| 111 | 112 | * |
| 112 | - * The contents of this file are subject to the Mozilla Public License Version | |
| 113 | - * 1.1 (the "License"); you may not use this file except in compliance with | |
| 114 | - * the License. You may obtain a copy of the License at | |
| 115 | - * http://www.mozilla.org/MPL/ | |
| 116 | - * | |
| 117 | - * Software distributed under the License is distributed on an "AS IS" basis, | |
| 118 | - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | |
| 119 | - * for the specific language governing rights and limitations under the | |
| 120 | - * License. | |
| 121 | - * | |
| 122 | - * Contributor(s):DHRNAME | |
| 123 | - * | |
| 124 | - * Alternatively, the contents of this file may be used under the terms of | |
| 125 | - * either of the GNU General Public License Version 2 or later (the "GPL"), | |
| 126 | - * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), | |
| 127 | - * in which case the provisions of the GPL or the LGPL are applicable instead | |
| 128 | - * of those above. If you wish to allow use of your version of this file only | |
| 129 | - * under the terms of either the GPL or the LGPL, and not to allow others to | |
| 130 | - * use your version of this file under the terms of the MPL, indicate your | |
| 131 | - * decision by deleting the provisions above and replace them with the notice | |
| 132 | - * and other provisions required by the GPL or the LGPL. If you do not delete | |
| 133 | - * the provisions above, a recipient may use your version of this file under | |
| 134 | - * the terms of any one of the MPL, the GPL or the LGPL. | |
| 135 | - * | |
| 136 | - * ***** END LICENSE BLOCK ***** */--> | |
| 113 | + * Permission is hereby granted, free of charge, to any person obtaining | |
| 114 | + * a copy of this software and associated documentation files (the | |
| 115 | + * "Software"), to deal in the Software without restriction, including | |
| 116 | + * without limitation the rights to use, copy, modify, merge, publish, | |
| 117 | + * distribute, sublicense, and/or sell copies of the Software, and to | |
| 118 | + * permit persons to whom the Software is furnished to do so, subject to | |
| 119 | + * the following conditions: | |
| 120 | + * | |
| 121 | + * The above copyright notice and this permission notice shall be | |
| 122 | + * included in all copies or substantial portions of the Software. | |
| 123 | + * | |
| 124 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
| 125 | + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
| 126 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |
| 127 | + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |
| 128 | + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |
| 129 | + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |
| 130 | + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 131 | + */--> | |
| 137 | 132 | </body> |
| 138 | 133 | </html> |
| @@ -1,44 +1,27 @@ | ||
| 1 | -/*build.php under LGPL2.1 & GPL2.0 & Mozilla Public Lisence | |
| 2 | -d */ | |
| 3 | -/* ***** BEGIN LICENSE BLOCK ***** | |
| 4 | - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 | |
| 5 | - * | |
| 6 | - * The contents of this file are subject to the Mozilla Public License Version | |
| 7 | - * 1.1 (the "License"); you may not use this file except in compliance with | |
| 8 | - * the License. You may obtain a copy of the License at | |
| 9 | - * http://www.mozilla.org/MPL/ | |
| 10 | - * | |
| 11 | - * Software distributed under the License is distributed on an "AS IS" basis, | |
| 12 | - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | |
| 13 | - * for the specific language governing rights and limitations under the | |
| 14 | - * License. | |
| 15 | - * | |
| 16 | - * The Original Code is the Mozilla SVG Cairo Renderer project. | |
| 17 | - * | |
| 18 | - * The Initial Developer of the Original Code is IBM Corporation. | |
| 19 | - * Portions created by the Initial Developer are Copyright (C) 2004 | |
| 20 | - * the Initial Developer. All Rights Reserved. | |
| 21 | - * | |
| 22 | - * Parts of this file contain code derived from the following files(s) | |
| 23 | - * of the Mozilla SVG project (these parts are Copyright (C) by their | |
| 24 | - * respective copyright-holders): | |
| 25 | - * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp | |
| 26 | - * | |
| 27 | - * Contributor(s):DHRNAME revulo | |
| 28 | - * | |
| 29 | - * Alternatively, the contents of this file may be used under the terms of | |
| 30 | - * either of the GNU General Public License Version 2 or later (the "GPL"), | |
| 31 | - * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), | |
| 32 | - * in which case the provisions of the GPL or the LGPL are applicable instead | |
| 33 | - * of those above. If you wish to allow use of your version of this file only | |
| 34 | - * under the terms of either the GPL or the LGPL, and not to allow others to | |
| 35 | - * use your version of this file under the terms of the MPL, indicate your | |
| 36 | - * decision by deleting the provisions above and replace them with the notice | |
| 37 | - * and other provisions required by the GPL or the LGPL. If you do not delete | |
| 38 | - * the provisions above, a recipient may use your version of this file under | |
| 39 | - * the terms of any one of the MPL, the GPL or the LGPL. | |
| 1 | +/*SIE under the MIT Lisence | |
| 2 | + */ | |
| 3 | +/* Copyright 2016 dhrname and other contributors | |
| 4 | + * http://sie.osdn.jp/ | |
| 40 | 5 | * |
| 41 | - * ***** END LICENSE BLOCK ***** */ | |
| 6 | + * Permission is hereby granted, free of charge, to any person obtaining | |
| 7 | + * a copy of this software and associated documentation files (the | |
| 8 | + * "Software"), to deal in the Software without restriction, including | |
| 9 | + * without limitation the rights to use, copy, modify, merge, publish, | |
| 10 | + * distribute, sublicense, and/or sell copies of the Software, and to | |
| 11 | + * permit persons to whom the Software is furnished to do so, subject to | |
| 12 | + * the following conditions: | |
| 13 | + * | |
| 14 | + * The above copyright notice and this permission notice shall be | |
| 15 | + * included in all copies or substantial portions of the Software. | |
| 16 | + * | |
| 17 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
| 18 | + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
| 19 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |
| 20 | + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |
| 21 | + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |
| 22 | + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |
| 23 | + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 24 | + */ | |
| 42 | 25 | /* |
| 43 | 26 | * Copyright (c) 2000 World Wide Web Consortium, |
| 44 | 27 | * (Massachusetts Institute of Technology, Institut National de |
| @@ -1,48 +1,27 @@ | ||
| 1 | -/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License | |
| 2 | - *公式ページは http://sie.sourceforge.jp/ | |
| 3 | - *利用方法は <script defer="defer" type="text/javascript" src="sie.js"></script> | |
| 4 | - *http://sie.sourceforge.jp/ | |
| 5 | - *Usage: <script defer="defer" type="text/javascript" src="sie.js"></script> | |
| 6 | - */ | |
| 7 | -/* ***** BEGIN LICENSE BLOCK ***** | |
| 8 | - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 | |
| 9 | - * | |
| 10 | - * The contents of this file are subject to the Mozilla Public License Version | |
| 11 | - * 1.1 (the "License"); you may not use this file except in compliance with | |
| 12 | - * the License. You may obtain a copy of the License at | |
| 13 | - * http://www.mozilla.org/MPL/ | |
| 14 | - * | |
| 15 | - * Software distributed under the License is distributed on an "AS IS" basis, | |
| 16 | - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | |
| 17 | - * for the specific language governing rights and limitations under the | |
| 18 | - * License. | |
| 19 | - * | |
| 20 | - * The Original Code is the Mozilla SVG Cairo Renderer project. | |
| 21 | - * | |
| 22 | - * The Initial Developer of the Original Code is IBM Corporation. | |
| 23 | - * Portions created by the Initial Developer are Copyright (C) 2004 | |
| 24 | - * the Initial Developer. All Rights Reserved. | |
| 25 | - * | |
| 26 | - * Parts of this file contain code derived from the following files(s) | |
| 27 | - * of the Mozilla SVG project (these parts are Copyright (C) by their | |
| 28 | - * respective copyright-holders): | |
| 29 | - * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp | |
| 30 | - * | |
| 31 | - * Contributor(s):DHRNAME revulo | |
| 32 | - * | |
| 33 | - * Alternatively, the contents of this file may be used under the terms of | |
| 34 | - * either of the GNU General Public License Version 2 or later (the "GPL"), | |
| 35 | - * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), | |
| 36 | - * in which case the provisions of the GPL or the LGPL are applicable instead | |
| 37 | - * of those above. If you wish to allow use of your version of this file only | |
| 38 | - * under the terms of either the GPL or the LGPL, and not to allow others to | |
| 39 | - * use your version of this file under the terms of the MPL, indicate your | |
| 40 | - * decision by deleting the provisions above and replace them with the notice | |
| 41 | - * and other provisions required by the GPL or the LGPL. If you do not delete | |
| 42 | - * the provisions above, a recipient may use your version of this file under | |
| 43 | - * the terms of any one of the MPL, the GPL or the LGPL. | |
| 1 | +/*SIE under the MIT Lisence | |
| 2 | + */ | |
| 3 | +/* Copyright 2016 dhrname and other contributors | |
| 4 | + * http://sie.osdn.jp/ | |
| 44 | 5 | * |
| 45 | - * ***** END LICENSE BLOCK ***** */ | |
| 6 | + * Permission is hereby granted, free of charge, to any person obtaining | |
| 7 | + * a copy of this software and associated documentation files (the | |
| 8 | + * "Software"), to deal in the Software without restriction, including | |
| 9 | + * without limitation the rights to use, copy, modify, merge, publish, | |
| 10 | + * distribute, sublicense, and/or sell copies of the Software, and to | |
| 11 | + * permit persons to whom the Software is furnished to do so, subject to | |
| 12 | + * the following conditions: | |
| 13 | + * | |
| 14 | + * The above copyright notice and this permission notice shall be | |
| 15 | + * included in all copies or substantial portions of the Software. | |
| 16 | + * | |
| 17 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
| 18 | + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
| 19 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |
| 20 | + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |
| 21 | + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |
| 22 | + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |
| 23 | + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 24 | + */ | |
| 46 | 25 | /* |
| 47 | 26 | * Copyright (c) 2000 World Wide Web Consortium, |
| 48 | 27 | * (Massachusetts Institute of Technology, Institut National de |
| @@ -1,48 +1,27 @@ | ||
| 1 | -/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License | |
| 2 | - *公式ページは http://sie.sourceforge.jp/ | |
| 3 | - *利用方法は <script defer="defer" type="text/javascript" src="sie.js"></script> | |
| 4 | - *http://sie.sourceforge.jp/ | |
| 5 | - *Usage: <script defer="defer" type="text/javascript" src="sie.js"></script> | |
| 1 | +/*SIE under the MIT Lisence | |
| 6 | 2 | */ |
| 7 | -/* ***** BEGIN LICENSE BLOCK ***** | |
| 8 | - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 | |
| 3 | +/* Copyright 2016 dhrname and other contributors | |
| 4 | + * http://sie.osdn.jp/ | |
| 9 | 5 | * |
| 10 | - * The contents of this file are subject to the Mozilla Public License Version | |
| 11 | - * 1.1 (the "License"); you may not use this file except in compliance with | |
| 12 | - * the License. You may obtain a copy of the License at | |
| 13 | - * http://www.mozilla.org/MPL/ | |
| 14 | - * | |
| 15 | - * Software distributed under the License is distributed on an " S IS" basis, | |
| 16 | - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | |
| 17 | - * for the specific language governing rights and limitations under the | |
| 18 | - * License. | |
| 19 | - * | |
| 20 | - * The Original Code is the Mozilla SVG Cairo Renderer project. | |
| 21 | - * | |
| 22 | - * The Initial Developer of the Original Code is IBM Corporation. | |
| 23 | - * Portions created by the Initial Developer are Copyright (C) 2004 | |
| 24 | - * the Initial Developer. All Rights Reserved. | |
| 25 | - * | |
| 26 | - * Parts of this file contain code derived from the following files(s) | |
| 27 | - * of the Mozilla SVG project (these parts are Copyright (C) by their | |
| 28 | - * respective copyright-holders): | |
| 29 | - * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp | |
| 30 | - * | |
| 31 | - * Contributor(s):DHRNAME revulo | |
| 32 | - * | |
| 33 | - * Alternatively, the contents of this file may be used under the terms of | |
| 34 | - * either of the GNU General Public License Version 2 or later (the "GPL"), | |
| 35 | - * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), | |
| 36 | - * in which case the provisions of the GPL or the LGPL are applicable instead | |
| 37 | - * of those above. If you wish to allow use of your version of this file only | |
| 38 | - * under the terms of either the GPL or the LGPL, and not to allow others to | |
| 39 | - * use your version of this file under the terms of the MPL, indicate your | |
| 40 | - * decision by deleting the provisions above and replace them with the notice | |
| 41 | - * and other provisions required by the GPL or the LGPL. If you do not delete | |
| 42 | - * the provisions above, a recipient may use your version of this file under | |
| 43 | - * the terms of any one of the MPL, the GPL or the LGPL. | |
| 44 | - * | |
| 45 | - * ***** END LICENSE BLOCK ***** */ | |
| 6 | + * Permission is hereby granted, free of charge, to any person obtaining | |
| 7 | + * a copy of this software and associated documentation files (the | |
| 8 | + * "Software"), to deal in the Software without restriction, including | |
| 9 | + * without limitation the rights to use, copy, modify, merge, publish, | |
| 10 | + * distribute, sublicense, and/or sell copies of the Software, and to | |
| 11 | + * permit persons to whom the Software is furnished to do so, subject to | |
| 12 | + * the following conditions: | |
| 13 | + * | |
| 14 | + * The above copyright notice and this permission notice shall be | |
| 15 | + * included in all copies or substantial portions of the Software. | |
| 16 | + * | |
| 17 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
| 18 | + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
| 19 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |
| 20 | + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |
| 21 | + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |
| 22 | + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |
| 23 | + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 24 | + */ | |
| 46 | 25 | /* |
| 47 | 26 | * Copyright (c) 2000 World Wide Web Consortium, |
| 48 | 27 | * (Massachusetts Institute of Technology, Institut National de |
| @@ -791,4 +770,4 @@ base("$document").mix( base("$StyleSheet").DocumentStyle); | ||
| 791 | 770 | }; |
| 792 | 771 | /* |
| 793 | 772 | #endif // _CSS_IDL_ |
| 794 | -*/ | |
| \ No newline at end of file | ||
| 773 | +*/ |
| @@ -1,48 +1,27 @@ | ||
| 1 | -/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License | |
| 2 | - *公式ページは http://sie.sourceforge.jp/ | |
| 3 | - *利用方法は <script defer="defer" type="text/javascript" src="sie.js"></script> | |
| 4 | - *http://sie.sourceforge.jp/ | |
| 5 | - *Usage: <script defer="defer" type="text/javascript" src="sie.js"></script> | |
| 1 | +/*SIE under the MIT Lisence | |
| 6 | 2 | */ |
| 7 | -/* ***** BEGIN LICENSE BLOCK ***** | |
| 8 | - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 | |
| 3 | +/* Copyright 2016 dhrname and other contributors | |
| 4 | + * http://sie.osdn.jp/ | |
| 9 | 5 | * |
| 10 | - * The contents of this file are subject to the Mozilla Public License Version | |
| 11 | - * 1.1 (the "License"); you may not use this file except in compliance with | |
| 12 | - * the License. You may obtain a copy of the License at | |
| 13 | - * http://www.mozilla.org/MPL/ | |
| 14 | - * | |
| 15 | - * Software distributed under the License is distributed on an "AS IS" basis, | |
| 16 | - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | |
| 17 | - * for the specific language governing rights and limitations under the | |
| 18 | - * License. | |
| 19 | - * | |
| 20 | - * The Original Code is the Mozilla SVG Cairo Renderer project. | |
| 21 | - * | |
| 22 | - * The Initial Developer of the Original Code is IBM Corporation. | |
| 23 | - * Portions created by the Initial Developer are Copyright (C) 2004 | |
| 24 | - * the Initial Developer. All Rights Reserved. | |
| 25 | - * | |
| 26 | - * Parts of this file contain code derived from the following files(s) | |
| 27 | - * of the Mozilla SVG project (these parts are Copyright (C) by their | |
| 28 | - * respective copyright-holders): | |
| 29 | - * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp | |
| 30 | - * | |
| 31 | - * Contributor(s):DHRNAME revulo | |
| 32 | - * | |
| 33 | - * Alternatively, the contents of this file may be used under the terms of | |
| 34 | - * either of the GNU General Public License Version 2 or later (the "GPL"), | |
| 35 | - * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), | |
| 36 | - * in which case the provisions of the GPL or the LGPL are applicable instead | |
| 37 | - * of those above. If you wish to allow use of your version of this file only | |
| 38 | - * under the terms of either the GPL or the LGPL, and not to allow others to | |
| 39 | - * use your version of this file under the terms of the MPL, indicate your | |
| 40 | - * decision by deleting the provisions above and replace them with the notice | |
| 41 | - * and other provisions required by the GPL or the LGPL. If you do not delete | |
| 42 | - * the provisions above, a recipient may use your version of this file under | |
| 43 | - * the terms of any one of the MPL, the GPL or the LGPL. | |
| 44 | - * | |
| 45 | - * ***** END LICENSE BLOCK ***** */ | |
| 6 | + * Permission is hereby granted, free of charge, to any person obtaining | |
| 7 | + * a copy of this software and associated documentation files (the | |
| 8 | + * "Software"), to deal in the Software without restriction, including | |
| 9 | + * without limitation the rights to use, copy, modify, merge, publish, | |
| 10 | + * distribute, sublicense, and/or sell copies of the Software, and to | |
| 11 | + * permit persons to whom the Software is furnished to do so, subject to | |
| 12 | + * the following conditions: | |
| 13 | + * | |
| 14 | + * The above copyright notice and this permission notice shall be | |
| 15 | + * included in all copies or substantial portions of the Software. | |
| 16 | + * | |
| 17 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
| 18 | + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
| 19 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |
| 20 | + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |
| 21 | + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |
| 22 | + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |
| 23 | + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 24 | + */ | |
| 46 | 25 | /* |
| 47 | 26 | * Copyright (c) 2000 World Wide Web Consortium, |
| 48 | 27 | * (Massachusetts Institute of Technology, Institut National de |
| @@ -1,61 +1,28 @@ | ||
| 1 | -/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License | |
| 2 | - *公式ページは http://sie.sourceforge.jp/ | |
| 3 | - *利用方法は <script defer="defer" type="text/javascript" src="sie.js"></script> | |
| 4 | - *http://sie.sourceforge.jp/ | |
| 5 | - *Usage: <script defer="defer" type="text/javascript" src="sie.js"></script> | |
| 1 | +/*SIE under the MIT Lisence | |
| 6 | 2 | */ |
| 7 | -/* ***** BEGIN LICENSE BLOCK ***** | |
| 8 | - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 | |
| 3 | +/* Copyright 2016 dhrname and other contributors | |
| 4 | + * http://sie.osdn.jp/ | |
| 9 | 5 | * |
| 10 | - * The contents of this file are subject to the Mozilla Public License Version | |
| 11 | - * 1.1 (the "License"); you may not use this file except in compliance with | |
| 12 | - * the License. You may obtain a copy of the License at | |
| 13 | - * http://www.mozilla.org/MPL/ | |
| 14 | - * | |
| 15 | - * Software distributed under the License is distributed on an "AS IS" basis, | |
| 16 | - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | |
| 17 | - * for the specific language governing rights and limitations under the | |
| 18 | - * License. | |
| 19 | - * | |
| 20 | - * The Original Code is the Mozilla SVG Cairo Renderer project. | |
| 21 | - * | |
| 22 | - * The Initial Developer of the Original Code is IBM Corporation. | |
| 23 | - * Portions created by the Initial Developer are Copyright (C) 2004 | |
| 24 | - * the Initial Developer. All Rights Reserved. | |
| 25 | - * | |
| 26 | - * Parts of this file contain code derived from the following files(s) | |
| 27 | - * of the Mozilla SVG project (these parts are Copyright (C) by their | |
| 28 | - * respective copyright-holders): | |
| 29 | - * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp | |
| 30 | - * | |
| 31 | - * Contributor(s):DHRNAME revulo | |
| 32 | - * | |
| 33 | - * Alternatively, the contents of this file may be used under the terms of | |
| 34 | - * either of the GNU General Public License Version 2 or later (the "GPL"), | |
| 35 | - * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), | |
| 36 | - * in which case the provisions of the GPL or the LGPL are applicable instead | |
| 37 | - * of those above. If you wish to allow use of your version of this file only | |
| 38 | - * under the terms of either the GPL or the LGPL, and not to allow others to | |
| 39 | - * use your version of this file under the terms of the MPL, indicate your | |
| 40 | - * decision by deleting the provisions above and replace them with the notice | |
| 41 | - * and other provisions required by the GPL or the LGPL. If you do not delete | |
| 42 | - * the provisions above, a recipient may use your version of this file under | |
| 43 | - * the terms of any one of the MPL, the GPL or the LGPL. | |
| 44 | - * | |
| 45 | - * ***** END LICENSE BLOCK ***** */ | |
| 46 | -/* | |
| 47 | - * Copyright (c) 2000 World Wide Web Consortium, | |
| 48 | - * (Massachusetts Institute of Technology, Institut National de | |
| 49 | - * Recherche en Informatique et en Automatique, Keio University). All | |
| 50 | - * Rights Reserved. This program is distributed under the W3C's Software | |
| 51 | - * Intellectual Property License. This program is distributed in the | |
| 52 | - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even | |
| 53 | - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | |
| 54 | - * PURPOSE. | |
| 55 | - * See W3C License http://www.w3.org/Consortium/Legal/ for more details. | |
| 6 | + * Permission is hereby granted, free of charge, to any person obtaining | |
| 7 | + * a copy of this software and associated documentation files (the | |
| 8 | + * "Software"), to deal in the Software without restriction, including | |
| 9 | + * without limitation the rights to use, copy, modify, merge, publish, | |
| 10 | + * distribute, sublicense, and/or sell copies of the Software, and to | |
| 11 | + * permit persons to whom the Software is furnished to do so, subject to | |
| 12 | + * the following conditions: | |
| 13 | + * | |
| 14 | + * The above copyright notice and this permission notice shall be | |
| 15 | + * included in all copies or substantial portions of the Software. | |
| 16 | + * | |
| 17 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
| 18 | + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
| 19 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |
| 20 | + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |
| 21 | + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |
| 22 | + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |
| 23 | + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 56 | 24 | */ |
| 57 | 25 | |
| 58 | - | |
| 59 | 26 | /*$frame オブジェクト |
| 60 | 27 | * 全体のフレームの管理を行う |
| 61 | 28 | */ |
| @@ -1,48 +1,27 @@ | ||
| 1 | -/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License | |
| 2 | - *公式ページは http://sie.sourceforge.jp/ | |
| 3 | - *利用方法は <script defer="defer" type="text/javascript" src="sie.js"></script> | |
| 4 | - *http://sie.sourceforge.jp/ | |
| 5 | - *Usage: <script defer="defer" type="text/javascript" src="sie.js"></script> | |
| 1 | +/*SIE under the MIT Lisence | |
| 6 | 2 | */ |
| 7 | -/* ***** BEGIN LICENSE BLOCK ***** | |
| 8 | - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 | |
| 3 | +/* Copyright 2016 dhrname and other contributors | |
| 4 | + * http://sie.osdn.jp/ | |
| 9 | 5 | * |
| 10 | - * The contents of this file are subject to the Mozilla Public License Version | |
| 11 | - * 1.1 (the "License"); you may not use this file except in compliance with | |
| 12 | - * the License. You may obtain a copy of the License at | |
| 13 | - * http://www.mozilla.org/MPL/ | |
| 14 | - * | |
| 15 | - * Software distributed under the License is distributed on an "AS IS" basis, | |
| 16 | - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | |
| 17 | - * for the specific language governing rights and limitations under the | |
| 18 | - * License. | |
| 19 | - * | |
| 20 | - * The Original Code is the Mozilla SVG Cairo Renderer project. | |
| 21 | - * | |
| 22 | - * The Initial Developer of the Original Code is IBM Corporation. | |
| 23 | - * Portions created by the Initial Developer are Copyright (C) 2004 | |
| 24 | - * the Initial Developer. All Rights Reserved. | |
| 25 | - * | |
| 26 | - * Parts of this file contain code derived from the following files(s) | |
| 27 | - * of the Mozilla SVG project (these parts are Copyright (C) by their | |
| 28 | - * respective copyright-holders): | |
| 29 | - * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp | |
| 30 | - * | |
| 31 | - * Contributor(s):DHRNAME revulo | |
| 32 | - * | |
| 33 | - * Alternatively, the contents of this file may be used under the terms of | |
| 34 | - * either of the GNU General Public License Version 2 or later (the "GPL"), | |
| 35 | - * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), | |
| 36 | - * in which case the provisions of the GPL or the LGPL are applicable instead | |
| 37 | - * of those above. If you wish to allow use of your version of this file only | |
| 38 | - * under the terms of either the GPL or the LGPL, and not to allow others to | |
| 39 | - * use your version of this file under the terms of the MPL, indicate your | |
| 40 | - * decision by deleting the provisions above and replace them with the notice | |
| 41 | - * and other provisions required by the GPL or the LGPL. If you do not delete | |
| 42 | - * the provisions above, a recipient may use your version of this file under | |
| 43 | - * the terms of any one of the MPL, the GPL or the LGPL. | |
| 44 | - * | |
| 45 | - * ***** END LICENSE BLOCK ***** */ | |
| 6 | + * Permission is hereby granted, free of charge, to any person obtaining | |
| 7 | + * a copy of this software and associated documentation files (the | |
| 8 | + * "Software"), to deal in the Software without restriction, including | |
| 9 | + * without limitation the rights to use, copy, modify, merge, publish, | |
| 10 | + * distribute, sublicense, and/or sell copies of the Software, and to | |
| 11 | + * permit persons to whom the Software is furnished to do so, subject to | |
| 12 | + * the following conditions: | |
| 13 | + * | |
| 14 | + * The above copyright notice and this permission notice shall be | |
| 15 | + * included in all copies or substantial portions of the Software. | |
| 16 | + * | |
| 17 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
| 18 | + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
| 19 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |
| 20 | + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |
| 21 | + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |
| 22 | + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |
| 23 | + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 24 | + */ | |
| 46 | 25 | /* |
| 47 | 26 | * Copyright (c) 2000 World Wide Web Consortium, |
| 48 | 27 | * (Massachusetts Institute of Technology, Institut National de |
| @@ -130,4 +109,4 @@ _.DocumentStyle = function() { | ||
| 130 | 109 | } ); |
| 131 | 110 | /* |
| 132 | 111 | #endif // _STYLESHEETS_IDL_ |
| 133 | -*/ | |
| \ No newline at end of file | ||
| 112 | +*/ |
| @@ -1,5 +1,5 @@ | ||
| 1 | -/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License | |
| 2 | - *http://sie.sourceforge.jp/ | |
| 1 | +/*SIE under LGPL2.1 & GPL2.0 & Mozilla Public License and MIT License | |
| 2 | + *http://sie.osdn.jp/ | |
| 3 | 3 | *Usage: <script defer="defer" type="text/javascript" src="sie.js"></script> |
| 4 | 4 | */ |
| 5 | 5 | /* ***** BEGIN LICENSE BLOCK ***** |
| @@ -52,7 +52,28 @@ | ||
| 52 | 52 | * PURPOSE. |
| 53 | 53 | * See W3C License http://www.w3.org/Consortium/Legal/ for more details. |
| 54 | 54 | */ |
| 55 | - | |
| 55 | +/* Copyright 2016 dhrname and other contributors | |
| 56 | + * http://sie.osdn.jp/ | |
| 57 | + * | |
| 58 | + * Permission is hereby granted, free of charge, to any person obtaining | |
| 59 | + * a copy of this software and associated documentation files (the | |
| 60 | + * "Software"), to deal in the Software without restriction, including | |
| 61 | + * without limitation the rights to use, copy, modify, merge, publish, | |
| 62 | + * distribute, sublicense, and/or sell copies of the Software, and to | |
| 63 | + * permit persons to whom the Software is furnished to do so, subject to | |
| 64 | + * the following conditions: | |
| 65 | + * | |
| 66 | + * The above copyright notice and this permission notice shall be | |
| 67 | + * included in all copies or substantial portions of the Software. | |
| 68 | + * | |
| 69 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
| 70 | + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
| 71 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |
| 72 | + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |
| 73 | + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |
| 74 | + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |
| 75 | + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 76 | + */ | |
| 56 | 77 | |
| 57 | 78 | //これを頭に付けたら、内部処理用 |
| 58 | 79 | var NAIBU = {}; |
| @@ -1,55 +1,5 @@ | ||
| 1 | -/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public Lisence | |
| 2 | - *公式ページは http://sie.sourceforge.jp/ | |
| 3 | - */ | |
| 4 | -/* ***** BEGIN LICENSE BLOCK ***** | |
| 5 | - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 | |
| 6 | - * | |
| 7 | - * The contents of this file are subject to the Mozilla Public License Version | |
| 8 | - * 1.1 (the "License"); you may not use this file except in compliance with | |
| 9 | - * the License. You may obtain a copy of the License at | |
| 10 | - * http://www.mozilla.org/MPL/ | |
| 11 | - * | |
| 12 | - * Software distributed under the License is distributed on an "AS IS" basis, | |
| 13 | - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | |
| 14 | - * for the specific language governing rights and limitations under the | |
| 15 | - * License. | |
| 16 | - * | |
| 17 | - * The Original Code is the Mozilla SVG Cairo Renderer project. | |
| 18 | - * | |
| 19 | - * The Initial Developer of the Original Code is IBM Corporation. | |
| 20 | - * Portions created by the Initial Developer are Copyright (C) 2004 | |
| 21 | - * the Initial Developer. All Rights Reserved. | |
| 22 | - * | |
| 23 | - * Parts of this file contain code derived from the following files(s) | |
| 24 | - * of the Mozilla SVG project (these parts are Copyright (C) by their | |
| 25 | - * respective copyright-holders): | |
| 26 | - * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp | |
| 27 | - * | |
| 28 | - * Contributor(s):DHRNAME revulo bellbind | |
| 29 | - * | |
| 30 | - * Alternatively, the contents of this file may be used under the terms of | |
| 31 | - * either of the GNU General Public License Version 2 or later (the "GPL"), | |
| 32 | - * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), | |
| 33 | - * in which case the provisions of the GPL or the LGPL are applicable instead | |
| 34 | - * of those above. If you wish to allow use of your version of this file only | |
| 35 | - * under the terms of either the GPL or the LGPL, and not to allow others to | |
| 36 | - * use your version of this file under the terms of the MPL, indicate your | |
| 37 | - * decision by deleting the provisions above and replace them with the notice | |
| 38 | - * and other provisions required by the GPL or the LGPL. If you do not delete | |
| 39 | - * the provisions above, a recipient may use your version of this file under | |
| 40 | - * the terms of any one of the MPL, the GPL or the LGPL. | |
| 41 | - * | |
| 42 | - * ***** END LICENSE BLOCK ***** */ | |
| 43 | -/* | |
| 44 | - * Copyright (c) 2000 World Wide Web Consortium, | |
| 45 | - * (Massachusetts Institute of Technology, Institut National de | |
| 46 | - * Recherche en Informatique et en Automatique, Keio University). All | |
| 47 | - * Rights Reserved. This program is distributed under the W3C's Software | |
| 48 | - * Intellectual Property License. This program is distributed in the | |
| 49 | - * hope that it will be useful, but WITHOUT ANY WARRANTY; without even | |
| 50 | - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | |
| 51 | - * PURPOSE. | |
| 52 | - * See W3C License http://www.w3.org/Consortium/Legal/ for more details. | |
| 1 | +/*SIE under the MIT Lisence | |
| 2 | + *公式ページは http://sie.osdn.jp/ | |
| 53 | 3 | */ |
| 54 | 4 | /* |
| 55 | 5 | *Copyright (c) 2008-2010 Pivotal Labs |
| @@ -1,6 +1,27 @@ | ||
| 1 | -/*!MIT License | |
| 2 | -See Also MIT-LICENSE.txt | |
| 3 | -Copyright (c) 2013 dhrname*/ | |
| 1 | +/*!SIE under the MIT Lisence | |
| 2 | + */ | |
| 3 | +/*! Copyright 2016 dhrname and other contributors | |
| 4 | + * http://sie.osdn.jp/ | |
| 5 | + * | |
| 6 | + * Permission is hereby granted, free of charge, to any person obtaining | |
| 7 | + * a copy of this software and associated documentation files (the | |
| 8 | + * "Software"), to deal in the Software without restriction, including | |
| 9 | + * without limitation the rights to use, copy, modify, merge, publish, | |
| 10 | + * distribute, sublicense, and/or sell copies of the Software, and to | |
| 11 | + * permit persons to whom the Software is furnished to do so, subject to | |
| 12 | + * the following conditions: | |
| 13 | + * | |
| 14 | + * The above copyright notice and this permission notice shall be | |
| 15 | + * included in all copies or substantial portions of the Software. | |
| 16 | + * | |
| 17 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
| 18 | + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
| 19 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |
| 20 | + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |
| 21 | + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |
| 22 | + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |
| 23 | + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 24 | + */ | |
| 4 | 25 | |
| 5 | 26 | |
| 6 | 27 | (function(){ |