diff --git a/core/renderers/zelos/marker_svg.js b/core/renderers/zelos/marker_svg.js index e14171db6..0cd8c5dc9 100644 --- a/core/renderers/zelos/marker_svg.js +++ b/core/renderers/zelos/marker_svg.js @@ -114,15 +114,16 @@ MarkerSvg.prototype.hide = function() { * @override */ MarkerSvg.prototype.createDomInternal_ = function() { + /* clang-format off */ /* This markup will be generated and added to the .svgGroup_: + values="transparent;transparent;#fff;transparent" repeatCount="indefinite" /> */ + /* clang-format on */ MarkerSvg.superClass_.createDomInternal_.call(this);