| Index: lib/src/runner/browser/static/index.html
|
| diff --git a/lib/src/runner/browser/static/index.html b/lib/src/runner/browser/static/index.html
|
| index 5e7a3c5f304bbc921b2755f57529cad0686f786a..c0da83e2f56a2a58e0008043b84cf6d9aa75fd65 100644
|
| --- a/lib/src/runner/browser/static/index.html
|
| +++ b/lib/src/runner/browser/static/index.html
|
| @@ -2,7 +2,6 @@
|
| <html>
|
| <head>
|
| <title>test Browser Host</title>
|
| - <script src="host.dart.js"></script>
|
| <link rel="stylesheet" type="text/css" href="host.css" />
|
| </head>
|
| <body>
|
| @@ -15,5 +14,12 @@
|
| <path id="right-paw" fill="#00A4E4" d="M227.676,166.365c0.963,1.401,1.361,2.473,1.361,2.473l20.352,57.648l-6.711,15.37L259,236.463v-44.854c0,0-13.678-13.965-17.741-17.882C237.193,169.811,231.466,166.319,227.676,166.365z"/>
|
| <path id="left-ear" fill="#0083C9" d="M166.769,227.098c0,0-0.769-1.104-0.769-4.355v-57.144l-23.115,34.877c-1.626,1.774-1.567,6.538,1.595,9.755l13.636,13.892L166.769,227.098z"/>
|
| </svg>
|
| + <div id="dark"></div>
|
| + <svg id="play" version="1.1" x="0px" y="0px" width="80px" height="80px" viewBox="0 0 25 25">
|
| + <defs><filter id="blur"><feGaussianBlur stdDeviation="0.3" id="feGaussianBlur5097" /></filter></defs>
|
| + <path d="M 3.777014,1.3715789 A 1.1838119,1.1838119 0 0 0 2.693923,2.5488509 V 22.444746 a 1.1838119,1.1838119 0 0 0 1.765908,1.035999 l 17.235259,-9.95972 a 1.1838119,1.1838119 0 0 0 0,-2.071998 L 4.459831,1.5128519 A 1.1838119,1.1838119 0 0 0 3.777014,1.3715789 z" style="opacity:0.5;stroke:#000000;stroke-width:1;filter:url(#blur)" />
|
| + <path style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.32722104" d="M 3.4770491,1.0714664 A 1.1838119,1.1838119 0 0 0 2.3939589,2.2487382 V 22.144633 a 1.1838119,1.1838119 0 0 0 1.7659079,1.035999 l 17.2352602,-9.95972 a 1.1838119,1.1838119 0 0 0 0,-2.071998 L 4.1598668,1.2127389 A 1.1838119,1.1838119 0 0 0 3.4770491,1.0714664 z" />
|
| + </svg>
|
| + <script src="host.dart.js"></script>
|
| </body>
|
| </html>
|
|
|