Skip to content

Commit 2eeec43

Browse files
committed
update default canvas background
1 parent 86cb41a commit 2eeec43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/preview.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
canvas {
4747
background-image: repeating-conic-gradient(#fefefe 0% 25%, #ddd 0% 50%);
4848
background-position: 0 0, 0px 0px;
49-
background-size: 48px 48px;
49+
background-size: 64px 64px;
5050
}
5151
</style>
5252
</head>

public/sw.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2.62.0";
2+
const version = "2.62.1";
33

44
const precacheResources = [
55
"/",

0 commit comments

Comments
 (0)