Topic: Canvas Tag: What do you think? |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 05-08-2007 17:37
What do you all think of the canvas tag? |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 05-08-2007 17:57
So it's kind of like the GD library in PHP, but with HTML and Javascript? |
Paranoid (IV) Inmate From: Florida |
posted 05-08-2007 18:42
It's kind of like inferior SVG, with the added bonus of being non-standard. |
Paranoid (IV) Inmate From: Norway |
posted 05-08-2007 20:43
2-3 years from now, when it was an Apple proprietary thing, I was skeptical, to say least. But now that it is implemented in 3 browsers I must say that : |
Maniac (V) Inmate From: The Land of one Headlight on. |
posted 05-08-2007 22:32
^ quote:
|
Paranoid (IV) Inmate From: Florida |
posted 05-08-2007 23:03
quote:
|
Paranoid (IV) Inmate From: Norway |
posted 05-08-2007 23:14
NoJive: I'm no one's and anyone's. |
Paranoid (IV) Inmate From: Cold Sweden |
posted 05-08-2007 23:39
quote:
|
Paranoid (IV) Inmate From: Florida |
posted 05-09-2007 05:07
quote:
|
Bipolar (III) Inmate From: Umeå, Sweden |
posted 05-09-2007 18:06
I don't understand why all this "why do we need canvas when we have svg?" mentality has sprung up everywhere. The canvas element is just a dynamic version of the img element - a fixed size raster image canvas. Additionally, it has a graphics API that can compete with GDI (in fact, it's in several ways superior), which is one of the things that were really missing from the original capabilities of JavaScript in the browser. That graphics API could have been placed on the img element instead, but that suggestion was shot down mainly because the canvas element has better semantic clarity and better fallback support. |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 05-10-2007 16:36
OK, I'm a bit confused. Isn't SVG a vector format? And yet the entry on the canvas tag at Wikipedia says its a bitmap format. That's why I first thought it was like GD (which is also bitmap). Is that information incorrect, then? Or maybe I just don't understand SVG... |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 05-10-2007 17:29
you're correct, Suho. |
Paranoid (IV) Inmate From: Norway |
posted 05-10-2007 19:00
SVG and Canvas serve different purposes. |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 05-10-2007 19:21
though export-as-bitmap should be something any svg platform can easily support |
Paranoid (IV) Inmate From: Norway |
posted 05-10-2007 19:37 |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 05-11-2007 04:25
Ah, I see... thanks for the info. |
Paranoid (IV) Inmate From: Norway |
posted 05-14-2007 10:30
Hooray, the W3C's HTML WG have accepted Web Applications 1.0 and Web Forms 2.0 as the starting point of HTML 5 |