Skip to content

Commit

Permalink
[EGON-60]: VH, TD: Add left padding to title
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimHolstein committed Apr 4, 2024
1 parent 88eefd5 commit c04c32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Service/Export/png.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class PngService {
const { insertText, extraHeight } = createTitleAndDescriptionSVGElement(
title,
description,
box.xLeft,
box.xLeft + 10,
box.yUp + 20,
this.width
);
Expand Down

0 comments on commit c04c32f

Please sign in to comment.