スケーラブルベクターグラフィックス
SVG : scalable vector graphics
XMLによるベクターグラフィックスの記述言語。
例:
code:test.svg
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="5 5 10 10" width="100" height="100">
<circle cx="10" cy="10" r="5" fill="#c44" />
</svg>
↓ API経由のアクセスは、テキストファイルとして扱われる。
https://scrapbox.io/api/code/suto3/スケーラブルベクターグラフィックス/test.svg
↓アップロードしたのがこれ。
https://scrapbox.io/files/5f2e340a93343a001e5ec068.svg
変倍ベクタ図形
変倍ベクタグラフィックス
対義語.icon ビットマップ画像
ベクター画像(vector graphics)
ベクターイメージ(Vector image)
拡張可能なマーク付け言語(XML : Extensible Markup Language)
XHTML(Extensible HyperText Markup Language)
カスケーディングスタイルシート(CSS : cascading style sheets)
マークアップ言語
コンピュータグラフィックス(CG : computer graphics)
CGM(computer graphics metafile)
Direct2D
グラフィックソフトウェア(graphics software)
レンダリング
地理情報システム(GIS : Geographic Information Systems)
PostScript (PS) -- ベクタ形式の画像フォーマット
EPS(Encapsulated PostScript file Format) -- ベクタ形式の画像フォーマット
画像ファイルフォーマット
WYSIWYG(What You See Is What You Get)
Windows Metafile (WMF、 EMF) -- ベクタ形式の画像フォーマット
Adobe Illustrator、イラストレーター (Illustrator)
Inkscape
レスポンシブウェブデザイン(RWD : responsive web design)
d3.js
Scrapbox:SVG
/svg-wiki
nwtgck - /nwtgck/ブラウザでSVGをXMLとして編集可能でリアルタイムで表示可能サービス
https://thedevband.com/online-svg-viewer.html
tech-notes - /tech-notes/SVG
https://clockimages.glitch.me/now.svg
Scalable Vector Graphics - Wikipedia
Scalable Vector Graphics - Wikipedia
W3C SVG Working Group
Boxy SVG Editor
SVG.icon