Commit Graph

9 Commits

Author SHA1 Message Date
李志鹏
7bc82af120 fix 2025-11-11 14:28:41 +08:00
赛伊德
1b931052fc 画布填充颜色不能更改和撤回问题 2025-10-28 14:06:25 +08:00
赛义德
8ca4c9bad3 画布填充颜色不能更改和撤回问题 2025-10-28 14:02:20 +08:00
bighuixiang
3ff5e27db6 fix: 优化细节 2025-07-24 21:37:21 +08:00
bighuixiang
d0cb663a3b feat: 优化填充组图层背景命令,重构填充对象创建逻辑 2025-07-21 09:37:38 +08:00
bighuixiang
f756cfd0a9 feat: 优化填充组图层背景命令,重构代码以提高可读性和性能 2025-07-20 19:50:22 +08:00
bighuixiang
695f8045f9 feat: 更新填充组图层背景命令,增强图层管理和颜色填充功能,优化图层选择和渲染逻辑 2025-07-17 13:46:13 +08:00
bighuixiang
5f29e488ed feat: 优化填充组图层背景命令,支持实时更新和撤销功能,改进填充对象的处理逻辑 2025-07-16 11:35:52 +08:00
bighuixiang
fc9a3eddc2 feat: add background fill functionality for layers
- Implemented FillLayerBackgroundCommand to fill the background of layers with a specified color.
- Introduced BackgroundFillManager to manage background fill operations.
- Updated LayerManager to include fillLayerBackground method.
- Enhanced LayersPanel with a color picker for filling layer backgrounds.
- Modified RasterizeLayerCommand to reflect changes in terminology and functionality.
- Adjusted LayerSort to ensure filled layers are rendered at the correct z-index.
- Updated relevant utility functions and components to support new fill feature.
2025-07-14 23:42:28 +08:00