FillSymbol.js 356 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(["./Symbol","./SimpleLineSymbol"],function(a,b){return a.createSubclass({declaredClass:"esri.symbols.FillSymbol",properties:{outline:{type:b,json:{read:{default:null},write:!0}},type:null}})});