DJJo
DJJo
配置里加: ```js { //... onCreateForeignObjectSvg: svg =>{ svg.style.cssText = 'background:#fff;' } //... } ```
暂时不支持
Is this the same problem? ``` handshaking with MCP server failed: Send message error Transport [rmcp::transport::worker::WorkerTransport] error: Client error: HTTP status client error (405 Method Not Allowed) for url (http://...
Thanks for the suggestion! This feature is currently not planned to be implemented in the core. However, it can be achieved via a plugin, which allows more flexibility without adding...
`mind.exportSvg()` is now largely deprecated. We recommend using `modern-screenshot` or `snapdom` instead. You can refer to the article here: [https://ssshooter.com/en/how-to-use-mind-elixir/#exporting-images](https://ssshooter.com/en/how-to-use-mind-elixir/#exporting-images) for more details.
> Thanks, I'll look into them. Perhaps the exportSvg method can be marked as deprecated? I don't think I saw a depreciation warning when using the method. Yes, sorry— I...
1. 已实现 ctrl 滚轮放大缩小 2. 因为本来就没有使用浏览器原生滚动条,所以实现比较困难,似乎没有太大必要 3. 我晚点可以补充一个判断思维导图不在屏幕内,提示用户居中的例子