Changes between Version 8 and Version 9 of json-annotation-format


Ignore:
Timestamp:
Jan 15, 2014, 2:18:08 PM (10 years ago)
Author:
casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • json-annotation-format

    v8 v9  
    6767    "y": 0.345,
    6868    "width" : 0.567,
    69     "height": 0.789
     69    "height": 0.389
    7070  }
    7171}]
    7272}}}
    7373
     74'''New idea, inspired by GeoJSON (http://geojson.org/geojson-spec.html)'''
     75
     76{{{
     77"shapes" : [{
     78  "geometry" : {
     79    "type" : "Rectangle",
     80    "units" : "fraction",
     81    "coordinates" : [[0.0123, 0.345], [0.5793, 0.734]]
     82  }
     83}]
     84}}}
    7485
    7586== Text selection ==