Skip to content

Commit

Permalink
correct accidental regression introduced in prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrawley committed Oct 31, 2016
1 parent 210922c commit c8648ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/doc/filters/sizing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Example configuration:
filters:
# use and setup the "scale" filter
resize:
scale:
# given 1920x1600px -> output 960x800px (relative down-scale)
to: 0.5
Expand All @@ -219,7 +219,7 @@ Example configuration:
filters:
# use and setup the "scale" filter
resize:
scale:
# given 1920x1600px -> output 5760x3200px (relative up-scale)
to: 2
Expand All @@ -229,7 +229,7 @@ Example configuration:
filters:
# use and setup the "scale" filter
resize:
scale:
# input 1200x1600px -> output 750x1000px (relative down-scale)
dim: [ 800, 1000 ]
Expand All @@ -239,7 +239,7 @@ Example configuration:
filters:
# use and setup the "scale" filter
resize:
scale:
# input 300x900px -> output 900x2700px (relative up-scale)
dim: [ 1200, 2700 ]
Expand Down

0 comments on commit c8648ca

Please sign in to comment.