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
What I Learned About SVG
Search
Rachel Ober
February 21, 2014
Programming
0
46
What I Learned About SVG
Rachel Ober
February 21, 2014
Tweet
Share
More Decks by Rachel Ober
See All by Rachel Ober
So, You Want to Organize a Conference
rachelober
0
44
Front End Workshop 2015
rachelober
0
64
Front End Overview for Interns 2015
rachelober
1
39
IE Classes
rachelober
0
46
Front End Overview (2014)
rachelober
0
39
Team Communication Through Code
rachelober
0
69
Responsive Emails
rachelober
0
38
Paperless Post Sass
rachelober
1
82
SassConf Custom Framework/Style Guide Panel
rachelober
0
96
Other Decks in Programming
See All in Programming
REALITY コマンド作成チュートリアル
nishiuriraku
0
120
Cloudflare Workersで進めるリモートMCP活用
syumai
5
650
カウシェで Four Keys の改善を試みた理由
ike002jp
1
140
eBPF超入門「o11yに使える」とは (20250424_eBPF_o11y)
thousanda
1
120
generative-ai-use-cases(GenU)の推しポイント ~2025年4月版~
hideg
1
410
UMAPをざっくりと理解 / Overview of UMAP
kaityo256
PRO
3
1.6k
AWS Summit Hong Kong 2025: Reinventing Programming - How AI Transforms Our Enterprise Coding Approach
dwchiang
0
140
Orleans + Sekiban + SignalR でリアルタイムWeb作ってみた
tomohisa
0
250
ドメイン駆動設計とXPで支える子どもの未来 / Domain-Driven Design and XP Supporting Children's Future
nrslib
0
300
2025-04-25 GitHub Copilot Agent ライブデモ(スクリプト)
goataka
0
120
開発者フレンドリーで顧客も満足?Platformの秘密
algoartis
0
230
KANNA Android の技術的課題と取り組み
watabee
1
530
Featured
See All Featured
Documentation Writing (for coders)
carmenintech
71
4.8k
Thoughts on Productivity
jonyablonski
69
4.6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.3k
Statistics for Hackers
jakevdp
799
220k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
How to train your dragon (web standard)
notwaldorf
91
6k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
420
Code Review Best Practice
trishagee
68
18k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Making the Leap to Tech Lead
cromwellryan
133
9.3k
Transcript
What I learned about SVG In 5 minutes or less
Scalable Vector Graphics
Goal: Provide both a retina and non-retina solution for our
graphic needs.
None
Product Design
None
120 Lines of Code
120 Lines of Code - 11KB
96 Lines of Code - 9KB
96 Lines of Code - 9KB
None
5 Paths - 8KB
5 Paths - 8KB dramatization of actual events
#svg-full-logo { height: 26px; width: 49px; path { fill: #777;
} } To Manipulate Inline SVG with CSS
None
None
Tips Tricks Gotchas • CSS can only be used on
an inline SVG, not an SVG embedded as an <img> • There’s a new Rails Helper for that! • Need to make sure it has a view port size • Add a class for each path/shape • Preferably add an id for the main SVG