Commit 68cb2e38 by Tomas Alabes Committed by GitHub

Merge pull request #1058 from kilida/patch-1

Repeated subexpression in raphael.vml.js
parents 427929f9 e5cbea6f
...@@ -219,7 +219,6 @@ define(["./raphael.core"], function(R) { ...@@ -219,7 +219,6 @@ define(["./raphael.core"], function(R) {
addArrow(res, params["arrow-end"], 1); addArrow(res, params["arrow-end"], 1);
} }
if (params.opacity != null || if (params.opacity != null ||
params["stroke-width"] != null ||
params.fill != null || params.fill != null ||
params.src != null || params.src != null ||
params.stroke != null || params.stroke != null ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment