File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -513,12 +513,12 @@ demo.config = {
513
513
autoIterate : false ,
514
514
images : [
515
515
'images/chameleon.png' ,
516
+ 'images/tower.jpg' ,
516
517
'images/3x4.png' ,
517
518
'images/6x5.png' ,
518
519
'images/12x10.png' ,
519
520
'images/70x70.png' ,
520
521
'images/200x100.png' ,
521
- 'images/casa-de-madeira.jpg' ,
522
522
'images/HJocean.png' ,
523
523
'images/IMG_4445.jpg' ,
524
524
'images/white_building_in_field_by_mslash67.jpg' ,
@@ -569,7 +569,7 @@ demo.removeSeam = function (options) {
569
569
demo . iterate = function ( ) {
570
570
demo . findSeam ( demo . ctx ) ;
571
571
setTimeout ( function ( ) {
572
- demo . removeSeam ( { reDrawImage : false } )
572
+ demo . removeSeam ( { reDrawImage : true } )
573
573
demo . iteration ++ ;
574
574
if ( demo . config . autoIterate ) {
575
575
demo . iterate ( ) ;
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ demo.config = {
14
14
autoIterate : false ,
15
15
images : [
16
16
'images/chameleon.png' ,
17
+ 'images/tower.jpg' ,
17
18
'images/3x4.png' ,
18
19
'images/6x5.png' ,
19
20
'images/12x10.png' ,
20
21
'images/70x70.png' ,
21
22
'images/200x100.png' ,
22
- 'images/casa-de-madeira.jpg' ,
23
23
'images/HJocean.png' ,
24
24
'images/IMG_4445.jpg' ,
25
25
'images/white_building_in_field_by_mslash67.jpg' ,
@@ -70,7 +70,7 @@ demo.removeSeam = function (options) {
70
70
demo . iterate = function ( ) {
71
71
demo . findSeam ( demo . ctx ) ;
72
72
setTimeout ( function ( ) {
73
- demo . removeSeam ( { reDrawImage : false } )
73
+ demo . removeSeam ( { reDrawImage : true } )
74
74
demo . iteration ++ ;
75
75
if ( demo . config . autoIterate ) {
76
76
demo . iterate ( ) ;
You can’t perform that action at this time.
0 commit comments