Skip to content
Snippets Groups Projects
Commit 2af1b345 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #15116 TIME 2 fix pos Y date

parent b99a4817
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,6 @@
<button mat-menu-item (click)="deleteDate(i)">{{'lang.delete' | translate}}</button>
</mat-menu>
<svg [id]="'testSVG_'+ i" viewBox="0 0 130 30" preserveAspectRatio="xMinYMin meet">
<text y="15" [attr.font-size]="date.size" dy=".3em" [style.font-family]="date.font" [style.fill]="date.color">{{today | date : date.format : undefined : ('lang.langISO' | translate)}}</text>
<text y="21" [attr.font-size]="date.size" [style.font-family]="date.font" [style.fill]="date.color">{{today | date : date.format : undefined : ('lang.langISO' | translate)}}</text>
</svg>
</div>
\ No newline at end of file
......@@ -94,7 +94,7 @@ export class ActionsService {
'width': date.width,
'height': date.height,
'positionX': date.positionX,
'positionY': date.positionY + 0.29,
'positionY': date.positionY,
'type': 'SVG',
'page': index,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment