aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/manual/image-transforms-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/image-transforms-tests.el b/test/manual/image-transforms-tests.el
index d601b9397e3..e8b301e3331 100644
--- a/test/manual/image-transforms-tests.el
+++ b/test/manual/image-transforms-tests.el
@@ -67,7 +67,7 @@
67 <rect x='0' y='0' width='10' height='10' 67 <rect x='0' y='0' width='10' height='10'
68 style='fill:none;stroke-width:1;stroke:#000'/> 68 style='fill:none;stroke-width:1;stroke:#000'/>
69 </svg>")) 69 </svg>"))
70 (insert-header "Test Crop: cropping an image") 70 (insert-header "Test Crop: cropping an image (only works with ImageMagick)")
71 (insert-test "all params" top-left image '(:crop (10 10 0 0))) 71 (insert-test "all params" top-left image '(:crop (10 10 0 0)))
72 (insert-test "width/height only" middle image '(:crop (10 10))) 72 (insert-test "width/height only" middle image '(:crop (10 10)))
73 (insert-test "negative x y" middle image '(:crop (10 10 -10 -10))) 73 (insert-test "negative x y" middle image '(:crop (10 10 -10 -10)))