<?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>90698</bug_id>
          
          <creation_ts>2012-07-06 12:05:54 -0700</creation_ts>
          <short_desc>[chromium] Radial gradients are drawn incorrectly on divs without borders</short_desc>
          <delta_ts>2012-07-26 07:40:13 -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>WebKit Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>91454</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>vollick</reporter>
          <assigned_to>vollick</assigned_to>
          <cc>enne</cc>
    
    <cc>rbyers</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>664218</commentid>
    <comment_count>0</comment_count>
    <who name="">vollick</who>
    <bug_when>2012-07-06 12:05:54 -0700</bug_when>
    <thetext>Try the following example. The gradient should be centered in the div, but it&apos;s centered on the lower right corner. However, when you hover over the div, a border gets added and the gradient jumps to the correct spot. It appears that an extra scale is getting applied at some point.


&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Strict//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;
&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;Poster Circle&lt;/title&gt;
    &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
    &lt;style type=&quot;text/css&quot;&gt;
      div:hover {
        border-style: solid;
        border-width: 1px;
        border-color: #AA8888;
      }
      div {
        background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 60, from(#444444), to(#CCCCCC));
        height: 200px;
        width: 200px;
      }
    &lt;/style&gt;
  &lt;/head&gt;
  &lt;body&gt;
     &lt;div&gt;&lt;/div&gt;
  &lt;/body&gt;
&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>679316</commentid>
    <comment_count>1</comment_count>
    <who name="Rick Byers">rbyers</who>
    <bug_when>2012-07-26 07:40:13 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 91454 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>