<?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: Text Symbol overlapping during Print in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-overlapping-during-print/m-p/1154690#M76686</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp;Is it possible to get the link&amp;nbsp; of the use case? or any link where its been mentioned that its been handled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2022 11:47:09 GMT</pubDate>
    <dc:creator>ADITYAKUMAR1</dc:creator>
    <dc:date>2022-03-17T11:47:09Z</dc:date>
    <item>
      <title>Text Symbol overlapping during Print</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-overlapping-during-print/m-p/1153407#M76639</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I am trying to print the text symbol after few numbers one after the other. Before the print I can see the number are fine as expected but after the print its not coming properly. I am working with Javasacript 3 api.&lt;/P&gt;&lt;P&gt;here is code being used.&lt;/P&gt;&lt;P&gt;var symbol = new PictureMarkerSymbol(_globalGISUrl + "Images/marker/inspection-map-markers-no-status.png", 22, 22).setOffset(0, 5);&lt;BR /&gt;textSymbol = new TextSymbol(stop.attributes.OBJECTID.toString());&lt;BR /&gt;textSymbol.setFont(font);&lt;BR /&gt;textSymbol.setColor(new Color([255, 255, 255]));&lt;BR /&gt;textSymbol.setAlign(TextSymbol.ALIGN_MIDDLE);&lt;BR /&gt;textSymbol.setAngle(0);&lt;BR /&gt;textSymbol.setOffset(1, 0);&lt;BR /&gt;var newGraphic = new Graphic(stop.toJson());&lt;BR /&gt;newGraphic.setSymbol(symbol);&lt;BR /&gt;graphics.add(newGraphic);&lt;BR /&gt;var Graphictext = new Graphic(stop.toJson());&lt;BR /&gt;Graphictext.setSymbol(textSymbol);&lt;BR /&gt;graphics.add(Graphictext);&lt;BR /&gt;stop.setSymbol(textSymbol);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ADITYAKUMAR1_0-1647321941814.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36322i73D7982564B1982D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ADITYAKUMAR1_0-1647321941814.png" alt="ADITYAKUMAR1_0-1647321941814.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can find the number is clear but when I print it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ADITYAKUMAR1_1-1647321959262.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36323iC74241AC7EF7C91D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ADITYAKUMAR1_1-1647321959262.png" alt="ADITYAKUMAR1_1-1647321959262.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The text 6 has text 5,3 below it. And during print its not coming as expected.&lt;/P&gt;&lt;P&gt;Has anyone else encountered any problem like this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aditya&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 10:46:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-overlapping-during-print/m-p/1153407#M76639</guid>
      <dc:creator>ADITYAKUMAR1</dc:creator>
      <dc:date>2022-03-15T10:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Text Symbol overlapping during Print</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-overlapping-during-print/m-p/1153734#M76656</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp; Any clue?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 10:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-overlapping-during-print/m-p/1153734#M76656</guid>
      <dc:creator>ADITYAKUMAR1</dc:creator>
      <dc:date>2022-03-15T10:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Text Symbol overlapping during Print</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-overlapping-during-print/m-p/1153834#M76661</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/80707"&gt;@ADITYAKUMAR1&lt;/a&gt;,&amp;nbsp;can you please provide a simplified test app that reproduces the issue? My hunch is that the scale is not being preserved, and the text symbols are not deconflicted. This is a use case that has been handled properly at 4x.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 14:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-overlapping-during-print/m-p/1153834#M76661</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2022-03-15T14:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Text Symbol overlapping during Print</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-overlapping-during-print/m-p/1154690#M76686</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp;Is it possible to get the link&amp;nbsp; of the use case? or any link where its been mentioned that its been handled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 11:47:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-overlapping-during-print/m-p/1154690#M76686</guid>
      <dc:creator>ADITYAKUMAR1</dc:creator>
      <dc:date>2022-03-17T11:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Text Symbol overlapping during Print</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-overlapping-during-print/m-p/1154816#M76693</link>
      <description>&lt;P&gt;I don't have a specific use case to point you towards, but if you create a similar app in 4x, you should see a better print experience.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-print/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-print/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 15:10:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-overlapping-during-print/m-p/1154816#M76693</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2022-03-17T15:10:16Z</dc:date>
    </item>
  </channel>
</rss>

