From 7d28b47c668fd87b1933c1bb5f0ea6758a330751 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Sun, 13 Nov 2022 02:26:27 +0100 Subject: [PATCH] Changing image size --- lib/BurguillosInfo/Posts.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/BurguillosInfo/Posts.pm b/lib/BurguillosInfo/Posts.pm index 42a80e7..256b337 100644 --- a/lib/BurguillosInfo/Posts.pm +++ b/lib/BurguillosInfo/Posts.pm @@ -106,7 +106,7 @@ sub _GenerateSVGPostPreview { my $title = shift; my $content = shift; my @content = @$content; - my $svg = SVG->new( width => 1200, height => 630 ); + my $svg = SVG->new( width => 1200, height => 627 ); $svg->rect( x => 0, y => 0, @@ -118,7 +118,7 @@ sub _GenerateSVGPostPreview { x => 0, y => 50, width => 1200, - height => 630, + height => 627, style => { fill => '#F8F8FF' } );