Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Hello, world! Engineers Blue Ocean #lldecade

Hello, world! Engineers Blue Ocean #lldecade

LL Decade
2012.08.04
@ Ginza Blossom

Yusuke Kawasaki

August 04, 2012
Tweet

Other Decks in Technology

Transcript

  1. Such  glasses  are  not  only  for  MLB  players   but

     commonly  sold  as  “PC  Glasses”  in  Japan. h"p://www.jins-­‐jp.com/jins-­‐pc/
  2. “JINS  PC”  and  “Zoff  PC”  are  growing  fast   in

     the  “PC  Glasses”  market  in  Japan.   h"p://www.zoff.co.jp/sp/zoffpc/
  3. <?xml version="1.0" encoding="UTF-8"?> <svg version="1.1" xmlns="http://www.w3.org/ 2000/svg"> <defs> <filter id="blue-light-filter">

    <feColorMatrix type="matrix" values=” 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 0 0 0 0 1 0"/> </filter> </defs> </svg>
  4. <body style="filter: url(&quot;data:image/svg +xml;utf8,&lt;svg xmlns=\&quot;http:// www.w3.org/2000/svg\&quot; width=\&quot; 0\&quot; height=\&quot;0\&quot;&gt;&lt;filter id=\&quot;blue-light-filter

    \&quot;&gt;&lt;feColorMatrix type= \&quot;matrix\&quot; values=\&quot;1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 0 0 0 0 1 0\&quot;/&gt;&lt;/ filter&gt;&lt;/svg&gt;#blue-light- filter&quot;); background: none repeat scroll 0% 0% rgb(255, 255, 180);">
  5. <html style="-webkit-filter: url('#blue-light- filter'); "> <body> <svg xmlns="http://www.w3.org/2000/svg" width="0" height="0"

    style="display: none;"> <filter id="blue-light-filter”> <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 0 0 0 0 1 0”></ feColorMatrix></filter></svg> </body> </html>