<?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: CIMSymbol not tiling correctly in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-not-tiling-correctly/m-p/1272193#M80674</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/666601"&gt;@JamesIng&lt;/a&gt;&amp;nbsp;- what version of the API are you using?&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2023 20:43:07 GMT</pubDate>
    <dc:creator>AnneFitz</dc:creator>
    <dc:date>2023-03-27T20:43:07Z</dc:date>
    <item>
      <title>CIMSymbol not tiling correctly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-not-tiling-correctly/m-p/1272102#M80673</link>
      <description>&lt;P&gt;Hi there, we've been playing with the CIMSymbol and have created a simple symbol comprised of a base color and three hatch fills ontop. The hatch fills are rotated 45, 90, and 135.&lt;BR /&gt;&lt;BR /&gt;But we're noticed on more than one occasion the symbol doesn't tile correctly and the hatch fills 'break' along the tile.&lt;BR /&gt;&lt;BR /&gt;In this image you can see the CIMSymbol - as well as a enlarged close up to show the mis-alignment.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JamesI_0-1679943957106.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/66383i70BCFF4509C44EEE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JamesI_0-1679943957106.png" alt="JamesI_0-1679943957106.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The symbol itself doesn't have anything fancy like primitive overrides or anything.&lt;BR /&gt;&lt;BR /&gt;Has anyone encountered this tiling issue?&lt;BR /&gt;&lt;BR /&gt;Symbol for reference&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "type": "CIMPolygonSymbol",
  "symbolLayers": [
    {
      "type": "CIMSolidStroke",
      "enable": true,
      "capStyle": "Round",
      "joinStyle": "Round",
      "lineStyle3D": "Strip",
      "miterLimit": 10,
      "width": 0.4,
      "color": [0, 0, 0, 255]
    },
    {
      "type": "CIMHatchFill",
      "enable": true,
      "lineSymbol": {
        "type": "CIMLineSymbol",
        "symbolLayers": [
          {
            "type": "CIMSolidStroke",
            "enable": true,
            "capStyle": "Butt",
            "joinStyle": "Miter",
            "lineStyle3D": "Strip",
            "miterLimit": 10,
            "width": 0.5,
            "color": [255, 255, 255, 255]
          }
        ]
      },
      "rotation": 90,
      "separation": 10
    },
    {
      "type": "CIMHatchFill",
      "enable": true,
      "lineSymbol": {
        "type": "CIMLineSymbol",
        "symbolLayers": [
          {
            "type": "CIMSolidStroke",
            "enable": true,
            "capStyle": "Butt",
            "joinStyle": "Miter",
            "lineStyle3D": "Strip",
            "miterLimit": 10,
            "width": 0.5,
            "color": [255, 255, 255, 255]
          }
        ]
      },
      "rotation": 135,
      "separation": 10
    },
    {
      "type": "CIMHatchFill",
      "enable": true,
      "lineSymbol": {
        "type": "CIMLineSymbol",
        "symbolLayers": [
          {
            "type": "CIMSolidStroke",
            "enable": true,
            "capStyle": "Butt",
            "joinStyle": "Miter",
            "lineStyle3D": "Strip",
            "miterLimit": 10,
            "width": 0.5,
            "color": [255, 255, 255, 255]
          }
        ]
      },
      "rotation": 45,
      "separation": 10
    },
    {
      "type": "CIMSolidFill",
      "enable": true,
      "color": [39, 129, 153, 255]
    }
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 19:12:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-not-tiling-correctly/m-p/1272102#M80673</guid>
      <dc:creator>JamesIng</dc:creator>
      <dc:date>2023-03-27T19:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: CIMSymbol not tiling correctly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-not-tiling-correctly/m-p/1272193#M80674</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/666601"&gt;@JamesIng&lt;/a&gt;&amp;nbsp;- what version of the API are you using?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 20:43:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-not-tiling-correctly/m-p/1272193#M80674</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2023-03-27T20:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: CIMSymbol not tiling correctly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-not-tiling-correctly/m-p/1272209#M80675</link>
      <description>&lt;P&gt;Hi Anne,&lt;BR /&gt;&lt;BR /&gt;We're using 4.25.5 via arcGIS/core&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 21:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-not-tiling-correctly/m-p/1272209#M80675</guid>
      <dc:creator>JamesIng</dc:creator>
      <dc:date>2023-03-27T21:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: CIMSymbol not tiling correctly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-not-tiling-correctly/m-p/1272719#M80683</link>
      <description>&lt;P&gt;Thanks! I'm able to reproduce, but only at large scales. Do you still see the tiling issue if you zoom out a bit?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyways, we'll look into this! Thanks for reporting.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 19:38:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-not-tiling-correctly/m-p/1272719#M80683</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2023-03-28T19:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: CIMSymbol not tiling correctly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-not-tiling-correctly/m-p/1272892#M80687</link>
      <description>&lt;P&gt;Doesnt appear to happen when zoomed out.- but that's potentially due to our geometry not being large enough for it tile at that scale.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 03:11:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-not-tiling-correctly/m-p/1272892#M80687</guid>
      <dc:creator>JamesIng</dc:creator>
      <dc:date>2023-03-29T03:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: CIMSymbol not tiling correctly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-not-tiling-correctly/m-p/1275579#M80753</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/666601"&gt;@JamesIng&lt;/a&gt;&amp;nbsp;, we've installed a fix for this for the June (4.27) release. It is available for testing now on the &lt;A href="https://github.com/Esri/feedback-js-api-next" target="_self"&gt;development version&lt;/A&gt;&amp;nbsp;of the API,&amp;nbsp;&lt;A href="https://js.arcgis.com/next" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/next&lt;/A&gt;. Let us know if you are still running into any issues, and you can expect this fix in the upcoming release of the API in June!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 22:23:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-not-tiling-correctly/m-p/1275579#M80753</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2023-04-04T22:23:54Z</dc:date>
    </item>
  </channel>
</rss>

