blob: 4b79fefc6a247376e9d199d5dc20483223747c85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Generating Custom Shape Presets
The Perl code (`generatePresetsData.pl` and `generatePresetsPPTXs.pl`) is used
to generate the custom shape presets.
The `generate.sh` script which invokes the above Perl files, should be invoked
from the libreoffice core top-level source folder:
```
oox/source/drawingml/customshapes/generate.sh
```
The logs will be created in the file:
```
oox/source/drawingml/customshapes/custom-shapes.log
```
The output would be placed in this folder:
```
oox/source/drawingml/customshapes/pptx/
```
|