Skip to content

Commit e539f7f

Browse files
committed
Fixed dimensions, made styleClass semantic, improved annotation authenticity 📝
1 parent 8db1a44 commit e539f7f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

recipe/0045-css/manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
{
1515
"id": "{{ id.path }}/canvas/p1",
1616
"type": "Canvas",
17-
"height": 31722,
18-
"width": 70399,
17+
"height": 3966,
18+
"width": 8800,
1919
"items": [
2020
{
2121
"id": "{{ id.path }}/page/p1/1",
@@ -29,8 +29,8 @@
2929
"id": "https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004/full/max/0/default.jpg",
3030
"type": "Image",
3131
"format": "image/jpeg",
32-
"height": 31722,
33-
"width": 70399,
32+
"height": 3966,
33+
"width": 8800,
3434
"service": [
3535
{
3636
"id": "https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004",
@@ -57,13 +57,13 @@
5757
"body": {
5858
"id": "{{ id.path }}/body/sr1",
5959
"type": "SpecificResource",
60-
"styleClass": "redEmphasis",
60+
"styleClass": "author1",
6161
"source": {
6262
"id": "{{ id.path }}/body/text1",
6363
"type": "TextualBody",
6464
"language": "en",
6565
"format": "text/html",
66-
"value": "<p>Three of the four thematic pursuits of refined and noble men are shown on this side of the screen: the koto, go, and calligraphy (each in a container or wrapper).</p>"
66+
"value": "<p>Three of the four pursuits of refined and noble men named in the screen's title are shown on this side of the screen: go, the koto, and tools for calligraphy. Each is in a container or wrapper. (GR)</p>"
6767
}
6868
},
6969
"target": "{{ id.path }}/canvas/p1#xywh=700,1250,1850,1150"
@@ -76,13 +76,13 @@
7676
"body": {
7777
"id": "{{ id.path }}/body/sr2",
7878
"type": "SpecificResource",
79-
"styleClass": "yellowEmphasis",
79+
"styleClass": "author2",
8080
"source": {
8181
"id": "{{ id.path }}/body/text2",
8282
"type": "TextualBody",
8383
"language": "en",
8484
"format": "text/html",
85-
"value": "<p>The detail in the natural beauty of the setting could be seen as a contrast (or balance) to the manufactured pursuits of noble men.</p>"
85+
"value": "<p>The detail in the natural beauty of the setting could be seen as a contrast (or balance) to the manufactured pursuits of noble men. (TK)</p>"
8686
}
8787
},
8888
"target": "{{ id.path }}/canvas/p1#xywh=170,160,2200,1000"

0 commit comments

Comments
 (0)