More efficient default stroke style

This commit is contained in:
ahocevar
2019-03-19 13:58:20 +01:00
parent b33ceaa400
commit b06c84cef9

View File

@@ -127,9 +127,9 @@ export const defaultMiterLimit = 10;
/**
* @const
* @type {import("../color.js").Color}
* @type {import("../colorlike.js").ColorLike}
*/
export const defaultStrokeStyle = [0, 0, 0, 1];
export const defaultStrokeStyle = '#000';
/**