File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2108
2108
}
2109
2109
let Y = a . fill ;
2110
2110
function z ( t , e ) {
2111
- if ( s ( "fill(color, path)" ) , e instanceof Path2D ) {
2111
+ if ( e instanceof Path2D ) {
2112
+ s ( "fill(color, path)" ) ;
2112
2113
let r = a . stat ( 5 ) , i = a . ctx ( ) ;
2113
2114
i . fillStyle = r [ ~ ~ t % r . length ] , a . ctx ( ) . fill ( e ) ;
2114
2115
} else Y ( t ) ;
2115
2116
}
2116
2117
let N = a . stroke ;
2117
2118
function X ( t , e ) {
2118
- if ( s ( "stroke(color, path)" ) , e instanceof Path2D ) {
2119
+ if ( e instanceof Path2D ) {
2120
+ s ( "stroke(color, path)" ) ;
2119
2121
let r = a . stat ( 5 ) , i = a . ctx ( ) ;
2120
2122
i . strokeStyle = r [ ~ ~ t % r . length ] , a . ctx ( ) . stroke ( e ) ;
2121
2123
} else N ( t ) ;
Original file line number Diff line number Diff line change 1
1
const cacheName = "luizbills.litecanvas-editor-v1" ;
2
- const version = "2025.7.7.3 " ;
2
+ const version = "2025.7.7.4 " ;
3
3
4
4
const precacheResources = [
5
5
"/" ,
You can’t perform that action at this time.
0 commit comments