From afdf62ab9a367e49b75b3f7709c9e2be18021d73 Mon Sep 17 00:00:00 2001 From: weswam Date: Wed, 14 Jan 2015 21:37:16 -0800 Subject: [PATCH] reverted the code example as requested --- docs/images.coffee.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/images.coffee.md b/docs/images.coffee.md index ef843eb..b76203c 100644 --- a/docs/images.coffee.md +++ b/docs/images.coffee.md @@ -21,7 +21,7 @@ Here is an example showing some of these options. .text('Proprotional to width', 0, 0) # Fit the image within the dimensions - doc.image('data:image/png;base64,iVBORw0K...', 320, 15, fit: [100, 100]) + doc.image('images/test.jpeg', 320, 15, fit: [100, 100]) .rect(320, 15, 100, 100) .stroke() .text('Fit', 320, 0)