🍋
Menu
.pptx Document

SVG (Scalable Vector Graphics)

SVG는 XML 기반의 벡터 이미지 형식으로, 어떤 해상도에서도 선명하게 표시됩니다. CSS와 JavaScript로 스타일링과 애니메이션이 가능하여 웹의 로고, 아이콘, 차트, 인터랙티브 그래픽에 이상적입니다.

MIME 타입

application/vnd.openxmlformats-officedocument.presentationml.presentation

유형

바이너리

압축

무손실

장점

  • + Rich slide design with animations, transitions, and embedded video
  • + Smaller files than legacy .ppt due to ZIP compression
  • + Compatible with Google Slides, Keynote, and LibreOffice Impress
  • + Slide master and layout system for consistent branding

단점

  • Complex animations may not transfer between PowerPoint and other apps
  • Large files when slides contain high-resolution images or video
  • Not suited for text-heavy documents — use DOCX instead

.PPTX 사용 시점

SVG는 로고, 아이콘, 차트, 인포그래픽 등 해상도 독립적 그래픽에 사용하세요. 사진에는 JPEG/WebP를 사용하세요.

기술 세부사항

SVG는 XML 요소(path, rect, circle, text)를 사용하여 벡터 도형을 정의합니다. viewBox 속성이 좌표 시스템을 설정합니다. CSS 속성으로 스타일링하고, JavaScript로 DOM 조작이 가능합니다. 필터, 클리핑, 마스킹, 그라디언트, 패턴을 지원합니다.

역사

W3C가 1999년에 SVG 작업을 시작하여 2001년 SVG 1.0을 발표했습니다. 모든 주요 브라우저의 기본 지원으로 해상도 독립적 웹 그래픽의 표준이 되었습니다.

.PPTX에서 변환

.PPTX로 변환

관련 포맷

Learn More