• R/O
  • HTTP
  • SSH
  • HTTPS

sie: コミット

ブラウザでSVGを表示するSIEの開発 (SIE - to display SVG on legacy browsers)


コミットメタ情報

リビジョンf4105241b469578e813d9b7ede7775580dab16d7 (tree)
日時2015-11-27 22:41:46
作者dhrname <dhrname@user...>
コミッターdhrname

ログメッセージ

Modify the recursive problem about a setFrame method

変更サマリ

差分

--- a/org/w3c/dom/smil.js
+++ b/org/w3c/dom/smil.js
@@ -1428,7 +1428,7 @@ if (!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Anim
14281428 frame++;
14291429 try {
14301430 $f.setFrame(frame);
1431- } catch(e) {console.log(e.message);
1431+ } catch(e) {
14321432 }
14331433 _cancel.handle = requestAnimationFrame(step);
14341434 };
旧リポジトリブラウザで表示