diff --git a/src/AnnotationCreation.js b/src/AnnotationCreation.js index e5f769b7e37ee423d698a60f8eb01a53b0be5c5f..acd0c0365e0a1252087652dac3b10e03da92a2a9 100644 --- a/src/AnnotationCreation.js +++ b/src/AnnotationCreation.js @@ -107,7 +107,7 @@ function AnnotationCreation(props) { if (!annoState?.xywh) { const targetHeigth = props.mediaVideo ? props.mediaVideo.props.canvas.__jsonld.height : 1000; const targetWidth = props.mediaVideo ? props.mediaVideo.props.canvas.__jsonld.width : 500; - annoState.xywh = `10,10,${targetWidth - 10},${targetHeigth - 10}`; + annoState.xywh = `0,0,${targetWidth},${targetHeigth}`; } if (!annoState?.textBody) {