12345678910111213141516171819202122232425262728293031323334 |
- import {
- t
- } from "./chunk-OBOLLK7J.js";
- import {
- I
- } from "./chunk-23ONSYIH.js";
- import {
- _
- } from "./chunk-MI7HWWFL.js";
- import {
- e,
- n2 as n
- } from "./chunk-Y3WMVFTW.js";
- // node_modules/@arcgis/core/views/2d/layers/graphics/HighlightGraphicContainer.js
- var i = class extends t {
- doRender(e2) {
- e2.drawPhase === I.HIGHLIGHT && super.doRender(e2);
- }
- renderChildren(e2) {
- if (this.attributeView.bindTextures(e2.context), !this.children.some((e3) => e3.hasData))
- return;
- super.renderChildren(e2);
- const { painter: r } = e2, s = r.effects.highlight;
- s.bind(e2), e2.context.setColorMask(true, true, true, true), e2.context.clear(_.COLOR_BUFFER_BIT), this._renderChildren(e2, s.defines.concat(["highlightAll"])), s.draw(e2), s.unbind();
- }
- };
- i = e([n("esri.views.2d.layers.support.HighlightGraphicContainer")], i);
- var n2 = i;
- export {
- n2 as n
- };
- //# sourceMappingURL=chunk-IBW3BDK4.js.map
|