mirror of
https://github.com/reactos/reactos.git
synced 2026-05-28 03:44:02 +08:00
Follow-up to #5994. Reduce the lag and the cost of drawing on large image. - Introduce partial image history on SmoothDrawTool and ShapeTool. - We can draw with pen smoothly even when the image is huge (10000x10000). CORE-19237