TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Prototyping with the canvas element

8 点作者 Titanous大约 16 年前

1 comment

kwamenum86大约 16 年前
The canvas element is great but not for the reasons described in this article. In all of those examples a web developer would be better off saving a static image. This is guaranteed to work in every web browser while the canvas element is not (yet). Also, why create these graphics programmatically on the client-side with each page load? If we are talking about the user customizing the graphics on the client side (graphics with different color schemes for example) then that makes some sense. Otherwise I think this article misses the mark. The canvas element is most useful when you need to generate image content dynamically in RESPONSE to USER INPUT.
评论 #601356 未加载