-
Notifications
You must be signed in to change notification settings - Fork 861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drawSVGPath 支持的太少了吧。。。 #85
Comments
Tween.to(obj, { x: 100}) 报错。。。建义: fromTo: function(target, fromProps, toProps, params = {}){
...
} |
感谢提建议。
|
params 定个默认的好点吧。。。。 |
还有个问题,,,有没有封 globalCompositeOperation。。。跟 easeljs 一样,有个 compositeOperation 方便使用。。。 |
默认值可以加个,花名是墨川,globalCompositeOperation木有封装,因为要兼顾canvas,dom,flash多种渲染方式,这个只有canvas支持 |
应该都支持了吧。。。。dom css3 有了 mix-blend-mode,应该可以。。flash 就不用说了。。。 |
兼容性不行 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你这绘制 path 的有点坑,要放出这样的 API 能不能做全啊。。。转换下。。。
The text was updated successfully, but these errors were encountered: