SlideShare a Scribd company logo
Canvas Deep Dive
     Dave Balmer
      @Balmer
Canvas is one of the
shiny new toys in HTML5.
Actually, the canvas tag is
 almost seven years old.
2004
2004
 “Canvas? It’s some
drawing thing, right?”
Yes, it’s a drawing thing,
 but a really good one.
•Draw complex shapes

• Stroke and fill with colors,
 gradients and images

•Path-based masking

• Layering
•Text along a path

• Image filters

• Full frame animation

• Rotate, scale and skew
 anything
2011
2011
 “Canvas? It’s some
drawing thing, right?”
What’s the holdup?
Well, it did start as a
 Safari-only party.
And programmers get it,
 but don’t have many
   clever uses for it.
It’s not designer-friendly.
Let’s change that.
Bridge the geek-gap.
Explain what it does in
       English.
It’s like bits of
“Illustrator” & “PhotoShop”
   built into your browser.
Canvas can solve problems
  that no other tag can.
Graph data on the fly.
       (Live Demo)
Generate images to save
    download time.
        (Live Demo)
Make user experiences
that break outside the box.
          (Live Demo)
A few important things
    to remember.
Canvas lives in the DOM
but it doesn’t have a DOM.
It’s a draw it and forget it
          model.
You can do image
processing, but it’s slow.
Canvas is like an image tag.
  You can layer them and
     apply slick CSS.
Drawing is all path based,
which seems odd at first.
It’s easy to transform
  images and paths.
Canvas has its limitations.
Canvas is available
today, and on any
 modern browser.
Desktop
 Chrome, Safari, FireFox,
      Opera, IE*
*IE9 has support, earlier versions need some help
            from modernizr.com
Mobile
 iOS, Android, webOS,
BlackBerry, Opera, Bada
Canvas is the
best supported HTML5
  feature out there.*
Q&A
@Balmer

More Related Content

KEY
Rockstar Graphics with HTML5 @Media UK
PDF
More native look and feel of mobile JS applications with HTML5 canvas
PPT
Themer's roundtable
PDF
16 Things Designers wish Developers 'got' (in no particular order)
PDF
How I learned to stop writing CSS and start writing SASS
PDF
[Audiobook] HTML, CSS and JavaScript All in One, Sams Teach Yourself: Coverin...
PDF
20111129 modernizr
PDF
Web Design Workshop
Rockstar Graphics with HTML5 @Media UK
More native look and feel of mobile JS applications with HTML5 canvas
Themer's roundtable
16 Things Designers wish Developers 'got' (in no particular order)
How I learned to stop writing CSS and start writing SASS
[Audiobook] HTML, CSS and JavaScript All in One, Sams Teach Yourself: Coverin...
20111129 modernizr
Web Design Workshop

Similar to Canvas Deep Dive (20)

PPTX
HTML5 Canvas
PDF
Plunge into HTML5 Canvas – Let’s begin
PPTX
introduction of HTML canvas and styles .pptx
PPTX
Html5 canvas
PDF
Power of canvas
KEY
Canvas and You
PDF
PPTX
Drawing in HTML5 Open House
PPT
Canvas in html5 - TungVD
PPTX
An Introduction to HTML5 Canvas
PDF
PPTX
Html5 canvas
PPTX
HTML5 Graphics
PDF
Mapping the world with Twitter
PDF
HTML5 Canvas - The Future of Graphics on the Web
PDF
Desingning reusable web components
KEY
The canvas tag
PPTX
New Elements & Features in HTML5
PDF
Desingning reusable web components
PDF
From Flash to Canvas - a penchant for black holes
HTML5 Canvas
Plunge into HTML5 Canvas – Let’s begin
introduction of HTML canvas and styles .pptx
Html5 canvas
Power of canvas
Canvas and You
Drawing in HTML5 Open House
Canvas in html5 - TungVD
An Introduction to HTML5 Canvas
Html5 canvas
HTML5 Graphics
Mapping the world with Twitter
HTML5 Canvas - The Future of Graphics on the Web
Desingning reusable web components
The canvas tag
New Elements & Features in HTML5
Desingning reusable web components
From Flash to Canvas - a penchant for black holes
Ad

Recently uploaded (20)

PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPT
Teaching material agriculture food technology
PPTX
Big Data Technologies - Introduction.pptx
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
MYSQL Presentation for SQL database connectivity
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Spectral efficient network and resource selection model in 5G networks
Diabetes mellitus diagnosis method based random forest with bat algorithm
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Teaching material agriculture food technology
Big Data Technologies - Introduction.pptx
sap open course for s4hana steps from ECC to s4
MYSQL Presentation for SQL database connectivity
The AUB Centre for AI in Media Proposal.docx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Understanding_Digital_Forensics_Presentation.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Programs and apps: productivity, graphics, security and other tools
Reach Out and Touch Someone: Haptics and Empathic Computing
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Building Integrated photovoltaic BIPV_UPV.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Ad

Canvas Deep Dive

Editor's Notes