<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>20192</bug_id>
          
          <creation_ts>2008-07-27 22:36:00 -0700</creation_ts>
          <short_desc>Tiny fonts scaled up end up too large in Safari</short_desc>
          <delta_ts>2014-08-18 17:50:39 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>SVG</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>12448</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Larry Baker">baker</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>baker</cc>
    
    <cc>jeroendelcour</cc>
    
    <cc>mitz</cc>
    
    <cc>pdr</cc>
    
    <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>87108</commentid>
    <comment_count>0</comment_count>
    <who name="Larry Baker">baker</who>
    <bug_when>2008-07-27 22:36:00 -0700</bug_when>
    <thetext>The following simple test SVG file renders fine on FireFox; Safari/WebKit do not render the text correctly.  It looks like the &lt;svg&gt; viewBox attribute and the &lt;g&gt; element attributes are not being inherited by the &lt;text&gt; element.

&lt;?xml version=&quot;1.0&quot; standalone=&quot;no&quot;?&gt;
&lt;!DOCTYPE svg PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;
                     &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;
&gt;
&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;
     version=&quot;1.1&quot;
     viewBox=&quot;0 0 11 8.5&quot;&gt;
&lt;g stroke-width=&quot;.02&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;
&lt;g stroke=&quot;black&quot; fill=&quot;black&quot;&gt;
&lt;g transform=&quot;translate(0.65,7.95)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 0.00
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(1.65,7.95)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 0.80
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(2.65,7.95)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 1.60
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(3.65,7.95)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 2.40
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(4.65,7.95)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 3.20
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(5.65,7.95)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 4.00
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(6.65,7.95)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 4.80
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(7.65,7.95)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 5.60
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(4.08,8.15)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.224&quot;&gt;
 x-axis
 &lt;/text&gt;
&lt;/g&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 0.75 7.75
         L 0.75 7.75
         L 0.75 7.82&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 0.75 7.75
         L 1.75 7.75
         L 1.75 7.82&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 1.75 7.75
         L 2.75 7.75
         L 2.75 7.82&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 2.75 7.75
         L 3.75 7.75
         L 3.75 7.82&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 3.75 7.75
         L 4.75 7.75
         L 4.75 7.82&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 4.75 7.75
         L 5.75 7.75
         L 5.75 7.82&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 5.75 7.75
         L 6.75 7.75
         L 6.75 7.82&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 6.75 7.75
         L 7.75 7.75
         L 7.75 7.82&quot;
/&gt;
&lt;g transform=&quot;translate(0.65,7.85) rotate(-90)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 -0.60
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(0.65,6.85) rotate(-90)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 -0.40
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(0.65,5.85) rotate(-90)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 -0.20
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(0.65,4.85) rotate(-90)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 -0.00
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(0.65,3.85) rotate(-90)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 0.20
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(0.65,2.85) rotate(-90)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 0.40
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(0.65,1.85) rotate(-90)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 0.60
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(0.65,0.85) rotate(-90)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.168&quot;&gt;
 0.80
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(0.5,4.42) rotate(-90)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.224&quot;&gt;
 y-axis
 &lt;/text&gt;
&lt;/g&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 0.75 7.75
         L 0.75 7.75
         L 0.68 7.75&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 0.75 7.75
         L 0.75 6.75
         L 0.68 6.75&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 0.75 6.75
         L 0.75 5.75
         L 0.68 5.75&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 0.75 5.75
         L 0.75 4.75
         L 0.68 4.75&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 0.75 4.75
         L 0.75 3.75
         L 0.68 3.75&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 0.75 3.75
         L 0.75 2.75
         L 0.68 2.75&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 0.75 2.75
         L 0.75 1.75
         L 0.68 1.75&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 0.75 1.75
         L 0.75 0.75
         L 0.68 0.75&quot;
/&gt;
&lt;path fill=&quot;none&quot;
      d=&quot;M 0.75 4.75
         L 0.8 4.148
         L 0.85 3.602
         L 0.9 3.118
         L 0.95 2.697
         L 1 2.344
         L 1.05 2.058
         L 1.1 1.838
         L 1.15 1.684
         L 1.2 1.594
         L 1.25 1.562
         L 1.3 1.587
         L 1.35 1.662
         L 1.4 1.783
         L 1.45 1.945
         L 1.5 2.14
         L 1.55 2.364
         L 1.6 2.611
         L 1.65 2.875
         L 1.7 3.149
         L 1.75 3.429
         L 1.8 3.71
         L 1.85 3.987
         L 1.9 4.254
         L 1.95 4.51
         L 2 4.75
         L 2.05 4.971
         L 2.1 5.172
         L 2.15 5.351
         L 2.2 5.505
         L 2.25 5.635
         L 2.3 5.74
         L 2.35 5.821
         L 2.4 5.878
         L 2.45 5.911
         L 2.5 5.923
         L 2.55 5.914
         L 2.6 5.886
         L 2.65 5.841
         L 2.7 5.782
         L 2.75 5.71
         L 2.8 5.628
         L 2.85 5.537
         L 2.9 5.44
         L 2.95 5.339
         L 3 5.236
         L 3.05 5.133
         L 3.1 5.031
         L 3.15 4.932
         L 3.2 4.838
         L 3.25 4.75
         L 3.3 4.669
         L 3.35 4.595
         L 3.4 4.529
         L 3.45 4.472
         L 3.5 4.424
         L 3.55 4.386
         L 3.6 4.356
         L 3.65 4.335
         L 3.7 4.323
         L 3.75 4.319
         L 3.8 4.322
         L 3.85 4.332
         L 3.9 4.348
         L 3.95 4.37
         L 4 4.397
         L 4.05 4.427
         L 4.1 4.461
         L 4.15 4.496
         L 4.2 4.533
         L 4.25 4.571
         L 4.3 4.609
         L 4.35 4.647
         L 4.4 4.683
         L 4.45 4.718
         L 4.5 4.75
         L 4.55 4.78
         L 4.6 4.807
         L 4.65 4.831
         L 4.7 4.852
         L 4.75 4.87
         L 4.8 4.884
         L 4.85 4.895
         L 4.9 4.903
         L 4.95 4.907
         L 5 4.909
         L 5.05 4.907
         L 5.1 4.904
         L 5.15 4.898
         L 5.2 4.89
         L 5.25 4.88
         L 5.3 4.869
         L 5.35 4.856
         L 5.4 4.843
         L 5.45 4.83
         L 5.5 4.816
         L 5.55 4.802
         L 5.6 4.788
         L 5.65 4.775
         L 5.7 4.762
         L 5.75 4.75
         L 5.8 4.739
         L 5.85 4.729
         L 5.9 4.72
         L 5.95 4.712
         L 6 4.706
         L 6.05 4.701
         L 6.1 4.697
         L 6.15 4.694
         L 6.2 4.692
         L 6.25 4.692
         L 6.3 4.692
         L 6.35 4.693
         L 6.4 4.696
         L 6.45 4.699
         L 6.5 4.702
         L 6.55 4.706
         L 6.6 4.711
         L 6.65 4.716
         L 6.7 4.721
         L 6.75 4.726
         L 6.8 4.731
         L 6.85 4.736
         L 6.9 4.741
         L 6.95 4.746
         L 7 4.75
         L 7.05 4.754
         L 7.1 4.758
         L 7.15 4.761
         L 7.2 4.764
         L 7.25 4.766
         L 7.3 4.768
         L 7.35 4.77
         L 7.4 4.771
         L 7.45 4.771
         L 7.5 4.771
         L 7.55 4.771
         L 7.6 4.771
         L 7.65 4.77
         L 7.7 4.769
         L 7.75 4.768
         L 7.8 4.766
         L 7.85 4.764
         L 7.9 4.763
         L 7.95 4.761
         L 8 4.759
         L 8.05 4.757
         L 8.1 4.755
         L 8.15 4.753
         L 8.2 4.752
         L 8.25 4.75&quot;
/&gt;
&lt;/g&gt;
&lt;g stroke=&quot;blue&quot; fill=&quot;blue&quot;&gt;
&lt;g transform=&quot;translate(2.25,2.75)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.32&quot;&gt;
 Functional Plot of
 &lt;/text&gt;
&lt;/g&gt;
&lt;g transform=&quot;translate(2.25,3.25)&quot;&gt;
 &lt;text font-family=&quot;sans-serif&quot; font-size=&quot;0.32&quot;&gt;
 y = (e**-x) * SIN(PI*x)
 &lt;/text&gt;
&lt;/g&gt;
&lt;/g&gt;
&lt;/g&gt;
&lt;/svg&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87109</commentid>
    <comment_count>1</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2008-07-27 22:39:23 -0700</bug_when>
    <thetext>Can you please attach the SVG file to the bug report rather than pasting it into a comment?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87110</commentid>
    <comment_count>2</comment_count>
      <attachid>22518</attachid>
    <who name="Larry Baker">baker</who>
    <bug_when>2008-07-27 22:58:27 -0700</bug_when>
    <thetext>Created attachment 22518
SVG test plot

SVG test plot (plot.svg) fails to render text properly in either Safari Version 3.1.2 (4525.22) or WebKit latest nightly build r35401 Version 3.1.2 (4525.22) (SAME AS SAFARI???).  The file renders fine using Mozilla FireFox Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87246</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2008-07-29 00:00:23 -0700</bug_when>
    <thetext>Probably some sort of rounding issue.  I don&apos;t think this should be affected by the minimum font size scaling preference (especially since I have mine off).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87248</commentid>
    <comment_count>4</comment_count>
    <who name="">mitz</who>
    <bug_when>2008-07-29 00:31:00 -0700</bug_when>
    <thetext>I think this is the bug where font sizes under 0.5 get rounded to 0, and AppKit replaces font size 0 with 12.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87249</commentid>
    <comment_count>5</comment_count>
    <who name="">mitz</who>
    <bug_when>2008-07-29 00:32:50 -0700</bug_when>
    <thetext>See also bug 11004, bug 13891 and bug 15086.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87251</commentid>
    <comment_count>6</comment_count>
    <who name="Larry Baker">baker</who>
    <bug_when>2008-07-29 01:11:25 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; I think this is the bug where font sizes under 0.5 get rounded to 0, and AppKit
&gt; replaces font size 0 with 12.
&gt; 

Except that these are not &quot;tiny&quot; fonts (someone changed the Summary on me).  Unit-less font sizes are measured in user coordinate space, which, in this case, can be thought of as inches (the viewBox sets up the user coordinate space for a landscape plot, 11 X 8.5).  So, these fonts should render roughly 1/4 inch high, which they do in Firefox.  See &quot;font-size=&lt;length&gt;&quot; in SVG 1.1:

For SVG, if a &lt;length&gt; is provided without a unit identifier (e.g., an unqualified number
such as 128), the SVG user agent processes the &lt;length&gt; as a height value in the current user coordinate system.

It is as though the user coordinate space is either being ignored in this case, or not being correctly inherited.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94469</commentid>
    <comment_count>7</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2008-10-07 16:42:03 -0700</bug_when>
    <thetext>CG must have some minimum size threshold that we&apos;re exceeding here.  Or maybe there is some other bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>343115</commentid>
    <comment_count>8</comment_count>
    <who name="Nikolas Zimmermann">zimmermann</who>
    <bug_when>2011-02-01 04:02:40 -0800</bug_when>
    <thetext>The patch on bug 12448 fixes this problem. Thanks a lot for the testcase, I&apos;ve integrated it in my patch.

*** This bug has been marked as a duplicate of bug 12448 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1029321</commentid>
    <comment_count>9</comment_count>
    <who name="Jeroen Delcour">jeroendelcour</who>
    <bug_when>2014-08-15 05:09:46 -0700</bug_when>
    <thetext>Unfortunately, this bug needs to be reopened. Simply view the original attachment.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1029322</commentid>
    <comment_count>10</comment_count>
    <who name="Jeroen Delcour">jeroendelcour</who>
    <bug_when>2014-08-15 05:10:09 -0700</bug_when>
    <thetext>Unfortunately, this bug needs to be reopened. Simply view the original attachment to reproduce.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1029924</commentid>
    <comment_count>11</comment_count>
    <who name="Philip Rogers">pdr</who>
    <bug_when>2014-08-18 17:50:39 -0700</bug_when>
    <thetext>(In reply to comment #10)
&gt; Unfortunately, this bug needs to be reopened. Simply view the original attachment to reproduce.

@Jason, this looks fine to me in Webkit nightly and Safari. Please file a new bug if you are still hitting an issue here.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>22518</attachid>
            <date>2008-07-27 22:58:27 -0700</date>
            <delta_ts>2008-07-27 23:11:51 -0700</delta_ts>
            <desc>SVG test plot</desc>
            <filename>plot.svg</filename>
            <type>image/svg+xml</type>
            <size>7296</size>
            <attacher name="Larry Baker">baker</attacher>
            
              <data encoding="base64">PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJ
QyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iCiAgICAgICAgICAgICAgICAgICAgICJodHRwOi8v
d3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiCj4KPHN2ZyB4bWxucz0i
aHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgICAgdmVyc2lvbj0iMS4xIgogICAgIHZpZXdC
b3g9IjAgMCAxMSA4LjUiPgo8ZyBzdHJva2Utd2lkdGg9Ii4wMiIgc3Ryb2tlLWxpbmVjYXA9InJv
dW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KPGcgc3Ryb2tlPSJibGFjayIgZmlsbD0iYmxh
Y2siPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjY1LDcuOTUpIj4KIDx0ZXh0IGZvbnQtZmFt
aWx5PSJzYW5zLXNlcmlmIiBmb250LXNpemU9IjAuMTY4Ij4KIDAuMDAKIDwvdGV4dD4KPC9nPgo8
ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjY1LDcuOTUpIj4KIDx0ZXh0IGZvbnQtZmFtaWx5PSJz
YW5zLXNlcmlmIiBmb250LXNpemU9IjAuMTY4Ij4KIDAuODAKIDwvdGV4dD4KPC9nPgo8ZyB0cmFu
c2Zvcm09InRyYW5zbGF0ZSgyLjY1LDcuOTUpIj4KIDx0ZXh0IGZvbnQtZmFtaWx5PSJzYW5zLXNl
cmlmIiBmb250LXNpemU9IjAuMTY4Ij4KIDEuNjAKIDwvdGV4dD4KPC9nPgo8ZyB0cmFuc2Zvcm09
InRyYW5zbGF0ZSgzLjY1LDcuOTUpIj4KIDx0ZXh0IGZvbnQtZmFtaWx5PSJzYW5zLXNlcmlmIiBm
b250LXNpemU9IjAuMTY4Ij4KIDIuNDAKIDwvdGV4dD4KPC9nPgo8ZyB0cmFuc2Zvcm09InRyYW5z
bGF0ZSg0LjY1LDcuOTUpIj4KIDx0ZXh0IGZvbnQtZmFtaWx5PSJzYW5zLXNlcmlmIiBmb250LXNp
emU9IjAuMTY4Ij4KIDMuMjAKIDwvdGV4dD4KPC9nPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1
LjY1LDcuOTUpIj4KIDx0ZXh0IGZvbnQtZmFtaWx5PSJzYW5zLXNlcmlmIiBmb250LXNpemU9IjAu
MTY4Ij4KIDQuMDAKIDwvdGV4dD4KPC9nPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjY1LDcu
OTUpIj4KIDx0ZXh0IGZvbnQtZmFtaWx5PSJzYW5zLXNlcmlmIiBmb250LXNpemU9IjAuMTY4Ij4K
IDQuODAKIDwvdGV4dD4KPC9nPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjY1LDcuOTUpIj4K
IDx0ZXh0IGZvbnQtZmFtaWx5PSJzYW5zLXNlcmlmIiBmb250LXNpemU9IjAuMTY4Ij4KIDUuNjAK
IDwvdGV4dD4KPC9nPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjA4LDguMTUpIj4KIDx0ZXh0
IGZvbnQtZmFtaWx5PSJzYW5zLXNlcmlmIiBmb250LXNpemU9IjAuMjI0Ij4KIHgtYXhpcwogPC90
ZXh0Pgo8L2c+CjxwYXRoIGZpbGw9Im5vbmUiCiAgICAgIGQ9Ik0gMC43NSA3Ljc1CiAgICAgICAg
IEwgMC43NSA3Ljc1CiAgICAgICAgIEwgMC43NSA3LjgyIgovPgo8cGF0aCBmaWxsPSJub25lIgog
ICAgICBkPSJNIDAuNzUgNy43NQogICAgICAgICBMIDEuNzUgNy43NQogICAgICAgICBMIDEuNzUg
Ny44MiIKLz4KPHBhdGggZmlsbD0ibm9uZSIKICAgICAgZD0iTSAxLjc1IDcuNzUKICAgICAgICAg
TCAyLjc1IDcuNzUKICAgICAgICAgTCAyLjc1IDcuODIiCi8+CjxwYXRoIGZpbGw9Im5vbmUiCiAg
ICAgIGQ9Ik0gMi43NSA3Ljc1CiAgICAgICAgIEwgMy43NSA3Ljc1CiAgICAgICAgIEwgMy43NSA3
LjgyIgovPgo8cGF0aCBmaWxsPSJub25lIgogICAgICBkPSJNIDMuNzUgNy43NQogICAgICAgICBM
IDQuNzUgNy43NQogICAgICAgICBMIDQuNzUgNy44MiIKLz4KPHBhdGggZmlsbD0ibm9uZSIKICAg
ICAgZD0iTSA0Ljc1IDcuNzUKICAgICAgICAgTCA1Ljc1IDcuNzUKICAgICAgICAgTCA1Ljc1IDcu
ODIiCi8+CjxwYXRoIGZpbGw9Im5vbmUiCiAgICAgIGQ9Ik0gNS43NSA3Ljc1CiAgICAgICAgIEwg
Ni43NSA3Ljc1CiAgICAgICAgIEwgNi43NSA3LjgyIgovPgo8cGF0aCBmaWxsPSJub25lIgogICAg
ICBkPSJNIDYuNzUgNy43NQogICAgICAgICBMIDcuNzUgNy43NQogICAgICAgICBMIDcuNzUgNy44
MiIKLz4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC42NSw3Ljg1KSByb3RhdGUoLTkwKSI+CiA8
dGV4dCBmb250LWZhbWlseT0ic2Fucy1zZXJpZiIgZm9udC1zaXplPSIwLjE2OCI+CiAtMC42MAog
PC90ZXh0Pgo8L2c+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNjUsNi44NSkgcm90YXRlKC05
MCkiPgogPHRleHQgZm9udC1mYW1pbHk9InNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMC4xNjgiPgog
LTAuNDAKIDwvdGV4dD4KPC9nPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjY1LDUuODUpIHJv
dGF0ZSgtOTApIj4KIDx0ZXh0IGZvbnQtZmFtaWx5PSJzYW5zLXNlcmlmIiBmb250LXNpemU9IjAu
MTY4Ij4KIC0wLjIwCiA8L3RleHQ+CjwvZz4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC42NSw0
Ljg1KSByb3RhdGUoLTkwKSI+CiA8dGV4dCBmb250LWZhbWlseT0ic2Fucy1zZXJpZiIgZm9udC1z
aXplPSIwLjE2OCI+CiAtMC4wMAogPC90ZXh0Pgo8L2c+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRl
KDAuNjUsMy44NSkgcm90YXRlKC05MCkiPgogPHRleHQgZm9udC1mYW1pbHk9InNhbnMtc2VyaWYi
IGZvbnQtc2l6ZT0iMC4xNjgiPgogMC4yMAogPC90ZXh0Pgo8L2c+CjxnIHRyYW5zZm9ybT0idHJh
bnNsYXRlKDAuNjUsMi44NSkgcm90YXRlKC05MCkiPgogPHRleHQgZm9udC1mYW1pbHk9InNhbnMt
c2VyaWYiIGZvbnQtc2l6ZT0iMC4xNjgiPgogMC40MAogPC90ZXh0Pgo8L2c+CjxnIHRyYW5zZm9y
bT0idHJhbnNsYXRlKDAuNjUsMS44NSkgcm90YXRlKC05MCkiPgogPHRleHQgZm9udC1mYW1pbHk9
InNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMC4xNjgiPgogMC42MAogPC90ZXh0Pgo8L2c+CjxnIHRy
YW5zZm9ybT0idHJhbnNsYXRlKDAuNjUsMC44NSkgcm90YXRlKC05MCkiPgogPHRleHQgZm9udC1m
YW1pbHk9InNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMC4xNjgiPgogMC44MAogPC90ZXh0Pgo8L2c+
CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSw0LjQyKSByb3RhdGUoLTkwKSI+CiA8dGV4dCBm
b250LWZhbWlseT0ic2Fucy1zZXJpZiIgZm9udC1zaXplPSIwLjIyNCI+CiB5LWF4aXMKIDwvdGV4
dD4KPC9nPgo8cGF0aCBmaWxsPSJub25lIgogICAgICBkPSJNIDAuNzUgNy43NQogICAgICAgICBM
IDAuNzUgNy43NQogICAgICAgICBMIDAuNjggNy43NSIKLz4KPHBhdGggZmlsbD0ibm9uZSIKICAg
ICAgZD0iTSAwLjc1IDcuNzUKICAgICAgICAgTCAwLjc1IDYuNzUKICAgICAgICAgTCAwLjY4IDYu
NzUiCi8+CjxwYXRoIGZpbGw9Im5vbmUiCiAgICAgIGQ9Ik0gMC43NSA2Ljc1CiAgICAgICAgIEwg
MC43NSA1Ljc1CiAgICAgICAgIEwgMC42OCA1Ljc1IgovPgo8cGF0aCBmaWxsPSJub25lIgogICAg
ICBkPSJNIDAuNzUgNS43NQogICAgICAgICBMIDAuNzUgNC43NQogICAgICAgICBMIDAuNjggNC43
NSIKLz4KPHBhdGggZmlsbD0ibm9uZSIKICAgICAgZD0iTSAwLjc1IDQuNzUKICAgICAgICAgTCAw
Ljc1IDMuNzUKICAgICAgICAgTCAwLjY4IDMuNzUiCi8+CjxwYXRoIGZpbGw9Im5vbmUiCiAgICAg
IGQ9Ik0gMC43NSAzLjc1CiAgICAgICAgIEwgMC43NSAyLjc1CiAgICAgICAgIEwgMC42OCAyLjc1
IgovPgo8cGF0aCBmaWxsPSJub25lIgogICAgICBkPSJNIDAuNzUgMi43NQogICAgICAgICBMIDAu
NzUgMS43NQogICAgICAgICBMIDAuNjggMS43NSIKLz4KPHBhdGggZmlsbD0ibm9uZSIKICAgICAg
ZD0iTSAwLjc1IDEuNzUKICAgICAgICAgTCAwLjc1IDAuNzUKICAgICAgICAgTCAwLjY4IDAuNzUi
Ci8+CjxwYXRoIGZpbGw9Im5vbmUiCiAgICAgIGQ9Ik0gMC43NSA0Ljc1CiAgICAgICAgIEwgMC44
IDQuMTQ4CiAgICAgICAgIEwgMC44NSAzLjYwMgogICAgICAgICBMIDAuOSAzLjExOAogICAgICAg
ICBMIDAuOTUgMi42OTcKICAgICAgICAgTCAxIDIuMzQ0CiAgICAgICAgIEwgMS4wNSAyLjA1OAog
ICAgICAgICBMIDEuMSAxLjgzOAogICAgICAgICBMIDEuMTUgMS42ODQKICAgICAgICAgTCAxLjIg
MS41OTQKICAgICAgICAgTCAxLjI1IDEuNTYyCiAgICAgICAgIEwgMS4zIDEuNTg3CiAgICAgICAg
IEwgMS4zNSAxLjY2MgogICAgICAgICBMIDEuNCAxLjc4MwogICAgICAgICBMIDEuNDUgMS45NDUK
ICAgICAgICAgTCAxLjUgMi4xNAogICAgICAgICBMIDEuNTUgMi4zNjQKICAgICAgICAgTCAxLjYg
Mi42MTEKICAgICAgICAgTCAxLjY1IDIuODc1CiAgICAgICAgIEwgMS43IDMuMTQ5CiAgICAgICAg
IEwgMS43NSAzLjQyOQogICAgICAgICBMIDEuOCAzLjcxCiAgICAgICAgIEwgMS44NSAzLjk4Nwog
ICAgICAgICBMIDEuOSA0LjI1NAogICAgICAgICBMIDEuOTUgNC41MQogICAgICAgICBMIDIgNC43
NQogICAgICAgICBMIDIuMDUgNC45NzEKICAgICAgICAgTCAyLjEgNS4xNzIKICAgICAgICAgTCAy
LjE1IDUuMzUxCiAgICAgICAgIEwgMi4yIDUuNTA1CiAgICAgICAgIEwgMi4yNSA1LjYzNQogICAg
ICAgICBMIDIuMyA1Ljc0CiAgICAgICAgIEwgMi4zNSA1LjgyMQogICAgICAgICBMIDIuNCA1Ljg3
OAogICAgICAgICBMIDIuNDUgNS45MTEKICAgICAgICAgTCAyLjUgNS45MjMKICAgICAgICAgTCAy
LjU1IDUuOTE0CiAgICAgICAgIEwgMi42IDUuODg2CiAgICAgICAgIEwgMi42NSA1Ljg0MQogICAg
ICAgICBMIDIuNyA1Ljc4MgogICAgICAgICBMIDIuNzUgNS43MQogICAgICAgICBMIDIuOCA1LjYy
OAogICAgICAgICBMIDIuODUgNS41MzcKICAgICAgICAgTCAyLjkgNS40NAogICAgICAgICBMIDIu
OTUgNS4zMzkKICAgICAgICAgTCAzIDUuMjM2CiAgICAgICAgIEwgMy4wNSA1LjEzMwogICAgICAg
ICBMIDMuMSA1LjAzMQogICAgICAgICBMIDMuMTUgNC45MzIKICAgICAgICAgTCAzLjIgNC44MzgK
ICAgICAgICAgTCAzLjI1IDQuNzUKICAgICAgICAgTCAzLjMgNC42NjkKICAgICAgICAgTCAzLjM1
IDQuNTk1CiAgICAgICAgIEwgMy40IDQuNTI5CiAgICAgICAgIEwgMy40NSA0LjQ3MgogICAgICAg
ICBMIDMuNSA0LjQyNAogICAgICAgICBMIDMuNTUgNC4zODYKICAgICAgICAgTCAzLjYgNC4zNTYK
ICAgICAgICAgTCAzLjY1IDQuMzM1CiAgICAgICAgIEwgMy43IDQuMzIzCiAgICAgICAgIEwgMy43
NSA0LjMxOQogICAgICAgICBMIDMuOCA0LjMyMgogICAgICAgICBMIDMuODUgNC4zMzIKICAgICAg
ICAgTCAzLjkgNC4zNDgKICAgICAgICAgTCAzLjk1IDQuMzcKICAgICAgICAgTCA0IDQuMzk3CiAg
ICAgICAgIEwgNC4wNSA0LjQyNwogICAgICAgICBMIDQuMSA0LjQ2MQogICAgICAgICBMIDQuMTUg
NC40OTYKICAgICAgICAgTCA0LjIgNC41MzMKICAgICAgICAgTCA0LjI1IDQuNTcxCiAgICAgICAg
IEwgNC4zIDQuNjA5CiAgICAgICAgIEwgNC4zNSA0LjY0NwogICAgICAgICBMIDQuNCA0LjY4Mwog
ICAgICAgICBMIDQuNDUgNC43MTgKICAgICAgICAgTCA0LjUgNC43NQogICAgICAgICBMIDQuNTUg
NC43OAogICAgICAgICBMIDQuNiA0LjgwNwogICAgICAgICBMIDQuNjUgNC44MzEKICAgICAgICAg
TCA0LjcgNC44NTIKICAgICAgICAgTCA0Ljc1IDQuODcKICAgICAgICAgTCA0LjggNC44ODQKICAg
ICAgICAgTCA0Ljg1IDQuODk1CiAgICAgICAgIEwgNC45IDQuOTAzCiAgICAgICAgIEwgNC45NSA0
LjkwNwogICAgICAgICBMIDUgNC45MDkKICAgICAgICAgTCA1LjA1IDQuOTA3CiAgICAgICAgIEwg
NS4xIDQuOTA0CiAgICAgICAgIEwgNS4xNSA0Ljg5OAogICAgICAgICBMIDUuMiA0Ljg5CiAgICAg
ICAgIEwgNS4yNSA0Ljg4CiAgICAgICAgIEwgNS4zIDQuODY5CiAgICAgICAgIEwgNS4zNSA0Ljg1
NgogICAgICAgICBMIDUuNCA0Ljg0MwogICAgICAgICBMIDUuNDUgNC44MwogICAgICAgICBMIDUu
NSA0LjgxNgogICAgICAgICBMIDUuNTUgNC44MDIKICAgICAgICAgTCA1LjYgNC43ODgKICAgICAg
ICAgTCA1LjY1IDQuNzc1CiAgICAgICAgIEwgNS43IDQuNzYyCiAgICAgICAgIEwgNS43NSA0Ljc1
CiAgICAgICAgIEwgNS44IDQuNzM5CiAgICAgICAgIEwgNS44NSA0LjcyOQogICAgICAgICBMIDUu
OSA0LjcyCiAgICAgICAgIEwgNS45NSA0LjcxMgogICAgICAgICBMIDYgNC43MDYKICAgICAgICAg
TCA2LjA1IDQuNzAxCiAgICAgICAgIEwgNi4xIDQuNjk3CiAgICAgICAgIEwgNi4xNSA0LjY5NAog
ICAgICAgICBMIDYuMiA0LjY5MgogICAgICAgICBMIDYuMjUgNC42OTIKICAgICAgICAgTCA2LjMg
NC42OTIKICAgICAgICAgTCA2LjM1IDQuNjkzCiAgICAgICAgIEwgNi40IDQuNjk2CiAgICAgICAg
IEwgNi40NSA0LjY5OQogICAgICAgICBMIDYuNSA0LjcwMgogICAgICAgICBMIDYuNTUgNC43MDYK
ICAgICAgICAgTCA2LjYgNC43MTEKICAgICAgICAgTCA2LjY1IDQuNzE2CiAgICAgICAgIEwgNi43
IDQuNzIxCiAgICAgICAgIEwgNi43NSA0LjcyNgogICAgICAgICBMIDYuOCA0LjczMQogICAgICAg
ICBMIDYuODUgNC43MzYKICAgICAgICAgTCA2LjkgNC43NDEKICAgICAgICAgTCA2Ljk1IDQuNzQ2
CiAgICAgICAgIEwgNyA0Ljc1CiAgICAgICAgIEwgNy4wNSA0Ljc1NAogICAgICAgICBMIDcuMSA0
Ljc1OAogICAgICAgICBMIDcuMTUgNC43NjEKICAgICAgICAgTCA3LjIgNC43NjQKICAgICAgICAg
TCA3LjI1IDQuNzY2CiAgICAgICAgIEwgNy4zIDQuNzY4CiAgICAgICAgIEwgNy4zNSA0Ljc3CiAg
ICAgICAgIEwgNy40IDQuNzcxCiAgICAgICAgIEwgNy40NSA0Ljc3MQogICAgICAgICBMIDcuNSA0
Ljc3MQogICAgICAgICBMIDcuNTUgNC43NzEKICAgICAgICAgTCA3LjYgNC43NzEKICAgICAgICAg
TCA3LjY1IDQuNzcKICAgICAgICAgTCA3LjcgNC43NjkKICAgICAgICAgTCA3Ljc1IDQuNzY4CiAg
ICAgICAgIEwgNy44IDQuNzY2CiAgICAgICAgIEwgNy44NSA0Ljc2NAogICAgICAgICBMIDcuOSA0
Ljc2MwogICAgICAgICBMIDcuOTUgNC43NjEKICAgICAgICAgTCA4IDQuNzU5CiAgICAgICAgIEwg
OC4wNSA0Ljc1NwogICAgICAgICBMIDguMSA0Ljc1NQogICAgICAgICBMIDguMTUgNC43NTMKICAg
ICAgICAgTCA4LjIgNC43NTIKICAgICAgICAgTCA4LjI1IDQuNzUiCi8+CjwvZz4KPGcgc3Ryb2tl
PSJibHVlIiBmaWxsPSJibHVlIj4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4yNSwyLjc1KSI+
CiA8dGV4dCBmb250LWZhbWlseT0ic2Fucy1zZXJpZiIgZm9udC1zaXplPSIwLjMyIj4KIEZ1bmN0
aW9uYWwgUGxvdCBvZgogPC90ZXh0Pgo8L2c+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuMjUs
My4yNSkiPgogPHRleHQgZm9udC1mYW1pbHk9InNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMC4zMiI+
CiB5ID0gKGUqKi14KSAqIFNJTihQSSp4KQogPC90ZXh0Pgo8L2c+CjwvZz4KPC9nPgo8L3N2Zz4K
</data>

          </attachment>
      

    </bug>

</bugzilla>