Regression fix og image had not the correct size.

This commit is contained in:
Sergiotarxz 2023-09-17 06:51:54 +02:00
parent 74ccd8c6eb
commit 896e90c87d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const my $ROOT_PROJECT => path($CURRENT_FILE)->parent->parent->parent;
const my $PUBLIC_DIR => $ROOT_PROJECT->child('public');
const my $BURGUILLOS_LOGO => $PUBLIC_DIR->child('img/burguillos-new-logo.svg');
const my $SVG_WIDTH => 1200;
const my $SVG_HEIGHT => 627;
const my $SVG_HEIGHT => 630;
const my $SVG_EMBEDDED_IMAGE_MAX_WIDTH => 1200;
const my $SVG_EMBEDDED_IMAGE_MAX_HEIGHT => 400;