view doc/src/specs/size.md @ 215:268b66d72ec0 default tip @

misc: remove Javascript bindings, closes #2402
author David Demelier <markand@malikania.fr>
date Thu, 10 Oct 2019 13:52:57 +0200
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.