1
0
Fork 0
libreoffice/oox/source/drawingml/customshapes/README.md
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

19 lines
No EOL
527 B
Markdown

# 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/
```