| Index: src/site/samples/spirodraw/index.html
|
| diff --git a/src/site/samples/spirodraw/index.html b/src/site/samples/spirodraw/index.html
|
| index 0b9d28a48796d0cac39a3817d5f0625e126aa853..cb4b9a994230f6fa2e621128f6e6b3e6a16472d0 100644
|
| --- a/src/site/samples/spirodraw/index.html
|
| +++ b/src/site/samples/spirodraw/index.html
|
| @@ -4,19 +4,12 @@ title: "Spirodraw Sample"
|
| ---
|
| <h1>Spirodraw code walkthrough</h1>
|
|
|
| -<aside class="note">
|
| <p>The <a href="https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/#samples%2Fspirodraw%253Fstate%253Dclosed">full source code</a> for this sample is available.</p>
|
| -<p>
|
| -You can also <a href="/samples/spirodraw/spirodraw-js.html">run the sample</a>,
|
| -which was compiled to JavaScript using <code>htmlconverter.py
|
| ---optimize</code>.
|
| -</p>
|
|
|
| -<p><b>Note:</b>
|
| +<p>
|
| The sample uses the HTML5 input range element;
|
| it doesn't display properly in browsers that don't support that element.
|
| </p>
|
| -</aside>
|
|
|
| <p>The Spirodraw sample is similar to
|
| <a href="/samples/sunflower/">Sunflower</a>
|
|
|