refactor(DocumentReceiverElementDto): remove Top and Left-properties
This commit is contained in:
@@ -3,7 +3,7 @@ async function createAnnotations(document, instance) {
|
||||
const signatures = [];
|
||||
|
||||
for(var element of document.elements) {
|
||||
const annotParams = await getAnnotationParams(element.left, element.top);
|
||||
const annotParams = await getAnnotationParams(element.x, element.y);
|
||||
const page = element.page - 1
|
||||
|
||||
//background
|
||||
|
||||
Reference in New Issue
Block a user