view docs/specs/size.md @ 151:7a8ccd50bdf6

Misc: update .hgignore
author David Demelier <markand@malikania.fr>
date Mon, 04 Dec 2017 12:54:40 +0100
parents 835c8ee3f9e5
children
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.