Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
HTML SVG
Search
Jade
June 16, 2021
Technology
0
37
HTML SVG
HTML SVG
Jade
June 16, 2021
Tweet
Share
Other Decks in Technology
See All in Technology
Azure Well-Architected Framework入門
tomokusaba
1
150
入院医療費算定業務をAIで支援する:包括医療費支払い制度とDPCコーディング (公開版)
hagino3000
0
130
ざっくり学ぶ 『エンジニアリングリーダー 技術組織を育てるリーダーシップと セルフマネジメント』 / 50 minute Engineering Leader
iwashi86
7
3.7k
書籍『実践 Apache Iceberg』の歩き方
ishikawa_satoru
0
360
AIでデータ活用を加速させる取り組み / Leveraging AI to accelerate data utilization
okiyuki99
6
1.5k
re:Invent 2025の見どころと便利アイテムをご紹介 / Highlights and Useful Items for re:Invent 2025
yuj1osm
0
450
DMMの検索システムをSolrからElasticCloudに移行した話
hmaa_ryo
0
300
東京大学「Agile-X」のFPGA AIデザインハッカソンを制したソニーのAI最適化
sony
0
180
Amazon Q Developer CLIをClaude Codeから使うためのベストプラクティスを考えてみた
dar_kuma_san
0
240
アノテーション作業書作成のGood Practice
cierpa0905
PRO
1
330
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
2
190
AI連携の新常識! 話題のMCPをはじめて学ぶ!
makoakiba
0
170
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
186
22k
Music & Morning Musume
bryan
46
6.9k
A Tale of Four Properties
chriscoyier
161
23k
Statistics for Hackers
jakevdp
799
220k
Raft: Consensus for Rubyists
vanstee
140
7.2k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
A better future with KSS
kneath
239
18k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
230
22k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Speed Design
sergeychernyshev
32
1.2k
Transcript
SVG stands for Standard Vector Graphics. It is used to
define two-dimensional vector based graphics for the web. The HTML <svg> element is the container for SVG graphics. SVG has several methods for drawing paths, boxes, circles, text and graphic images. HTML SVG