Skip to content

Commit

Permalink
bump to v8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KaliedaRik committed Feb 26, 2021
2 parents ce63c70 + 89a193b commit 963f051
Show file tree
Hide file tree
Showing 295 changed files with 17,321 additions and 8,054 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Scrawl-canvas Library
Version: `8.5.0 - 19 Feb 2021`
Version: `8.5.1 - 26 Feb 2021`

Scrawl-canvas website: [scrawl-v8.rikweb.org.uk](https://scrawl-v8.rikweb.org.uk).

Expand Down Expand Up @@ -46,7 +46,7 @@ There are three main ways to include Scrawl-canvas in your project:
2. Unzip the file to a folder in your project.
3. Import the library into the script code where you will be using it.

Alternatively, a zip package of the v8.5.0 files can be downloaded from this link: [scrawl.rikweb.org.uk/downloads/scrawl-canvas_8-5-0.zip](https://scrawl.rikweb.org.uk/downloads/scrawl-canvas_8-5-0.zip) - this package only includes the minified file.
Alternatively, a zip package of the v8.5.1 files can be downloaded from this link: [scrawl.rikweb.org.uk/downloads/scrawl-canvas_8-5-1.zip](https://scrawl.rikweb.org.uk/downloads/scrawl-canvas_8-5-1.zip) - this package only includes the minified file.

```html
<!-- Hello world -->
Expand Down Expand Up @@ -95,7 +95,7 @@ Alternatively, a zip package of the v8.5.0 files can be downloaded from this lin
This will pull the requested npm package directly into your web page:
```html
<script type="module">
import scrawl from 'https://unpkg.com/scrawl-canvas@8.5.0';
import scrawl from 'https://unpkg.com/scrawl-canvas@8.5.1';
[...]
</script>
```
Expand Down
1 change: 1 addition & 0 deletions demo/canvas-035.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ <h4>Test purpose</h4>
<li>Check that all patterns react appropriately as each of the six pattern matrix values is manipulated (in real time)</li>
</ul>

<p><b>Known issue:</b> The Firefox browser has a longstanding bug where it only recognises the 'repeat' and 'no-repeat' values for the Pattern `repeat` attribute. Also, the 'no-repeat' value will produce faulty output.</p>
<p><a href="../docs/demo/canvas-035.html">Annotated code</a></p>
</div>

Expand Down
39 changes: 0 additions & 39 deletions demo/component-001.js

This file was deleted.

Loading

0 comments on commit 963f051

Please sign in to comment.