大A
大A
@Override public List selectByExample(Example example) { try { DynamicDataSource.setDataSource(DataSourceEnum.SLAVE.getName()); Method selectByExample = mapper.getClass().getDeclaredMethod("selectByExample", example.getClass()); Object result = selectByExample.invoke(mapper, example); return (List) result; } catch (IllegalAccessException e) { e.printStackTrace(); } catch...
### 问题描述 拖动节点x6-widget-selection-box的边框会移除重绘导致拖动性能降低 多选时x6-widget-selection-boxzhege这个边框可以不用绘制的,因为这个是每个图元的选择框,其实多选是绘制没有意义,而且这个每次拖动都移除重新插入是在降低太多性能,60个图元就需要重绘60个图元和60个选择框 ### 重现链接 无 ### 重现步骤 无 ### 预期行为 多节点拖拽减少卡顿 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox ...]...
https://github.com/vueuse/vue-demi/issues/192 这个议题里显示的已经解决找不到util问题了,但我这还是报类似的错误   我看.mjs中是没有default的判断的,而cjs中是加了判断的,但是我这代码编译后是使用的mjs文件代码,导致没有找default而找不到use函数 下面是编译后的我自己的代码 
创建与隐藏后会输出大量换行和注释标签,每次显隐都会在根节点输出一行注释标签,如果显隐次数过多应该会让页面变的巨大影响性能,希望能改进一下
### Describe the bug exportJPEG导出的图片没有背景图,背景图绘制的代码是: 1、graph.background.draw({ image: backgroundImg, repeat: 'repeat-y', size: 'cover' }); 2、graph.drawBackground({ image: backgroundImg, repeat: 'repeat-y', size: 'cover' }); 以上两种方法绘制的背景图都无法被导出,画布上背景图显示是正常的 ### Your Example Website or App 邬 ###...
### 问题描述 preserveAspectRatio属性大小写敏感 ### 重现链接 无 ### 重现步骤 preserveAspectRatio属性大小写敏感 ### 预期行为 preserveAspectRatio属性保持驼峰命名法 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox ...] -...
新增preserveAspectRatio的属性转换过滤 ### Description ### Motivation and Context ### Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which...
### 问题描述 我在做组合功能,其他都没有问题了,但是当edge用到了路由,则旋转和自动组时都会自动重算路由点,导致组合中的edge总是会变 ### 重现链接 无 ### 重现步骤 无 ### 预期行为 可以临时关闭路由计算功能,并通过某个方法给路由计算的点赋值 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox ...] -...
### Describe the bug Selection插件设置following后移动为计算放大缩小倍率,导致选择框体跟鼠标位置不同步  ### Your Example Website or App https://x6.antv.antgroup.com/examples/showcase/practices#flowchart ### Steps to Reproduce the Bug or Issue 官方示例Selection插件添加 following: false配置 滚轮缩小画布 框选多个图元并拖拽 结果框体与鼠标位置不同步 ### Expected behavior...