LineSymbol.js 375 B

1234
  1. // All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  2. // See https://js.arcgis.com/4.7/esri/copyright.txt for details.
  3. //>>built
  4. define(["../core/declare","../core/screenUtils","./Symbol"],function(a,b,c){return a(c,{declaredClass:"esri.symbols.LineSymbol",properties:{color:{},type:"simple-line",width:{value:.75,cast:b.toPt,json:{write:!0}}}})});