Circle div in CSS doesn't show in canvas properly

Djonatan

I'm using html2canvas 0.5.0 alpha1 and I added some circles to the div that I want to send to the canvas with this CSS: .circle {height: 20px; width: 20px; border-radius: 20px; position: absolute; top: -8px;}

http://www.awesomescreenshot.com/image/297705/8c3f811182dc5a909c9c1cbd270dabd2 looks like this on chrome/safari, the circle doesn't render well.

Works well on Firefox though. Anyone knows of a way to fix the circle appearance on the canvas ?

feeela

The border-radius must be the half of the width/height. So setting it to 10px – or even better 50% will render a smooth circle:

div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
}

http://jsfiddle.net/hmjqLz3p/

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Image control in wpf application doesn't show image properly

분류에서Dev

Android - Unable to show rescaled bitmap properly in a canvas

분류에서Dev

Clicking radio button doesn't show other div

분류에서Dev

CSS Auto-height Div doesn't position itself correctly

분류에서Dev

CSS Hover on a div to show another div not working

분류에서Dev

Vector doesn't create objects properly

분류에서Dev

Ubuntu Studio doesn't boot properly

분류에서Dev

drawImage() doesn't work properly javascript

분류에서Dev

php editing script doesn't work properly

분류에서Dev

Node js require doesn't work properly

분류에서Dev

Div height doesn't toggle

분류에서Dev

Always show a div at the bottom of body with css only

분류에서Dev

Why doesn't orleans doesn't show 'Hello World'?

분류에서Dev

Circle moving around the edge of the canvas

분류에서Dev

Drag and move a circle drawn on canvas

분류에서Dev

scroll doesn't work with css()?

분류에서Dev

JSP doesn't see CSS

분류에서Dev

Maps doesn't show the current location anymore

분류에서Dev

Program doesn't show expected output

분류에서Dev

QSystemTrayIcon doesn't always show up

분류에서Dev

SlickGrid doesn't show any data

분류에서Dev

Collectionview doesn't show anything during runtime

분류에서Dev

PHP Array doesn't show all items

분류에서Dev

TextView doesn't show full text

분류에서Dev

Adobe Edge Animation doesn't show on whmcs

분류에서Dev

Meteor - router doesn't show layoutTemplate

분류에서Dev

Navigationcontroller toolbar doesn't show UIBarButtonItem

분류에서Dev

GUI doesn't show the command at the frame

분류에서Dev

css div won't center