Bug 132072 - weird borders when scaling an image with css
Summary: weird borders when scaling an image with css
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-23 13:25 PDT by thunderklump
Modified: 2014-04-23 13:25 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description thunderklump 2014-04-23 13:25:08 PDT
I am scaling two images(jpg) with the following css.

.social_img{
    height:20px;
}

In safari browsers (mac computer(Mavericks 10.9.2), ipad (iOS 7)) I get a thin black line bottom and right. There is nothing in the images. It works fine in chrome and firefox.

For an example see

http://labedzki.se/tests/black_line_test.html