From f9a47a047c0b22c2284d5a677ff9f5a723d65fe4 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Fri, 27 Oct 2023 10:58:18 +0200 Subject: [PATCH] Removed incorrect fallback URL arg from ELS --- .../canvasrenderingcontext2d/globalcompositeoperation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ko/web/api/canvasrenderingcontext2d/globalcompositeoperation/index.md b/files/ko/web/api/canvasrenderingcontext2d/globalcompositeoperation/index.md index 2d91f8fc917406..080c52cbb58035 100644 --- a/files/ko/web/api/canvasrenderingcontext2d/globalcompositeoperation/index.md +++ b/files/ko/web/api/canvasrenderingcontext2d/globalcompositeoperation/index.md @@ -8,7 +8,7 @@ original_slug: Web/API/Canvas_API/Tutorial/Compositing/Example 이 샘플 프로그램에서는 여러 가지 [도형 합성 방법](/ko/docs/Web/API/CanvasRenderingContext2D.globalCompositeOperation)을 보여줍니다. 출력은 다음과 같습니다: -{{ EmbedLiveSample('도형_합성_예제', '100%', '7250', '', 'Web/HTML/Canvas/Tutorial/Compositing/Example') }} +{{ EmbedLiveSample('도형_합성_예제', '100%', '7250', '') }} ## 도형 합성 예제