Skip to content

Commit e039795

Browse files
committed
Changed formatting of motivation value where used as adjective 📝
1 parent b954e11 commit e039795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎recipe/0561-text-on-image/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Though the implementation is not complex, the implications get well into the nua
2424

2525
Styling text or using HTML in text painted onto a Canvas is possible, but the options are limited. In addition, styling added to a manifest may be unreliable across viewers. For one example, since IIIF Canvas dimensions are unit-less, using pixels for text size is valid but may not be interpreted identically by different viewers.
2626

27-
The presentation of resources is upwards in a z-index from the first `painting` Annotation encountered to all subsequent `painting` Annotations. Therefore, for the textual annotation to be visible, it must come later in the manifest order of Annotations than the image resource it marks.
27+
The presentation of resources is upwards in a z-index from the first "painting" Annotation encountered to all subsequent "painting" Annotations. Therefore, for the textual annotation to be visible, it must come later in the manifest order of Annotations than the image resource it marks.
2828

2929
## Restrictions
3030

0 commit comments

Comments
 (0)