Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sure thing.

{
  "layers": [
    [
      {
        "type": "arc_r",
        "verteces": [
          {
            "x": 30,
            "y": 135
          },
          {
            "x": 225,
            "y": 285
          }
        ]
      },
      {
        "type": "line",
        "verteces": [
          {
            "x": 210,
            "y": 210
          },
          {
            "x": 240,
            "y": 15
          }
        ]
      },
      {
        "type": "line",
        "verteces": [
          {
            "x": 150,
            "y": 45
          },
          {
            "x": 120,
            "y": 135
          }
        ]
      }
    ],
    [],
    []
  ],
  "styles": [
    {
      "thickness": 31,
      "strokeLinecap": "round",
      "strokeLinejoin": "round",
      "color": "",
      "fill": "none",
      "dash": [
        0,
        0
      ]
    },
    {
      "thickness": 5,
      "strokeLinecap": "round",
      "strokeLinejoin": "round",
      "color": "#777",
      "fill": "none",
      "dash": [
        0,
        0
      ]
    },
    {
      "thickness": 5,
      "strokeLinecap": "round",
      "strokeLinejoin": "round",
      "color": "#444",
      "fill": "none",
      "dash": [
        0,
        0
      ]
    }
  ]
}

The layer has no color! (I will make it so it's impossible to leave color empty).

Click on the circle to the right, and type #000 &" enter", for black. (or #fff for white).

That should fix it :)

Ha ha, I didn't even realise the colour was blank! That's fixed it.

Thanks for the speedy replies and the quick fix :)

Anytime :) Let me know if you have any fun ideas that would make Dotgrid better, and I will implement!