调整画布布局
This commit is contained in:
@@ -451,8 +451,6 @@ function segmentImage(markerImage,fullImage,size){
|
||||
marker.onload = () => {
|
||||
ctx1.drawImage(marker,0,0 ,size.width, size.height);
|
||||
full.onload = () => {
|
||||
console.log(full.height,size,full.width);
|
||||
|
||||
ctx2.drawImage(full,0,0, size.width, size.height);
|
||||
segmentImageItem();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user