Revert clang-format on comment in core/renderers/zelos/marker_svg.js

This commit is contained in:
kozbial
2021-08-12 16:57:12 -07:00
committed by Monica Kozbial
parent 08626a689a
commit 012bb89986

View File

@@ -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_:
<g>
<rect width="100" height="5">
<animate attributeType="XML" attributeName="fill" dur="1s"
values="transparent;transparent;#fff;transparent"
repeatCount="indefinite" />
values="transparent;transparent;#fff;transparent" repeatCount="indefinite" />
</rect>
</g>
*/
/* clang-format on */
MarkerSvg.superClass_.createDomInternal_.call(this);