This commit is contained in:
kakkokari-gtyih 2024-12-17 11:00:40 +09:00
parent 5b14cb0b3e
commit 0075162c04

View file

@ -85,7 +85,7 @@ export async function applyWatermark(img: string | Blob, el: HTMLCanvasElement,
if (
(watermarkAspectRatio > 1 && canvasAspectRatio > 1) || // 両方横長
(watermarkAspectRatio < 1 && canvasAspectRatio < 1) // 両方縦長
(watermarkAspectRatio < 1 && canvasAspectRatio < 1) // 両方縦長
) {
// 横幅を基準にウォーターマークのサイズを決定
return {