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:
Any solution on this issue? Tnx in advance.
|
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!
|
Rank: Newbie Groups: Member
Joined: 4/12/2013 Posts: 4
|
Tnx and keep me posted on any outcome of your investigation.
|