<?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 SVG Animation - Have a Heart in Quick Measures Gallery</title>
    <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/SVG-Animation-Have-a-Heart/m-p/518109#M223</link>
    <description>&lt;P&gt;Again, to see the animation, you may have to download the PBIX. Three measures, Heart, HeartBeat and BeatingHeart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Heart&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Heart = 
VAR __color = "Red"
VAR __lineColor = "Black"
VAR __lineThickness = 1
VAR __radius = 9
VAR __opacity = 1
VAR __rand = RAND()
VAR __header = "data&amp;amp;colon;image/svg+xml;utf8," &amp;amp;
              "&amp;lt;svg 
                xmlns:dc='http://purl.org/dc/elements/1.1/'
                xmlns:cc='http://creativecommons.org/ns#'
                xmlns:svg='http://www.w3.org/2000/svg'
                xmlns='http://www.w3.org/2000/svg'
                viewBox='0 0 150 150' version='1.1'&amp;gt;"
VAR __footer = "&amp;lt;/svg&amp;gt;"
VAR __shapeTextCircle = "
&amp;lt;g&amp;gt;
    &amp;lt;circle cx='30' cy='50' r='30' stroke='Red' fill='Red'/&amp;gt;
    &amp;lt;circle cx='70' cy='50' r='30' stroke='Red' fill='Red'/&amp;gt;
    &amp;lt;path stroke-width='2' stroke='Red' fill='Red' d='M7 70, L50 112, L93 70'/&amp;gt;
    &amp;lt;!-- &amp;lt;path stroke-width='2' stroke='Red' fill='Red' d='M60,30 a30,30 0 0,1 0,60 L0,90 0,30 a30,30 0 0,1 60,0' /&amp;gt; --&amp;gt;     &amp;lt;/g&amp;gt;
"
RETURN IF([Flag],"",__header &amp;amp; __shapeTextCircle &amp;amp; __footer)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;HeartBeat&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;HeartBeat = 
VAR __color = "Red"
VAR __lineColor = "Black"
VAR __lineThickness = 1
VAR __radius = 9
VAR __opacity = 1
VAR __rand = RAND()
VAR __header = "data&amp;amp;colon;image/svg+xml;utf8," &amp;amp;
              "&amp;lt;svg 
                xmlns:dc='http://purl.org/dc/elements/1.1/'
                xmlns:cc='http://creativecommons.org/ns#'
                xmlns:svg='http://www.w3.org/2000/svg'
                xmlns='http://www.w3.org/2000/svg'
                viewBox='0 0 20 10' version='1.1'&amp;gt;"
VAR __footer = "&amp;lt;/svg&amp;gt;"
VAR __shapeText = "
    &amp;lt;path stroke-width='.5' stroke='Red' fill='none' d='M-13 7, L-10 7, L-9 1, L-8 9, L-7 7, L-4 7, L-3 1, L-2 9, L-1 7, L2 7, L3 1, L4 9, L5 7, L8 7, L9 1, L10 9, L11 7, L14 7, L15 1, L16 9, L17 7, L20 7' stroke-dasharray='120' stroke-dashoffset='0'&amp;gt;
    &amp;lt;animateTransform 
           attributeName='transform' 
           attributeType='XML'
           type='translate'
           from='0 0'
           to='12 0' 
           dur='5s'
           begin='0s'
           repeatCount='indefinite'
           /&amp;gt;
    &amp;lt;/path&amp;gt;
"
VAR __shapeTextFlat = "
    &amp;lt;path stroke-width='.5' stroke='Red' fill='none' d='M0 7, L20 7'/&amp;gt;
"
RETURN IF([Flag],__header &amp;amp; __shapeTextFlat &amp;amp; __footer,__header &amp;amp; __shapeText &amp;amp; __footer)
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;BeatingHeart&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;BeatingHeart = 
VAR __color = "Red"
VAR __lineColor = "Black"
VAR __lineThickness = 1
VAR __radius = 9
VAR __opacity = 1
VAR __rand = RAND()
VAR __header = "data&amp;amp;colon;image/svg+xml;utf8," &amp;amp;
              "&amp;lt;svg 
                xmlns:dc='http://purl.org/dc/elements/1.1/'
                xmlns:cc='http://creativecommons.org/ns#'
                xmlns:svg='http://www.w3.org/2000/svg'
                xmlns='http://www.w3.org/2000/svg'
                viewBox='0 0 150 150' version='1.1'&amp;gt;"
VAR __footer = "&amp;lt;/svg&amp;gt;"
VAR __shapeTextCircle = "
&amp;lt;g&amp;gt;
    &amp;lt;circle cx='30' cy='50' r='30' stroke='Red' fill='Red'/&amp;gt;
    &amp;lt;circle cx='70' cy='50' r='30' stroke='Red' fill='Red'/&amp;gt;
    &amp;lt;path stroke-width='2' stroke='Red' fill='Red' d='M7 70, L50 112, L93 70'/&amp;gt;
    &amp;lt;animateTransform 
           attributeName='transform' 
           attributeType='XML'
           type='scale'
           from='1'
           to='1.1' 
           dur='1s'
           begin='0s'
           repeatCount='indefinite'
           /&amp;gt;
    &amp;lt;/g&amp;gt;
"
RETURN IF([Flag],"",__header &amp;amp; __shapeTextCircle &amp;amp; __footer)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="reportid hidden"&gt;eyJrIjoiNjAyNTM2NzMtYjZiMC00MTAyLThjOTUtMDM5YzY5Zjg0ODZkIiwidCI6IjRhMDQyNzQzLTM3M2EtNDNkMi04MjdiLTAwM2Y0YzdiYTFlNSIsImMiOjN9&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Sep 2018 15:39:23 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2018-09-18T15:39:23Z</dc:date>
    <item>
      <title>SVG Animation - Have a Heart</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/SVG-Animation-Have-a-Heart/m-p/518109#M223</link>
      <description>&lt;P&gt;Again, to see the animation, you may have to download the PBIX. Three measures, Heart, HeartBeat and BeatingHeart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Heart&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Heart = 
VAR __color = "Red"
VAR __lineColor = "Black"
VAR __lineThickness = 1
VAR __radius = 9
VAR __opacity = 1
VAR __rand = RAND()
VAR __header = "data&amp;amp;colon;image/svg+xml;utf8," &amp;amp;
              "&amp;lt;svg 
                xmlns:dc='http://purl.org/dc/elements/1.1/'
                xmlns:cc='http://creativecommons.org/ns#'
                xmlns:svg='http://www.w3.org/2000/svg'
                xmlns='http://www.w3.org/2000/svg'
                viewBox='0 0 150 150' version='1.1'&amp;gt;"
VAR __footer = "&amp;lt;/svg&amp;gt;"
VAR __shapeTextCircle = "
&amp;lt;g&amp;gt;
    &amp;lt;circle cx='30' cy='50' r='30' stroke='Red' fill='Red'/&amp;gt;
    &amp;lt;circle cx='70' cy='50' r='30' stroke='Red' fill='Red'/&amp;gt;
    &amp;lt;path stroke-width='2' stroke='Red' fill='Red' d='M7 70, L50 112, L93 70'/&amp;gt;
    &amp;lt;!-- &amp;lt;path stroke-width='2' stroke='Red' fill='Red' d='M60,30 a30,30 0 0,1 0,60 L0,90 0,30 a30,30 0 0,1 60,0' /&amp;gt; --&amp;gt;     &amp;lt;/g&amp;gt;
"
RETURN IF([Flag],"",__header &amp;amp; __shapeTextCircle &amp;amp; __footer)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;HeartBeat&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;HeartBeat = 
VAR __color = "Red"
VAR __lineColor = "Black"
VAR __lineThickness = 1
VAR __radius = 9
VAR __opacity = 1
VAR __rand = RAND()
VAR __header = "data&amp;amp;colon;image/svg+xml;utf8," &amp;amp;
              "&amp;lt;svg 
                xmlns:dc='http://purl.org/dc/elements/1.1/'
                xmlns:cc='http://creativecommons.org/ns#'
                xmlns:svg='http://www.w3.org/2000/svg'
                xmlns='http://www.w3.org/2000/svg'
                viewBox='0 0 20 10' version='1.1'&amp;gt;"
VAR __footer = "&amp;lt;/svg&amp;gt;"
VAR __shapeText = "
    &amp;lt;path stroke-width='.5' stroke='Red' fill='none' d='M-13 7, L-10 7, L-9 1, L-8 9, L-7 7, L-4 7, L-3 1, L-2 9, L-1 7, L2 7, L3 1, L4 9, L5 7, L8 7, L9 1, L10 9, L11 7, L14 7, L15 1, L16 9, L17 7, L20 7' stroke-dasharray='120' stroke-dashoffset='0'&amp;gt;
    &amp;lt;animateTransform 
           attributeName='transform' 
           attributeType='XML'
           type='translate'
           from='0 0'
           to='12 0' 
           dur='5s'
           begin='0s'
           repeatCount='indefinite'
           /&amp;gt;
    &amp;lt;/path&amp;gt;
"
VAR __shapeTextFlat = "
    &amp;lt;path stroke-width='.5' stroke='Red' fill='none' d='M0 7, L20 7'/&amp;gt;
"
RETURN IF([Flag],__header &amp;amp; __shapeTextFlat &amp;amp; __footer,__header &amp;amp; __shapeText &amp;amp; __footer)
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;BeatingHeart&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;BeatingHeart = 
VAR __color = "Red"
VAR __lineColor = "Black"
VAR __lineThickness = 1
VAR __radius = 9
VAR __opacity = 1
VAR __rand = RAND()
VAR __header = "data&amp;amp;colon;image/svg+xml;utf8," &amp;amp;
              "&amp;lt;svg 
                xmlns:dc='http://purl.org/dc/elements/1.1/'
                xmlns:cc='http://creativecommons.org/ns#'
                xmlns:svg='http://www.w3.org/2000/svg'
                xmlns='http://www.w3.org/2000/svg'
                viewBox='0 0 150 150' version='1.1'&amp;gt;"
VAR __footer = "&amp;lt;/svg&amp;gt;"
VAR __shapeTextCircle = "
&amp;lt;g&amp;gt;
    &amp;lt;circle cx='30' cy='50' r='30' stroke='Red' fill='Red'/&amp;gt;
    &amp;lt;circle cx='70' cy='50' r='30' stroke='Red' fill='Red'/&amp;gt;
    &amp;lt;path stroke-width='2' stroke='Red' fill='Red' d='M7 70, L50 112, L93 70'/&amp;gt;
    &amp;lt;animateTransform 
           attributeName='transform' 
           attributeType='XML'
           type='scale'
           from='1'
           to='1.1' 
           dur='1s'
           begin='0s'
           repeatCount='indefinite'
           /&amp;gt;
    &amp;lt;/g&amp;gt;
"
RETURN IF([Flag],"",__header &amp;amp; __shapeTextCircle &amp;amp; __footer)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="reportid hidden"&gt;eyJrIjoiNjAyNTM2NzMtYjZiMC00MTAyLThjOTUtMDM5YzY5Zjg0ODZkIiwidCI6IjRhMDQyNzQzLTM3M2EtNDNkMi04MjdiLTAwM2Y0YzdiYTFlNSIsImMiOjN9&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 15:39:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/SVG-Animation-Have-a-Heart/m-p/518109#M223</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2018-09-18T15:39:23Z</dc:date>
    </item>
  </channel>
</rss>

