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

The context cannot be obtained after the toDataURL is called #6545

Open
xiaoxiaofu1 opened this issue Nov 22, 2024 · 0 comments
Open

The context cannot be obtained after the toDataURL is called #6545

xiaoxiaofu1 opened this issue Nov 22, 2024 · 0 comments

Comments

@xiaoxiaofu1
Copy link

Describe the bug / 问题描述

export class LinearEdge extends Quadratic {
render(attributes, container) {
console.log(this.context)
super.render(attributes);
}
}
调用.toDataURL()后报错,获取不到context了,点之前都正常
image
image

Reproduction link / 重现链接

No response

Steps to Reproduce the Bug or Issue / 重现步骤

No response

G6 Version / G6 版本

🆕 5.x

Operating System / 操作系统

macOS

Browser / 浏览器

Chrome

Additional context / 补充说明

No response

@github-actions github-actions bot changed the title 调用toDataURL后边获取不到context The context cannot be obtained after the toDataURL is called Nov 22, 2024
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

No branches or pull requests

1 participant