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 21082108 }
21092109 let Y = a . fill ;
21102110 function z ( t , e ) {
2111- if ( s ( "fill(color, path)" ) , e instanceof Path2D ) {
2111+ if ( e instanceof Path2D ) {
2112+ s ( "fill(color, path)" ) ;
21122113 let r = a . stat ( 5 ) , i = a . ctx ( ) ;
21132114 i . fillStyle = r [ ~ ~ t % r . length ] , a . ctx ( ) . fill ( e ) ;
21142115 } else Y ( t ) ;
21152116 }
21162117 let N = a . stroke ;
21172118 function X ( t , e ) {
2118- if ( s ( "stroke(color, path)" ) , e instanceof Path2D ) {
2119+ if ( e instanceof Path2D ) {
2120+ s ( "stroke(color, path)" ) ;
21192121 let r = a . stat ( 5 ) , i = a . ctx ( ) ;
21202122 i . strokeStyle = r [ ~ ~ t % r . length ] , a . ctx ( ) . stroke ( e ) ;
21212123 } else N ( t ) ;
Original file line number Diff line number Diff line change 11const cacheName = "luizbills.litecanvas-editor-v1" ;
2- const version = "2025.7.7.3 " ;
2+ const version = "2025.7.7.4 " ;
33
44const precacheResources = [
55 "/" ,
You can’t perform that action at this time.
0 commit comments