aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/guide/graphics
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
commitf2db11d0be377464daa06807f993a562c7dc10ac (patch)
tree9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/web/guide/graphics
parentee778d6eea54935fd05022e0ba8c49456003381a (diff)
downloadtranslated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip
unslug ko: modify
Diffstat (limited to 'files/ko/web/guide/graphics')
-rw-r--r--files/ko/web/guide/graphics/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ko/web/guide/graphics/index.html b/files/ko/web/guide/graphics/index.html
index cb7cd6f873..feb2816351 100644
--- a/files/ko/web/guide/graphics/index.html
+++ b/files/ko/web/guide/graphics/index.html
@@ -1,6 +1,6 @@
---
title: 웹 상 그래픽
-slug: Web/Guide/그래픽
+slug: Web/Guide/Graphics
tags:
- 2D
- 3D
@@ -11,6 +11,7 @@ tags:
- WebGL
- WebRTC
translation_of: Web/Guide/Graphics
+original_slug: Web/Guide/그래픽
---
<p><span class="seoSummary">웹 사이트 및 응용 프로그램은 종종 그래픽을 보일 필요가 있습니다.</span> 정지 이미지는 {{HTMLElement("img")}} 요소 사용이나 {{cssxref("background-image")}} 속성을 사용한 HTML 요소의 배경 설정으로 쉽게 표시할 수 있습니다. 또한 그래픽을 그때그때 생성하거나 사후에 이미지를 조작할 수도 있습니다. <span class="seoSummary">여기서는 이를 수행할 수 있는 법을 주의 깊게 살펴봅니다.</span></p>