shape.json 1.83 KB
Newer Older
1
{
2
  "version": "v0_92",
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

  "md.sys.shape.corner.extra-large": {
    "family": "SHAPE_FAMILY_ROUNDED_CORNERS",
    "topLeft": 28.0,
    "topRight": 28.0,
    "bottomLeft": 28.0,
    "bottomRight": 28.0
  },

  "md.sys.shape.corner.extra-large.top": {
    "family": "SHAPE_FAMILY_ROUNDED_CORNERS",
    "topLeft": 28.0,
    "topRight": 28.0,
    "bottomLeft": 0.0,
    "bottomRight": 0.0
  },

  "md.sys.shape.corner.extra-small": {
    "family": "SHAPE_FAMILY_ROUNDED_CORNERS",
    "topLeft": 4.0,
    "topRight": 4.0,
    "bottomLeft": 4.0,
    "bottomRight": 4.0
  },

  "md.sys.shape.corner.extra-small.top": {
    "family": "SHAPE_FAMILY_ROUNDED_CORNERS",
    "topLeft": 4.0,
    "topRight": 4.0,
    "bottomLeft": 0.0,
    "bottomRight": 0.0
  },

36 37 38 39
  "md.sys.shape.corner.full": {
    "family": "SHAPE_FAMILY_CIRCULAR"
  },

40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
  "md.sys.shape.corner.large": {
    "family": "SHAPE_FAMILY_ROUNDED_CORNERS",
    "topLeft": 16.0,
    "topRight": 16.0,
    "bottomLeft": 16.0,
    "bottomRight": 16.0
  },

  "md.sys.shape.corner.large.end": {
    "family": "SHAPE_FAMILY_ROUNDED_CORNERS",
    "topLeft": 0.0,
    "topRight": 16.0,
    "bottomLeft": 0.0,
    "bottomRight": 16.0
  },

  "md.sys.shape.corner.large.top": {
    "family": "SHAPE_FAMILY_ROUNDED_CORNERS",
    "topLeft": 16.0,
    "topRight": 16.0,
    "bottomLeft": 0.0,
    "bottomRight": 0.0
  },

  "md.sys.shape.corner.medium": {
    "family": "SHAPE_FAMILY_ROUNDED_CORNERS",
    "topLeft": 12.0,
    "topRight": 12.0,
    "bottomLeft": 12.0,
    "bottomRight": 12.0
  },

  "md.sys.shape.corner.none": {
    "family": "SHAPE_FAMILY_ROUNDED_CORNERS",
    "topLeft": 0.0,
    "topRight": 0.0,
    "bottomLeft": 0.0,
    "bottomRight": 0.0
  },

  "md.sys.shape.corner.small": {
    "family": "SHAPE_FAMILY_ROUNDED_CORNERS",
    "topLeft": 8.0,
    "topRight": 8.0,
    "bottomLeft": 8.0,
    "bottomRight": 8.0
  }
}