latest log

酩酊状態で書いたエンジニアポエムです。酩酊状態で読んでください。

2014-12-01から1ヶ月間の記事一覧

HTMLCanvasElement ベースの Custom Element が作れない メモ

Custom Element spec: http://w3c.github.io/webcomponents/spec/custom/ HTMLCanvasElement ベースの Custom Element が上手く機能しないのは不具合なんだろうか? 仕様なんだろうか的メモです。 var p = Object.create(HTMLCanvasElement.prototype); p.cre…

This is the implementation of the animation PNG renderer by pure JavaScript.

(ε・﹏・)з そろそろ、Custom Elementを勉強しないとなー (ε・﹏・)з 一日勉強したら、どんな事ができるようになるんだろう? (ε・﹏・)з やってみよーー の結果がこちら。 WebModule demo, APNG and Custom Element ... Animation PNG を再生する <a-png> カスタム</a-png>…