Skip to content

Commit

Permalink
Update annotations.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored Jan 7, 2022
1 parent 749c6a7 commit c9ad891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions girder_annotation/docs/annotations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@ a ``2x2`` affine matrix.
::

{
"type": "imageoverlay" # Exact string. Required
"girderId": <girder image id> # 24-character girder id pointing
"type": "imageoverlay", # Exact string. Required
"girderId": <girder image id>, # 24-character girder id pointing
# to a large image object. Required
"opacity": 1 # Default opacity for the overlay. Defaults to 1. Optional
"opacity": 1, # Default opacity for the overlay. Defaults to 1. Optional
"transform": { # Object specifying additional overlay information. Optional
"xoffset": 0, # How much to shift the overlaid image right.
"yoffset": 0, # How much to shift the overlaid image down.
Expand Down

0 comments on commit c9ad891

Please sign in to comment.