SVG(スケーラブルベクターグラフィックス)
SVGは数式で図形を定義するXMLベースのベクターグラフィックスフォーマットで、品質を損なうことなく任意のサイズに拡大縮小できます。CSS、JavaScript、アニメーションのサポートにより、レスポンシブWebグラフィックスに最適です。
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名前空間を使用し、プリミティブ(rect、circle、ellipse、line、polyline、polygon、path)、テキスト要素、画像参照、グラデーション、フィルター、クリッピングパス、マスクを含みます。CSSスタイリング(外部またはインライン)とJavaScriptの操作をサポートし、SMIL/CSSアニメーション、viewBoxによるレスポンシブスケーリングに対応します。
歴史
W3Cは1999年にSVGの開発を開始し、SVG 1.0は2001年にリリースされました。SVG 2.0の仕様策定が進行中です。HTML5のSVGネイティブサポートにより、Flashベースのベクターグラフィックスに代わる標準となりました。
.PPTXから変換
.PPTXに変換
関連フォーマット
Learn More
File Format Conversion: A Complete Guide
Converting files between formats is a daily task for professionals across every industry. This comprehensive guide covers document, image, audio, …
CSV vs JSON vs XML: Data Exchange Formats Compared
Data exchange formats serve different needs. CSV excels at tabular data, JSON dominates web APIs, and XML powers enterprise integrations. …
How to Convert Documents Between Office Formats
Converting between Word, Google Docs, LibreOffice, and PDF formats is common in collaborative workflows. This guide covers conversion paths that …
Understanding MIME Types and File Extensions
MIME types tell browsers and servers what kind of data a file contains, while file extensions help humans and operating …
Troubleshooting File Conversion Errors
File conversions fail for many reasons: corrupted sources, unsupported features, encoding mismatches, and memory limitations. This guide helps you diagnose …
Archive Formats Compared: ZIP, 7z, TAR, and RAR
Archive formats bundle and compress multiple files into a single package. ZIP is universal, 7z offers the best compression, TAR …