)]}'
{
  "commit": "de0fe2daafb769cc37ca922ffef6dbafb8c6cae2",
  "tree": "72df3a279f35055d631ab1dd4579d9aef56ddaeb",
  "parents": [
    "9c46e06478ddd821c9172c77f48fa7f64a870ad0"
  ],
  "author": {
    "name": "Roozbeh Pournader",
    "email": "roozbeh@google.com",
    "time": "Sun Jun 15 09:37:58 2014 -0700"
  },
  "committer": {
    "name": "Roozbeh Pournader",
    "email": "roozbeh@google.com",
    "time": "Wed Jun 18 18:15:22 2014 -0700"
  },
  "message": "Swap the chess king and queen glyphs in Droid Sans Fallback.\n\nAlso remove the unused DroidSansFallbackLegacy.ttf.\n\nBased on public bug report\nhttps://code.google.com/p/android/issues/detail?id\u003d71389.\nThe original glyphs were mistakenly swapped.\n\nFollowing is the code that was run on the font:\n\nimport sys\nfrom fontTools import ttLib\nWHITE_KING \u003d 0x2654\nWHITE_QUEEN \u003d 0x2655\nBLACK_KING \u003d 0x265A\nBLACK_QUEEN \u003d 0x265B\nfont_name \u003d sys.argv[1]\nfont \u003d ttLib.TTFont(font_name)\nfor table in font[\u0027cmap\u0027].tables:\n  cmap \u003d table.cmap\n  cmap[WHITE_KING], cmap[WHITE_QUEEN] \u003d cmap[WHITE_QUEEN], cmap[WHITE_KING]\n  cmap[BLACK_KING], cmap[BLACK_QUEEN] \u003d cmap[BLACK_QUEEN], cmap[BLACK_KING]\nfont.save(font_name+\u0027-fixed\u0027)\n\nBug: 15643969\nChange-Id: Iacee3d72ef8146016e15828f051822460ae2ff4e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2b75113962a47a66274144a4fa0d6ae52b5d7db7",
      "old_mode": 33188,
      "old_path": "data/fonts/DroidSansFallback.ttf",
      "new_id": "8e70e8091941f97b10bc2529704517ec9ee5b166",
      "new_mode": 33188,
      "new_path": "data/fonts/DroidSansFallback.ttf"
    },
    {
      "type": "modify",
      "old_id": "a9df00585a4e44cf91238b7b31385e7e36e1dea7",
      "old_mode": 33188,
      "old_path": "data/fonts/DroidSansFallbackFull.ttf",
      "new_id": "68d275192e617187d99a094a6b7a087d9d5be99c",
      "new_mode": 33188,
      "new_path": "data/fonts/DroidSansFallbackFull.ttf"
    },
    {
      "type": "delete",
      "old_id": "61460b1f9df674885ff4048253a37ef68e986bae",
      "old_mode": 33188,
      "old_path": "data/fonts/DroidSansFallbackLegacy.ttf",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    }
  ]
}
