ikuaitu / vue-fabric-editor

快图设计-基于fabric.js和Vue的开源图片编辑器,可自定义字体、素材、设计模板。fabric.js and Vue based image editor, can customize fonts, materials, design templates.
https://ikuaitu.github.io/doc/#/
MIT License
4.87k stars 913 forks source link

元素点击切换,边框属性值没有回填 #375

Closed wuchenguang1998 closed 4 months ago

wuchenguang1998 commented 4 months ago

元素点击切换,右侧的边框属性值没有回填。 例如:先在画布中添加三角形,边框颜色为红色,宽度为10,边框样式为Dash-3;然后添加圆形,边框颜色为蓝色,宽度为5,边框样式为Stroke。点击元素来回切换,右侧的边框颜色和宽度都是正常回填,但边框样式却没回填到。


点击圆形的效果: 微信截图_20240509232310


点击三角形的效果: 微信截图_20240509232235

wuchenguang1998 commented 4 months ago

已提交PR修复此问题

nihaojob commented 4 months ago

感谢大佬,已经合并到主分支 https://github.com/nihaojob/vue-fabric-editor/pull/376