TextureAtlasExporter.shapePadding

#### Availability

Animate 2020.

#### Usage

TextureAtlasExporter.shapePadding

#### Description

Property; An integer value indicating how many pixels of padding should be added to each exported symbol frame
when adding it to the TextureAtlas.

#### Example

 javascript
var exporter = new TextureAtlasExporter;
exporter.shapePadding = 1.5;
`