<?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>128071</bug_id>
          
          <creation_ts>2014-02-02 09:36:13 -0800</creation_ts>
          <short_desc>Subpixel rendering: Floor thickness and length after switching from int to float.</short_desc>
          <delta_ts>2014-02-02 11:01:04 -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>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <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 name="alan">zalan</reporter>
          <assigned_to name="alan">zalan</assigned_to>
          <cc>darin</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>974779</commentid>
    <comment_count>0</comment_count>
    <who name="alan">zalan</who>
    <bug_when>2014-02-02 09:36:13 -0800</bug_when>
    <thetext>This is a temporary solution to fix the assertion on empty line drawing until after bug 128009 is landed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>974780</commentid>
    <comment_count>1</comment_count>
    <who name="alan">zalan</who>
    <bug_when>2014-02-02 09:40:02 -0800</bug_when>
    <thetext>Committed r163264: &lt;http://trac.webkit.org/changeset/163264&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>974790</commentid>
    <comment_count>2</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2014-02-02 10:57:13 -0800</bug_when>
    <thetext>On a float it should be floorf. Calling floor will convert to a double, then floor, and then convert back to a float.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>974792</commentid>
    <comment_count>3</comment_count>
    <who name="alan">zalan</who>
    <bug_when>2014-02-02 11:01:04 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; On a float it should be floorf. Calling floor will convert to a double, then floor, and then convert back to a float.
hmm, how did I miss that! Thanks. I am planning to land the proper fix for this later today.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>