view doc/src/specs/size.md @ 198:bf17be3e20f2

misc: remove .clang
author David Demelier <markand@malikania.fr>
date Tue, 27 Nov 2018 21:07:00 +0100
parents 5b0f7ffab962
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.