From 021984e105d35bb7ecdd66524c4387b6b5a16336 Mon Sep 17 00:00:00 2001 From: Luis Leiva Date: Sun, 24 Dec 2017 13:28:00 +0100 Subject: [PATCH] Don't alias this --- jsketch.svg.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jsketch.svg.js b/jsketch.svg.js index 48109ac..744bcc9 100644 --- a/jsketch.svg.js +++ b/jsketch.svg.js @@ -189,10 +189,6 @@ return ''; }, }; - /** - * Alias of `closePath()`; - */ - methods.stroke = methods.closePath; // Create SVG. function build() {