<?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: titles cut off using html5/svg in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/titles-cut-off-using-html5-svg/m-p/706737#M20817</link>
    <description>&lt;P&gt;Yep, looks like this was fixed in one of those maintenance releases. Compare:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RoyPardee_0-1608229281386.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52767i9A6A7EDE5E0F7D37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RoyPardee_0-1608229281386.png" alt="RoyPardee_0-1608229281386.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;to:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RoyPardee_1-1608229311005.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52768iCBA09A9916B060C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RoyPardee_1-1608229311005.png" alt="RoyPardee_1-1608229311005.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Huzzah!&lt;/P&gt;</description>
    <pubDate>Thu, 17 Dec 2020 18:24:38 GMT</pubDate>
    <dc:creator>RoyPardee</dc:creator>
    <dc:date>2020-12-17T18:24:38Z</dc:date>
    <item>
      <title>titles cut off using html5/svg</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/titles-cut-off-using-html5-svg/m-p/706489#M20813</link>
      <description>&lt;P&gt;This code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;options orientation = landscape ;
ods graphics / height = 8in width = 10in ;
%let out_folder = c:\deleteme ;
ods html5 path = "&amp;amp;out_folder" (URL=NONE)
         body   = "deleteme.html"
         (title = "deleteme output")
         style = magnify
         nogfootnote
         device = svg
          ;
  title1 "this is a title" ;
  proc sgplot data = sashelp.class ;
    hbox age / category = sex ;
    xaxis grid ;
    yaxis grid ;
  run ;
run ;
ods _all_ close ;
&lt;/PRE&gt;
&lt;P&gt;Results in a title that's cut-off:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RoyPardee_0-1608163949404.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52715iE8D8C9866A1E6348/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RoyPardee_0-1608163949404.png" alt="RoyPardee_0-1608163949404.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This behavior is consistent across chrome and firefox.&lt;/P&gt;
&lt;P&gt;I've seen e.g., &lt;A href="https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/521374#M17567" target="_self"&gt;this post&lt;/A&gt;, but I really do want SVG output with integrated titles.&lt;/P&gt;
&lt;P&gt;Interestingly, if I take the contents of the &amp;lt;svg&amp;gt; element &amp;amp; save it off to an external .svg file, I can then insert that into a powerpoint slide &amp;amp; the title is not cut off.&lt;/P&gt;
&lt;P&gt;This is a bug, isn't it?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 00:20:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/titles-cut-off-using-html5-svg/m-p/706489#M20813</guid>
      <dc:creator>RoyPardee</dc:creator>
      <dc:date>2020-12-17T00:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: titles cut off using html5/svg</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/titles-cut-off-using-html5-svg/m-p/706508#M20814</link>
      <description>What happens if you add alignment options to the Title statement, mostly out of curiosity. Looks like a bug to me at first glance.</description>
      <pubDate>Thu, 17 Dec 2020 01:22:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/titles-cut-off-using-html5-svg/m-p/706508#M20814</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-12-17T01:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: titles cut off using html5/svg</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/titles-cut-off-using-html5-svg/m-p/706510#M20815</link>
      <description>&lt;P&gt;I ran your program and viewed the html file in Chrome (&lt;SPAN&gt;87.0.4280.88)&lt;/SPAN&gt;, Firefox (81.0.2), and Edge (&lt;SPAN&gt;&amp;nbsp;87.0.664.60), and could not reproduce your result.&amp;nbsp; I'm running SAS&amp;nbsp;9.4 TS Level 1M6.&amp;nbsp; &amp;nbsp;"Title" completely appears in all of them.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 01:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/titles-cut-off-using-html5-svg/m-p/706510#M20815</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2020-12-17T01:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: titles cut off using html5/svg</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/titles-cut-off-using-html5-svg/m-p/706728#M20816</link>
      <description>Hmm--I'm on 1M4 right now, but do have access to a 1M6 install--will try there &amp;amp; see if I have different results.</description>
      <pubDate>Thu, 17 Dec 2020 17:59:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/titles-cut-off-using-html5-svg/m-p/706728#M20816</guid>
      <dc:creator>RoyPardee</dc:creator>
      <dc:date>2020-12-17T17:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: titles cut off using html5/svg</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/titles-cut-off-using-html5-svg/m-p/706737#M20817</link>
      <description>&lt;P&gt;Yep, looks like this was fixed in one of those maintenance releases. Compare:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RoyPardee_0-1608229281386.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52767i9A6A7EDE5E0F7D37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RoyPardee_0-1608229281386.png" alt="RoyPardee_0-1608229281386.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;to:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RoyPardee_1-1608229311005.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52768iCBA09A9916B060C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RoyPardee_1-1608229311005.png" alt="RoyPardee_1-1608229311005.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Huzzah!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 18:24:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/titles-cut-off-using-html5-svg/m-p/706737#M20817</guid>
      <dc:creator>RoyPardee</dc:creator>
      <dc:date>2020-12-17T18:24:38Z</dc:date>
    </item>
  </channel>
</rss>

