Skip to content

Commit

Permalink
Reordered the Annotations for the desired outcome per spec 🚚
Browse files Browse the repository at this point in the history
  • Loading branch information
triplingual committed Jan 31, 2025
1 parent ba3847f commit f10dc89
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions recipe/0561-text-on-image/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@
"id": "{{ id.path }}/page/p1/1",
"type": "AnnotationPage",
"items": [
{
"id": "{{ id.path }}/annotation/p0001-text",
"type": "Annotation",
"motivation": "painting",
"body": {
"type": "TextualBody",
"format": "text/html",
"value": "<p style='font-size:2000px'>Textual annotation</p>",
"language": "en"
},
"target": "{{ id.path }}/canvas#xywh=27000,10200,25000,5000"
},
{
"id": "{{ id.path }}/annotation/p0001-image",
"type": "Annotation",
Expand All @@ -45,6 +33,18 @@
]
},
"target": "{{ id.path }}/canvas"
},
{
"id": "{{ id.path }}/annotation/p0001-text",
"type": "Annotation",
"motivation": "painting",
"body": {
"type": "TextualBody",
"format": "text/html",
"value": "<p style='font-size:2000px'>Textual annotation</p>",
"language": "en"
},
"target": "{{ id.path }}/canvas#xywh=27000,10200,25000,5000"
}
]
}
Expand Down

0 comments on commit f10dc89

Please sign in to comment.