Skip to content

Artwork

Alberto Fanjul edited this page Oct 11, 2019 · 5 revisions

Artwork

A basic draw in Akira:

Saved with https://github.com/akiraux/Akira/tree/wip/albfan/serialization

This format may vary in a definitive release

basic akira basic.akira

{
  "version": "1.0",
  "scale": 0.5,
  "items": [
    {
      "type": "GooCanvasRect",
      "item": {
        "line-width": 1,
        "stroke-color-rgba": 3462136063,
        "fill-color-rgba": 1923076095,
        "x": 168.27734375,
        "y": 102.11328125,
        "width": 264,
        "height": 185
      }
      "transform": {
        "xx": 1,
        "yx": 0,
        "xy": 0,
        "yy": 1,
        "x0": 0,
        "y0": 0
      }
    },
    {
      "type": "GooCanvasText",
      "item": {
        "font": "Open Sans 18",
        "x": 201.87109375,
        "y": 249.85546875,
        "width": 200,
        "height": 25,
        "text": "Add text here"
      },
    },
    {
      "type": "GooCanvasEllipse",
      "item": {
        "line-width": 1,
        "stroke-color-rgba": 3132995327,
        "fill-color-rgba": 1943148287,
        "center-x": 490.16796875,
        "center-y": 294.18359375,
        "radius-x": 114,
        "radius-y": 81.5,
        "x": 376.16796875,
        "y": 212.68359375,
        "width": 228,
        "height": 163
      },
      "transform": {
        "xx": 1,
        "yx": 0,
        "xy": 0,
        "yy": 1,
        "x0": 0,
        "y0": 0
      }
    }
  ]
}

transform and scale transform-and-scale.akira

{
  "version": "1.0",
  "scale": 0.5,
  "items": [
    {
      "type": "GooCanvasRect",
      "item": {
        "line-width": 1,
        "stroke-color-rgba": 3132995327,
        "fill-color-rgba": 1943148287,
        "x": 185.43359375,
        "y": 117.76171875,
        "width": 286,
        "height": 263
      },
      "transform": {
        "xx": 0.7972369274925349,
        "yx": 0.6036665316565616,
        "xy": -0.6036665316565616,
        "yy": 0.7972369274925349,
        "x0": 217.0651618159844,
        "y0": -147.72329646632102
      }
    },
    {
      "type": "GooCanvasEllipse",
      "item": {
        "line-width": 1,
        "stroke-color-rgba": 3132995327,
        "fill-color-rgba": 3990094079,
        "center-x": 404.3359375,
        "center-y": 251.71875,
        "radius-x": 110.5,
        "radius-y": 175,
        "x": 293.8359375,
        "y": 76.71875,
        "width": 221,
        "height": 350
      },
      "transform": {
        "xx": 1,
        "yx": 0,
        "xy": 0,
        "yy": 1,
        "x0": 264.25,
        "y0": 92.88671875000006
      }
    }
  ]
}
Clone this wiki locally