基于 Javascript 的图像编辑工具 canvas 或 SVG

发布于 2024-10-12 08:13:02 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花间憩 2024-10-19 08:13:02

他们做不同的事情。绘制到画布上的东西不是“可移动的”,因为它们不是对象,只是像素。另一方面,SVG 不允许您通过合理的方式绘制像素。

我认为这份白皮书对于任何计划或开始使用 Canvas 和 SVG 进行编辑的人来说都是一个令人难以置信的资源。它提供了一个关于比赛场地的奇妙视角。

http://www.svgopen.org/2009/papers/54-SVG_vs_Canvas_on_Trivial_Drawing_Application/

来自论文:

在本文中,我们将创建一个小型的
使用 SVG 进行矢量绘图应用程序,
和一个小型像素绘图应用程序
与画布。然后我们就交换
平台:我们将创建一个像素
使用 SVG 绘图应用程序,以及
矢量绘图应用程序
帆布。这个实验给出了有用的
有关这两种技术的局限性的信息。

They do different things. Things drawn to the canvas aren't "moveable" since they aren't objects, just pixels. On the other hand, SVG doesn't allow you to draw in pixels by reasonable means.

I think that this white paper is an incredible resource for anybody planning on or getting into working with Canvas and SVG for editing purposes. It gives a fantastic perspective of what the playing field looks like.

http://www.svgopen.org/2009/papers/54-SVG_vs_Canvas_on_Trivial_Drawing_Application/

From the paper:

In this paper we will create a small
vector drawing application with SVG,
and a small pixel drawing application
with Canvas. Then we will swap
platforms: we'll create a pixel
drawing application with SVG, and a
vector drawing application with
Canvas. This experiment gives useful
info on the limits of both techniques.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文