Skip to content

Commit

Permalink
v1.2.2 - Minor bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchantweb committed Aug 5, 2022
1 parent c4f020b commit 28d97ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mit-illuminations",
"version": "v1.2.1",
"version": "v1.2.2",
"private": true,
"description": "Illuminations by MIT - Turn P5 Code into Light Shows",
"author": "Sosolimited in collaboration with MIT",
Expand Down
3 changes: 3 additions & 0 deletions src/components/PlayingNow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ export default {
ctx.fillRect(0, 0, previewCanvas.width, previewCanvas.height);
ctx.drawImage(document.getElementById('defaultCanvas0'), 0, 0, 1200, 100, 0, 0, 1920, 160);
// All done
return true;
}
// Sample Data
Expand Down

0 comments on commit 28d97ef

Please sign in to comment.