Skip to content

Commit

Permalink
fix: transparency for opera browse
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercchase committed Apr 10, 2024
1 parent e00388d commit 7e1ad00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/map/map.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ export class MapService {
// Return trimmed canvas
copy.canvas.toBlob((blob) => {
resolve(blob)
}, 'image/jpeg')
}, 'image/png')
}
})

Expand Down

0 comments on commit 7e1ad00

Please sign in to comment.