We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用自定义图片,继承RectNewNode,拖拽在画布上正常显示。可是通过lf.getSnapshot() 下载,发现下载的图片只有连线,没有自定义图片。
这3个为自定义图标,继承的是RectResize,跟RectNewNode类似。 然后通过 getSnapshot 方法下载,图片显示为
版本如下: "@logicflow/core": "^1.2.12", "@logicflow/extension": "^1.2.13", "vue": "2.6.14",
The text was updated successfully, but these errors were encountered:
示例的实现有些问题,👀 #1076
Sorry, something went wrong.
No branches or pull requests
问题描述
使用自定义图片,继承RectNewNode,拖拽在画布上正常显示。可是通过lf.getSnapshot() 下载,发现下载的图片只有连线,没有自定义图片。
这3个为自定义图标,继承的是RectResize,跟RectNewNode类似。
然后通过 getSnapshot 方法下载,图片显示为
版本如下:
"@logicflow/core": "^1.2.12",
"@logicflow/extension": "^1.2.13",
"vue": "2.6.14",
The text was updated successfully, but these errors were encountered: