TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Adobe Illustrator → HTML5 Canvas. Free.

118 pointsby joeybakerover 14 years ago

8 comments

spicyjover 14 years ago
This seems like a proper opportunity for SVG, not Canvas, considering SVG is actually designed to represent vector graphics. I'm not sure about this, but I think Illustrator already includes SVG support.
评论 #1800995 未加载
评论 #1800993 未加载
taitemsover 14 years ago
Showing off the benefits of HTML5 while requiring Silverlight to watch the videos? That was a bit odd.
评论 #1802303 未加载
woodpanelover 14 years ago
thank you microsoft :)
评论 #1801071 未加载
评论 #1801741 未加载
评论 #1801060 未加载
ronaldjover 14 years ago
It's interesting how it sticks the images in the DOM as hidden image elements. I've been working with canvas for the past year and I've never come across someone doing it that way before. Anyone know pros/cons over doing it that way versus loading an image using the Image object in JavaScript?
评论 #1801972 未加载
gallerytungstenover 14 years ago
Interesting idea. I made some quick tests and it reduced a 1MB Illustrator file to a 3kb html file.
raminfover 14 years ago
Nice way to cross over from illustration to code. Though personally I prefer Opacity since it supports generating drawing code for Quartz, Cocoa, Cocoa Touch, as well as Canvas.
proeeover 14 years ago
Would excanvas allow older versions of IE to use this?
评论 #1801595 未加载
ThomPeteover 14 years ago
This is great and comes in handy as we are attempting to do an interface in HTML5 with Canvas.
评论 #1801247 未加载