Welcome Guest Search | Active Topics | Sign In | Register

CSS support for border-radius in EO.PDF Options
AdriaanseB
Posted: Friday, April 12, 2013 6:11:35 AM
Rank: Newbie
Groups: Member

Joined: 4/12/2013
Posts: 4
Hi,

I have an other issue with CSS and EO.PDF. When I use border-radius (on a border with a width) for styling a div the inner part of the border is not round (more square then round).

My CSS:
Code: CSS
.circle
    {
        width: 250px;
        height: 250px;
        border: 20px solid #636466;
        border-radius: 50%;
        background-color: #ffffff;
        margin: auto;
        position: absolute;
    }


html:
Code: HTML/ASPX
<div class="circle" />


Any solution on this issue?

Tnx in advance.
eo_support
Posted: Friday, April 12, 2013 9:29:34 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

This looks like a bug. However round corner CSS is not designed to create circles. :) If you want to create circles, it will be better for you to use SVG. That should render perfectly. In the mean time we will investigate this and see what we can find.

Thanks!
AdriaanseB
Posted: Friday, April 12, 2013 9:39:22 AM
Rank: Newbie
Groups: Member

Joined: 4/12/2013
Posts: 4

Tnx and keep me posted on any outcome of your investigation.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.