-
Notifications
You must be signed in to change notification settings - Fork 339
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
最后两个效果出不来 #2
Comments
给硬件加速给关掉。 |
@Vander-liu 解决了,为什么会这样呢? |
@252162875 你可以看下PracticeDraw2的Readme 最下面有一个 关于有些方法无效 里面有一个官方文档的链接。 我其实也不太懂。 |
@Vander-liu 哦哦,我的错,我看过了的,但是吧这茬给忘了~~~~ |
关闭硬件加速。最后一个设置下textPath.offset,不然绘制内容在可视区域外。 |
硬件加速关闭了,还是没有效果 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
必须对dst的path作进一步操作才会显示
path1.lineTo(0, 0);//不知为何必须再对path1做操作后才能显示,否则不会显示
,目前的sample也是没效果的
The text was updated successfully, but these errors were encountered: