Commit e5cbea6f by kilida Committed by GitHub

Repeated subexpression in raphael.vml.js

`params["stroke-width"] != null` is repeated
parent 427929f9
......@@ -219,7 +219,6 @@ define(["./raphael.core"], function(R) {
addArrow(res, params["arrow-end"], 1);
}
if (params.opacity != null ||
params["stroke-width"] != null ||
params.fill != null ||
params.src != 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