Skip to content
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

修复issue #314 修复issue #393 #395

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

huanlirui
Copy link

修复issue #314 -> 使用use2d模式绘制只绘制左上角的问题

修复issue #393 -> 在taro项目中原生插件形式引入,无法触发imgOK回调的问题。

以及ios端绘制图片模糊的问题

@huanlirui
Copy link
Author

#393 问题 在 #395处理后。手动传递callfunction即可拿到path回调

<painter
          palette={palette}
          customOpt={{
            imgOK: path => {
              console.log(path);
            }
          }}
        />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants