[Sie-announce] SIEコード [2392]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 2月 13日 (日) 18:42:45 JST


Revision: 2392
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2392
Author:   dhrname
Date:     2011-02-13 18:42:45 +0900 (Sun, 13 Feb 2011)

Log Message:
-----------


Added Paths:
-----------
    trunk/news/n20101119.html
    trunk/news/n20101202.html
    trunk/news/n20101218.html
    trunk/news/n20101230.html
    trunk/news/n20110115.html
    trunk/news/n20110127.html
    trunk/news/n20110207.html

Added: trunk/news/n20101119.html
===================================================================
--- trunk/news/n20101119.html	                        (rev 0)
+++ trunk/news/n20101119.html	2011-02-13 09:42:45 UTC (rev 2392)
@@ -0,0 +1,49 @@
+<html>
+<head>
+<title>「SIE0.63」リリース - SIE</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<script defer="defer" type="text/javascript" src="http://sie.sourceforge.jp/sie-mini.js"></script>
+<link rel="stylesheet" type="text/css" href="http://sie.sourceforge.jp/instyle.css"></link>
+</head>
+<body>
+<p><object data="../sie-logo.svg" type="image/svg+xml" width="100%" height="90"></object></p>
+<h1>「SIE0.63」リリース - SIE</h1>
+<h2>0.63リリースについてのお知らせ</h2>
+<p>2010年11月19日、私たちSIEプロジェクトは、「SIE0.63」を正式に公開しました。今回の主な変更は、バグの修正とanimate要素の一部実装です。</p>
+<h2>ダウンロード</h2>
+<p><a href="http://sourceforge.jp/projects/sie/downloads/49784/sie-063.zip/">http://sourceforge.jp/projects/sie/downloads/49784/sie-063.zip/</a> (ZIP形式, 268 KB)</p>
+<h2>変更点</h2>
+<h3>version 0.62からの変更点</h3>
+<ol>
+ <li>onreadystatechangeプロパティに関して、軽量化のためにメモリリーク対策を取った</li>
+ <li>チケット #23579「ある特定のフォントを使用したtext要素で文字のずれが起きる」を修正。</li>
+ <li>SVGAnimateElementの_valuesプロパティと_valueListプロパティとの変換に関する処理を追加</li>
+ <li>cloneNodeメソッドをimportNodeメソッドを使って修正</li>
+ <li>animate要素の部分的な実装</li>
+ <li>チケット #23599「Test Suiteのpath-data-x-tに関する表示の問題について」を修正</li>
+ <li>フレームの進行にバグがあったので修正</li>
+ <li>SVGRadialGradientElementの修正</li>
+ <li>SVGElementのgetBBoxメソッドにxとyが逆になる不具合があったので修正</li>
+</ol>
+<address><h2>このお知らせに関するご質問等がありましたら</h2>
+<p>開発者たちと連絡を取ることのできる公式メーリングリストをご利用ください。</p>
+<p>公式メーリングリスト「Sie-developers」あて先は<a href="mailto:sie-d****@lists*****">sie-d****@lists***** </a>。</p>
+<p>&copy; Copyright 2009 dhrname(Eメールで<a href="mailto:dhrna****@users*****">dhrna****@users*****</a>)コードの著作権の許諾に関しては、次の文章に書かれています。(英文<a href="http://sie.sourceforge.jp/LICENCE.txt">LICENCE.txt</a>)。このページの許諾に関しても、同様のライセンスが適用されるものとします。</p></address>
+<!--/*SIE-SVG LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * Contributor(s):DHRNAME
+ * ***** END LICENSE BLOCK ***** */-->
+    </body>
+</html>
\ No newline at end of file

Added: trunk/news/n20101202.html
===================================================================
--- trunk/news/n20101202.html	                        (rev 0)
+++ trunk/news/n20101202.html	2011-02-13 09:42:45 UTC (rev 2392)
@@ -0,0 +1,47 @@
+<html>
+<head>
+<title>「SIE0.64」リリース - SIE</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<script defer="defer" type="text/javascript" src="http://sie.sourceforge.jp/sie-mini.js"></script>
+<link rel="stylesheet" type="text/css" href="http://sie.sourceforge.jp/instyle.css"></link>
+</head>
+<body>
+<p><object data="../sie-logo.svg" type="image/svg+xml" width="100%" height="90"></object></p>
+<h1>「SIE0.64」リリース - SIE</h1>
+<h2>0.64リリースについてのお知らせ</h2>
+<p>2010年12月2日、私たちSIEプロジェクトは、「SIE0.64」を正式に公開しました。今回の主な変更は、処理の高速化です。</p>
+<h2>ダウンロード</h2>
+<p><a href="http://sourceforge.jp/projects/sie/downloads/50237/sie-065.zip/">http://sourceforge.jp/projects/sie/downloads/50237/sie-065.zip/</a> (ZIP形式, 311 KB)</p>
+<h2>変更点</h2>
+<h3>version 0.63からの変更点</h3>
+<ol>
+ <li>1, animate要素が期限前に終了してしまうバグを修正</li>
+ <li>screen.updateIntervalで処理を高速化</li>
+ <li>NAIBU._setPaintの修正</li>
+ <li>getOverrideStyleメソッドの修正</li>
+ <li>eventに関して、dettachEventを使いながら、メモリリーク対策をとった</li>
+ <li>calcMode属性のdiscreteに対応</li>
+ <li>gzipで圧縮したJSファイルを同梱</li>
+</ol>
+<address><h2>このお知らせに関するご質問等がありましたら</h2>
+<p>開発者たちと連絡を取ることのできる公式メーリングリストをご利用ください。</p>
+<p>公式メーリングリスト「Sie-developers」あて先は<a href="mailto:sie-d****@lists*****">sie-d****@lists***** </a>。</p>
+<p>&copy; Copyright 2009 dhrname(Eメールで<a href="mailto:dhrna****@users*****">dhrna****@users*****</a>)コードの著作権の許諾に関しては、次の文章に書かれています。(英文<a href="http://sie.sourceforge.jp/LICENCE.txt">LICENCE.txt</a>)。このページの許諾に関しても、同様のライセンスが適用されるものとします。</p></address>
+<!--/*SIE-SVG LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * Contributor(s):DHRNAME
+ * ***** END LICENSE BLOCK ***** */-->
+    </body>
+</html>
\ No newline at end of file

Added: trunk/news/n20101218.html
===================================================================
--- trunk/news/n20101218.html	                        (rev 0)
+++ trunk/news/n20101218.html	2011-02-13 09:42:45 UTC (rev 2392)
@@ -0,0 +1,48 @@
+<html>
+<head>
+<title>「SIE0.65」リリース - SIE</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<script defer="defer" type="text/javascript" src="http://sie.sourceforge.jp/sie-mini.js"></script>
+<link rel="stylesheet" type="text/css" href="http://sie.sourceforge.jp/instyle.css"></link>
+</head>
+<body>
+<p><object data="../sie-logo.svg" type="image/svg+xml" width="100%" height="90"></object></p>
+<h1>「SIE0.65」リリース - SIE</h1>
+<h2>0.65リリースについてのお知らせ</h2>
+<p>2010年12月18日、私たちSIEプロジェクトは、「SIE0.65」を正式に公開しました。今回の主な変更は、バグの修正と最適化です。</p>
+<h2>無料ダウンロード</h2>
+<p><a href="http://sourceforge.jp/projects/sie/downloads/50237/sie-065.zip/">sie-065.zip/</a> (ZIP形式, 311 KB)</p>
+<h2>変更点</h2>
+<h3>version 0.64からの変更点</h3>
+<ol>
+ <li>チケット #21136 「画像の幅と高さが特定の条件を満たしたときに、画像が途切れる」を修正</li>
+ <li>SVGMatrixの最適化</li>
+ <li>GetSVGDocumentの変数の整理</li>
+ <li>SVGPointのプロパティの整理</li>
+ <li>SVGPathElementの変数に対して、nullを使って、解放させた</li>
+ <li>getComputedStyleメソッドの最適化のために、CSS2Propetiesオブジェクトを編集した</li>
+ <li>getComputedStyleメソッドについて、キャッシュの方式を変えることで、さらなる高速化と最適化</li>
+ <li>EventのpreventDefalutメソッドを実装</li>
+</ol>
+<address><h2>このお知らせに関するご質問等がありましたら</h2>
+<p>開発者たちと連絡を取ることのできる公式メーリングリストをご利用ください。</p>
+<p>公式メーリングリスト「Sie-developers」あて先は<a href="mailto:sie-d****@lists*****">sie-d****@lists***** </a>。</p>
+<p>&copy; Copyright 2009 dhrname(Eメールで<a href="mailto:dhrna****@users*****">dhrna****@users*****</a>)コードの著作権の許諾に関しては、次の文章に書かれています。(英文<a href="http://sie.sourceforge.jp/LICENCE.txt">LICENCE.txt</a>)。このページの許諾に関しても、同様のライセンスが適用されるものとします。</p></address>
+<!--/*SIE-SVG LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * Contributor(s):DHRNAME
+ * ***** END LICENSE BLOCK ***** */-->
+    </body>
+</html>
\ No newline at end of file

Added: trunk/news/n20101230.html
===================================================================
--- trunk/news/n20101230.html	                        (rev 0)
+++ trunk/news/n20101230.html	2011-02-13 09:42:45 UTC (rev 2392)
@@ -0,0 +1,52 @@
+<html>
+<head>
+<title>「SIE0.66」リリース - SIE</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<script defer="defer" type="text/javascript" src="http://sie.sourceforge.jp/sie-mini.js"></script>
+<link rel="stylesheet" type="text/css" href="http://sie.sourceforge.jp/instyle.css"></link>
+</head>
+<body>
+<p><object data="../sie-logo.svg" type="image/svg+xml" width="100%" height="90"></object></p>
+<h1>「SIE0.66」リリース - SIE</h1>
+<h2>0.66リリースについてのお知らせ</h2>
+<p>2010年12月18日、私たちSIEプロジェクトは、「SIE0.66」を正式に公開しました。今回の主な変更は、SVG Fontの再実装です。</p>
+<h2>無料ダウンロード</h2>
+<p><a href="http://sourceforge.jp/projects/sie/downloads/50388/sie-066.zip/">sie-066.zip/</a> (ZIP形式, 317 KB)</p>
+<h2>変更点</h2>
+<h3>version 0.64からの変更点</h3>
+<ol>
+ <li>SVGTextContentElementにおいて、文字列の分割にsplitを用いた</li>
+ <li>関数NAIBU._fontSearchURIとNAIBU._fontを追加</li>
+ <li>シェイプ関連要素に限り、キャッシュを消すようにして、メモリを節約</li>
+ <li>転送量を減らすため、エラーコードの日本語部分を英語に統一させた</li>
+ <li>unloadイベント時のdetachEventが「dettachEvent」と誤っていたので修正</li>
+ <li>SVGURIReferenceのバグを修正して、embedに対し、ちゃんとデータを取得できるようにした</li>
+ <li>SVGURIReferenceの#idに関する修正</li>
+ <li>SVGStringListの最適化</li>
+ <li>SVG Fontの実装</li>
+ <li>g要素の属性変更に際して、画像の変遷ができるように修正</li>
+ <li>SVG Fontに対して、text要素に子要素があった場合の対処を追加</li>
+ <li>SVGURIReferenceで正規表現に関するバグを修正</li>
+</ol>
+<address><h2>このお知らせに関するご質問等がありましたら</h2>
+<p>開発者たちと連絡を取ることのできる公式メーリングリストをご利用ください。</p>
+<p>公式メーリングリスト「Sie-developers」あて先は<a href="mailto:sie-d****@lists*****">sie-d****@lists***** </a>。</p>
+<p>&copy; Copyright 2009 dhrname(Eメールで<a href="mailto:dhrna****@users*****">dhrna****@users*****</a>)コードの著作権の許諾に関しては、次の文章に書かれています。(英文<a href="http://sie.sourceforge.jp/LICENCE.txt">LICENCE.txt</a>)。このページの許諾に関しても、同様のライセンスが適用されるものとします。</p></address>
+<!--/*SIE-SVG LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * Contributor(s):DHRNAME
+ * ***** END LICENSE BLOCK ***** */-->
+    </body>
+</html>
\ No newline at end of file

Added: trunk/news/n20110115.html
===================================================================
--- trunk/news/n20110115.html	                        (rev 0)
+++ trunk/news/n20110115.html	2011-02-13 09:42:45 UTC (rev 2392)
@@ -0,0 +1,53 @@
+<html>
+<head>
+<title>「SIE0.68」リリース - SIE</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<script defer="defer" type="text/javascript" src="http://sie.sourceforge.jp/sie-mini.js"></script>
+<link rel="stylesheet" type="text/css" href="http://sie.sourceforge.jp/instyle.css"></link>
+</head>
+<body>
+<p><object data="../sie-logo.svg" type="image/svg+xml" width="100%" height="90"></object></p>
+<h1>「SIE0.68」リリース - SIE</h1>
+<h2>0.68リリースについてのお知らせ</h2>
+<p>2011年1月15日、私たちSIEプロジェクトは、「SIE0.68」を正式に公開しました。今回の主な変更は、バグの修正と高速化です。</p>
+<h2>無料ダウンロード</h2>
+<p><a href="http://sourceforge.jp/projects/sie/downloads/50736/sie-068.zip//">sie-068.zip/</a> (ZIP形式, 317 KB)</p>
+<h2>変更点</h2>
+<h3>version 0.66からの変更点</h3>
+<ol>
+ <li>Test Suite:text-intro-04-tで起きるバグ「glyph要素がfont要素内にないときの対処ができない」を修正</li>
+ <li>関数NAIBU._noie_createFontを修正</li>
+ <li>コメントで書き残した不要なコードを消しておいた</li>
+ <li>handleEventメソッド内部では、例外が起きれば、途中で止まらず先に進むようにした</li>
+ <li>initEventメソッドを修正</li>
+ <li>ハイパーリンク内のテキストを勝手に表示しないように、SVGAElementを修正</li>
+ <li>チケット #23598「text要素の中のa要素が表示されない」バグを修正</li>
+ <li>MSXMLに対して、空白文字に対しても、ノードを保持するように設定を変えた</li>
+ <li>NAIBU._noie_createFontを修正して、テキストを消す方法を、displayプロパティからvisibilityプロパティに変えた</li>
+ <li>getComputedStyleメソッドの変数を整理して、最適化</li>
+ <li>getComputedStyleメソッドにおいて、デフォルト値の検索をリストから外して、ハッシュ検索に変更したことで最適化</li>
+ <li>_ca関数の変数に対して解放処理をした</li>
+ <li>SVGLengthに関して、プロパティ名の修正や変数の整理をした(beta fixed)</li>
+</ol>
+<address><h2>このお知らせに関するご質問やご感想などがありましたら</h2>
+<p>以下のメールアドレスへメールを下さい。また、メールはオープンな議論をするために、原則、ウェブで公開されますのでご承知ください。</p>
+<p>公式メーリングリスト「Sie-developers」<a href="mailto:sie-d****@lists*****">sie-d****@lists***** </a>。</p>
+<p>&copy; Copyright 2009 dhrname(Eメールで<a href="mailto:dhrna****@users*****">dhrna****@users*****</a>)コードの著作権の許諾に関しては、次の文章に書かれています。(英文<a href="http://sie.sourceforge.jp/LICENCE.txt">LICENCE.txt</a>)。このページの許諾に関しても、同様のライセンスが適用されるものとします。</p></address>
+<!--/*SIE-SVG LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * Contributor(s):DHRNAME
+ * ***** END LICENSE BLOCK ***** */-->
+    </body>
+</html>
\ No newline at end of file

Added: trunk/news/n20110127.html
===================================================================
--- trunk/news/n20110127.html	                        (rev 0)
+++ trunk/news/n20110127.html	2011-02-13 09:42:45 UTC (rev 2392)
@@ -0,0 +1,53 @@
+<html>
+<head>
+<title>「SIE0.68」リリース - SIE</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<script defer="defer" type="text/javascript" src="http://sie.sourceforge.jp/sie-mini.js"></script>
+<link rel="stylesheet" type="text/css" href="http://sie.sourceforge.jp/instyle.css"></link>
+</head>
+<body>
+<p><object data="../sie-logo.svg" type="image/svg+xml" width="100%" height="90"></object></p>
+<h1>「SIE0.68」リリース - SIE</h1>
+<h2>0.68リリースについてのお知らせ</h2>
+<p>2011年1月15日、私たちSIEプロジェクトは、「SIE0.68」を正式に公開しました。今回の主な変更は、バグの修正です。</p>
+<h2>無料ダウンロード</h2>
+<p><a href="http://sourceforge.jp/projects/sie/downloads/50736/sie-068.zip/">sie-068.zip/</a> (ZIP形式, 317 KB)</p>
+<h2>変更点</h2>
+<h3>version 0.66からの変更点</h3>
+<ol>
+<li>createSVGLengthメソッドにおいて、unitTypeプロパティ設定に仕様と矛盾するミスがあったので、修正</li>
+<li>SVGLengthのプロパティを整理して軽量化</li>
+<li>SVGLengthのnewValueSpecifiedUnitsメソッドを修正</li>
+<li>NAIBU._setPaint関数における変数の解放</li>
+<li>NAIBU.Time関数において、updateIntervalの処理のバグに対して、修正をした</li>
+<li>SVGURIReferenceの外部XML処理に追加</li>
+<li>SVGURIReferenceにおけるAjaxを非同期通信から同期通信に変更</li>
+<li>チケット #24013「font-face-uri要素を使った際、SVG Fontが表示されない」が修正</li>
+<li>SVGLengthに関する例外処理のバグの修正</li>
+<li>SVGMatrixに関する引数に対して、演算可能かどうかをチェックする処理を修正</li>
+<li>SVGPathElementの処理に関して、配列の組み合わせを見直した</li>
+<li>DOMAttrModifiedイベントの発火処理を改良して、initMutationEventメソッドの使われる回数を減らして、軽量化</li>
+<li>アニメーションに関して、keyTimes属性のバグなどを修正(beta bug fixed)</li>
+</ol>
+<address><h2>このお知らせに関するご質問やご感想などがありましたら</h2>
+<p>以下のメールアドレスへメールを下さい。また、メールはオープンな議論をするために、原則、ウェブで公開されますのでご承知ください。</p>
+<p>公式メーリングリスト「Sie-developers」<a href="mailto:sie-d****@lists*****">sie-d****@lists***** </a>。</p>
+<p>&copy; Copyright 2009 dhrname(Eメールで<a href="mailto:dhrna****@users*****">dhrna****@users*****</a>)コードの著作権の許諾に関しては、次の文章に書かれています。(英文<a href="http://sie.sourceforge.jp/LICENCE.txt">LICENCE.txt</a>)。このページの許諾に関しても、同様のライセンスが適用されるものとします。</p></address>
+<!--/*SIE-SVG LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * Contributor(s):DHRNAME
+ * ***** END LICENSE BLOCK ***** */-->
+    </body>
+</html>
\ No newline at end of file

Added: trunk/news/n20110207.html
===================================================================
--- trunk/news/n20110207.html	                        (rev 0)
+++ trunk/news/n20110207.html	2011-02-13 09:42:45 UTC (rev 2392)
@@ -0,0 +1,48 @@
+<html>
+<head>
+<title>「SIE0.69」リリース - SIE</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<script defer="defer" type="text/javascript" src="http://sie.sourceforge.jp/sie-mini.js"></script>
+<link rel="stylesheet" type="text/css" href="http://sie.sourceforge.jp/instyle.css"></link>
+</head>
+<body>
+<p><object data="../sie-logo.svg" type="image/svg+xml" width="100%" height="90"></object></p>
+<h1>「SIE0.69」リリース - SIE</h1>
+<h2>0.69リリースについてのお知らせ</h2>
+<p>2011年1月15日、私たちSIEプロジェクトは、「SIE0.69」を正式に公開しました。今回の主な変更は、バグの修正です。</p>
+<h2>無料ダウンロード</h2>
+<p><a href="http://sourceforge.jp/projects/sie/downloads/50875/sie-069.zip/">sie-069.zip/</a> (ZIP形式, 317 KB)</p>
+<h2>変更点</h2>
+<h3>version 0.68からの変更点</h3>
+<ol>
+<li>inverseメソッドのマイナス符号の付け忘れを修正</li>
+<li>アニメーションの描画速度の調整にバグがあったので修正</li>
+<li>animateColor要素でアニメ終了時にプログラムが止まるバグに関する修正について見直し</li>
+<li>animate要素とanimateColor要素に関して、keyTimes属性を指定されていないときのバグ等を修正</li>
+<li>dispatchEventメソッドの最適化</li>
+<li>SVGMatrixのrotateFromVectorメソッドがラジアンを間違えていたため修正</li>
+<li>SVGPathElementの軽量化</li>
+<li>dispatchEventメソッドにバッファリング処理を施して、軽量化</li>
+</ol>
+<address><h2>このお知らせに関するご質問やご感想などがありましたら</h2>
+<p>以下のメールアドレスへメールを下さい。また、メールはオープンな議論をするために、原則、ウェブで公開されますのでご承知ください。</p>
+<p>公式メーリングリスト「Sie-developers」<a href="mailto:sie-d****@lists*****">sie-d****@lists***** </a>。</p>
+<p>&copy; Copyright 2009 dhrname(Eメールで<a href="mailto:dhrna****@users*****">dhrna****@users*****</a>)コードの著作権の許諾に関しては、次の文章に書かれています。(英文<a href="http://sie.sourceforge.jp/LICENCE.txt">LICENCE.txt</a>)。このページの許諾に関しても、同様のライセンスが適用されるものとします。</p></address>
+<!--/*SIE-SVG LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * Contributor(s):DHRNAME
+ * ***** END LICENSE BLOCK ***** */-->
+    </body>
+</html>
\ No newline at end of file




Sie-announce メーリングリストの案内
Back to archive index