<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Vector Graphics with Dojo GFX in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vector-graphics-with-dojo-gfx/m-p/40439#M3468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var surface = gfx.createSurface("surfaceElement", 400, 400);

// Create a rectangle
surface.createRect({ x: 100, y: 50, width: 200, height: 100 })
&amp;nbsp;&amp;nbsp;&amp;nbsp; .setFill("yellow")
&amp;nbsp;&amp;nbsp;&amp;nbsp; .setStroke("blue");


// Add a circle
surface.createCircle({ cx: 100, cy: 300, r:50 })
&amp;nbsp;&amp;nbsp;&amp;nbsp; .setFill("green")
&amp;nbsp;&amp;nbsp;&amp;nbsp; .setStroke("pink");&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add the shape of &lt;STRONG&gt;&lt;EM&gt;surface&lt;/EM&gt;&lt;/STRONG&gt; onto map as graphic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2021 21:34:36 GMT</pubDate>
    <dc:creator>omega_cancer</dc:creator>
    <dc:date>2021-12-10T21:34:36Z</dc:date>
    <item>
      <title>Vector Graphics with Dojo GFX</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vector-graphics-with-dojo-gfx/m-p/40439#M3468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var surface = gfx.createSurface("surfaceElement", 400, 400);

// Create a rectangle
surface.createRect({ x: 100, y: 50, width: 200, height: 100 })
&amp;nbsp;&amp;nbsp;&amp;nbsp; .setFill("yellow")
&amp;nbsp;&amp;nbsp;&amp;nbsp; .setStroke("blue");


// Add a circle
surface.createCircle({ cx: 100, cy: 300, r:50 })
&amp;nbsp;&amp;nbsp;&amp;nbsp; .setFill("green")
&amp;nbsp;&amp;nbsp;&amp;nbsp; .setStroke("pink");&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add the shape of &lt;STRONG&gt;&lt;EM&gt;surface&lt;/EM&gt;&lt;/STRONG&gt; onto map as graphic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:34:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vector-graphics-with-dojo-gfx/m-p/40439#M3468</guid>
      <dc:creator>omega_cancer</dc:creator>
      <dc:date>2021-12-10T21:34:36Z</dc:date>
    </item>
  </channel>
</rss>

