Quellcode durchsuchen

Fixed pixel-art flood fill preserving tolerance

Krzysztof Krysiński vor 4 Monaten
Ursprung
Commit
f1b7386e45
1 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen
  1. 6 1
      src/PixiEditor/Data/Configs/ToolSetsConfig.json

+ 6 - 1
src/PixiEditor/Data/Configs/ToolSetsConfig.json

@@ -17,7 +17,12 @@
       "Select",
       "MagicWand",
       "Lasso",
-      "FloodFill",
+      {
+        "ToolName": "FloodFill",
+        "Settings": {
+          "Tolerance": 0
+        }
+      },
       "RasterLine",
       "RasterEllipse",
       "RasterRectangle",