We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da90ec commit 5b05984Copy full SHA for 5b05984
1 file changed
src/openlayers/core/StyleUtils.js
@@ -953,6 +953,7 @@ export class StyleUtils {
953
index === 3 ? rgb += color : rgb += color + ',';
954
});
955
}
956
+ rgb += ")"
957
return rgb;
958
959
0 commit comments