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

FIX #15116 TIME 0:15 fix bad pos Y

parent bc14599d
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ export class ActionsService { ...@@ -94,7 +94,7 @@ export class ActionsService {
'width': date.width, 'width': date.width,
'height': date.height, 'height': date.height,
'positionX': date.positionX, 'positionX': date.positionX,
'positionY': date.positionY, 'positionY': date.positionY + 0.40,
'type': 'SVG', 'type': 'SVG',
'page': index, '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