本文介绍了画布上的曲线的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在画布上绘制曲线。然后重新绘制,重新重绘,...

是否有任何工具可以帮助我绘制更多图形的东西
而不是贝塞尔曲线?

解决方案




这是星期四/星期五。这里的一些人确实有工作IRL。


请学习引用,并获得真实姓名。

PointedEars

- -

var bugRiddenCrashPronePieceOfJunk =(

navigator.userAgent.indexOf(''MSIE 5'')!= -1

&& navigator.userAgent.indexOf(''Mac'')!= -1

)// Plone,register_function.js:16




这个小组最近有一个帖子涉及各种可能的

方法:


希望这会有所帮助,


-

巴特

I''m drawing curves on a canvas. And then redrawing, re-redrawing, ...

Are there any tools that could help me draw in something more graphic
than the eight arguments of the Bezier curve?

解决方案


It is Thursday/Friday. Some people here do have a job IRL.

Please learn to quote, and get a real name.
PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf(''MSIE 5'') != -1
&& navigator.userAgent.indexOf(''Mac'') != -1
) // Plone, register_function.js:16


There was a recent thread in this group which covered various possible
approaches:
http://groups.google.com/group/comp....556e6d8dbd61c/

Hope this helps,

--
Bart


这篇关于画布上的曲线的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 22:13