<?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>37241</bug_id>
          
          <creation_ts>2010-04-07 17:33:11 -0700</creation_ts>
          <short_desc>Avoid painting areas of the background (incl. tiling) which are obscured by solid borders</short_desc>
          <delta_ts>2014-12-22 14:58:24 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Simon Fraser (smfr)">simon.fraser</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>mdelaney7</cc>
    
    <cc>mitz</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>zalan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>209934</commentid>
    <comment_count>0</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2010-04-07 17:33:11 -0700</bug_when>
    <thetext>In some cases we can fall into image tiling code when drawing backgrounds when we could have avoided this by being smarter about the fact that parts of the background may be obscured by solid borders.

E.g.:

    .checkerboard {
        background: transparent url(&quot;checker.png&quot;);
        -webkit-background-size: 100% 100%;
        width: 576px;
        height: 576px;
        border: 20px solid rgba(1, 1, 1, 0.5);
        -webkit-transform: translateZ(0);
    }

where checker.png is a 576x576 image.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>552902</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2012-02-08 23:47:51 -0800</bug_when>
    <thetext>*** Bug 78162 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>552903</commentid>
    <comment_count>2</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2012-02-08 23:48:17 -0800</bug_when>
    <thetext>&lt;rdar://problem/10832889&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>