| Index: src/site/samples/sunflower/index.html
|
| diff --git a/src/site/samples/sunflower/index.html b/src/site/samples/sunflower/index.html
|
| index 9458f6fbd2b6508fec884aa4b76b6931b6291fc4..2aa15501848522c9fdd0ad9ac6afacb598ef9cee 100644
|
| --- a/src/site/samples/sunflower/index.html
|
| +++ b/src/site/samples/sunflower/index.html
|
| @@ -4,9 +4,9 @@ title: "Sunflower Code Walkthrough"
|
| ---
|
| <h1>{{ page:title }}</h1>
|
|
|
| -<aside class="note">
|
| +<p>
|
| The <a href="https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/#samples%2Fsunflower">full source code</a> for this sample is available. You can also <a href="sunflower.html">run the sample</a>. Note that it uses the HTML5 range input control, which works only in Chrome.
|
| -</aside>
|
| +</p>
|
|
|
| <p>The Sunflower sample uses HTML5 Canvas to render an image resembling the head of a sunflower. </p>
|
|
|
|
|