From b172a47ebebe0a8ad0d23a0e6cec88cf9431f1f8 Mon Sep 17 00:00:00 2001 From: Kienz Date: Sat, 16 Feb 2013 18:55:00 +0100 Subject: [PATCH] Fixed svg output for backgroundColorPattern with repeat: 'no-repeat' --- src/static_canvas.class.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static_canvas.class.js b/src/static_canvas.class.js index f4c5be53..8a67dfa5 100644 --- a/src/static_canvas.class.js +++ b/src/static_canvas.class.js @@ -960,8 +960,8 @@ if (this.backgroundColor && this.backgroundColor.source) { markup.push( '' );