<?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 Re: Replacing SVG with WebGL in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replacing-svg-with-webgl/m-p/721859#M67013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting at version 4.10, WebGL is used to draw all layers in JS API. So there is no flag to switch between webgl and svg.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have lots of web symbols you can use. Please take a look at&lt;A href="https://developers.arcgis.com/javascript/latest/guide/esri-web-style-symbols-2d/"&gt; 2D web symbols&lt;/A&gt;&amp;nbsp;and &lt;A href="https://developers.arcgis.com/javascript/latest/guide/esri-web-style-symbols-3d/"&gt;3D symbols&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there are a couple of samples that show you how to create custom webgl objects to the map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/custom-gl-visuals/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/custom-gl-visuals/index.html"&gt;Custom WebGL layer view | ArcGIS API for JavaScript 4.13&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/custom-gl-animated-lines/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/custom-gl-animated-lines/index.html"&gt;Animated lines with WebGL | ArcGIS API for JavaScript 4.13&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Nov 2019 15:57:30 GMT</pubDate>
    <dc:creator>UndralBatsukh</dc:creator>
    <dc:date>2019-11-15T15:57:30Z</dc:date>
    <item>
      <title>Replacing SVG with WebGL</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replacing-svg-with-webgl/m-p/721858#M67012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In relation to this post&amp;nbsp;&lt;A href="https://community.esri.com/thread/228462"&gt;Canvas vs SVG in 4.10 API&lt;/A&gt;&amp;nbsp; and the&amp;nbsp;related release notes on v4.9 on using WebGL&amp;nbsp;&lt;A class="" href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/announcements/jsapi-4-9/" style="color: #2989c5; text-decoration: none;" title="https://www.esri.com/arcgis-blog/products/js-api-arcgis/announcements/jsapi-4-9/"&gt;ArcGIS API 4.9 for JavaScript: What’s new (September 2018)&lt;/A&gt;&amp;nbsp; there is a mention of a Flag that needs to be set in order to use the SVG&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;rendering engine&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;instead of the new default&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;WebGL. However I am not able to find any reference in the documentation on how to set up the app for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, are there any tutorials or examples on building a real world marker symbol in WebGL or any good sources on changing an existing SVG marker into a WebGL one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2019 18:41:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replacing-svg-with-webgl/m-p/721858#M67012</guid>
      <dc:creator>Neilde_Swardt</dc:creator>
      <dc:date>2019-11-14T18:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing SVG with WebGL</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replacing-svg-with-webgl/m-p/721859#M67013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting at version 4.10, WebGL is used to draw all layers in JS API. So there is no flag to switch between webgl and svg.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have lots of web symbols you can use. Please take a look at&lt;A href="https://developers.arcgis.com/javascript/latest/guide/esri-web-style-symbols-2d/"&gt; 2D web symbols&lt;/A&gt;&amp;nbsp;and &lt;A href="https://developers.arcgis.com/javascript/latest/guide/esri-web-style-symbols-3d/"&gt;3D symbols&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there are a couple of samples that show you how to create custom webgl objects to the map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/custom-gl-visuals/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/custom-gl-visuals/index.html"&gt;Custom WebGL layer view | ArcGIS API for JavaScript 4.13&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/custom-gl-animated-lines/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/custom-gl-animated-lines/index.html"&gt;Animated lines with WebGL | ArcGIS API for JavaScript 4.13&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2019 15:57:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replacing-svg-with-webgl/m-p/721859#M67013</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2019-11-15T15:57:30Z</dc:date>
    </item>
  </channel>
</rss>

