ブラウザで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
| @@ -1428,7 +1428,7 @@ if (!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Anim | ||
| 1428 | 1428 | frame++; |
| 1429 | 1429 | try { |
| 1430 | 1430 | $f.setFrame(frame); |
| 1431 | - } catch(e) {console.log(e.message); | |
| 1431 | + } catch(e) { | |
| 1432 | 1432 | } |
| 1433 | 1433 | _cancel.handle = requestAnimationFrame(step); |
| 1434 | 1434 | }; |