Changes between Initial Version and Version 3 of Ticket #377


Ignore:
Timestamp:
Nov 16, 2013, 6:06:46 PM (10 years ago)
Author:
Piero Campalani
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #377

    • Property Owner changed from abeccati to Piero Campalani
    • Property Status newaccepted
    • Property Milestone 8.59.0
  • Ticket #377 – Description

    initial v3  
    33for c in ( mr )
    44return encode(
    5  scale(c, x:"CRS:1"(0:749), y:"CRS:1"(0:499))
     5 scale(c, {i:"CRS:1"(0:749), j:"CRS:1"(0:499)})
    66, "png")
    77}}}
     
    1010for c in ( mr )
    1111return encode(
    12  scale(c, y:"CRS:1"(0:499), x:"CRS:1"(0:749))
     12 scale(c, {j:"CRS:1"(0:499), i:"CRS:1"(0:749)})
    1313, "png")
    1414}}}