view docs/specs/size.md @ 132:37df5aa9ba82

Client: enable edition support, closes #703
author David Demelier <markand@malikania.fr>
date Wed, 27 Sep 2017 12:52:36 +0200
parents f4d23ad4aa27
children 835c8ee3f9e5
line wrap: on
line source

# Size

A size describe an object which has width and height dimensions.

## JSON Specification

### Synopsis

````json
{
    "width": 800,
    "height: 600
}
````

### Properties

  - **width**: width as positive int,
  - **height**: height as positive int.