Top "Rounded-corners" questions

Name of a user interface design feature which replaces the 90 degree angle formed at the end points of two perpendicular lines.

Qt drawing a filled rounded rectangle with border

I want to draw a rectangle with rounded corners (border radius same for all 4 corners) with a specific color filling …

c++ qt rectangles rounded-corners qpainter
UIImage with rounded corners

I have read several posts already. And almost everyone suggest using QuartzCore/QuartzCore.h with layer.cornerRadius I have tried …

ios xcode uiimage rounded-corners
svg css rounded corner not working

I have an SVG file that I am applying CSS to. Most rules seem to work, but when I apply …

css html svg rounded-corners
How to make a div with rounded corners

How do you make a div so that it's border's corners are rounded? Thanks everyone!

html rounded-corners
Creating rounded corners in IE7 / IE8

I am creating a rounded corners tabs, that works fine in IE9, Mozilla and Chrome, but not in IE7/IE8. …

css internet-explorer internet-explorer-8 internet-explorer-7 rounded-corners
How to put rounded corners on a Chart.js Bar chart

I have created a bar chart in chart.js using the below code. However I want to give the bars …

javascript charts bar-chart rounded-corners chart.js
Android Launcher Icon Rounded Corner Edge Radii

Are there any official guidelines for how many pixels the edge radii should be when giving Android launcher icons rounded …

android rounded-corners dimensions android-launcher android-icons
WPF : Rounded-Corners Images

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Background="Black"&…

wpf xaml rounded-corners
How to set button selection color along with rounded corners in android?

I want to set a rounded corner for a button in android along with changing the button color on when …

android background-color rounded-corners android-button
Java Swing rounded border for Jtextfield

When I do : LineBorder lineBorder =new LineBorder(Color.white, 8, true); jTextField2.setBorder(lineBorder ); I get this result like: How can …

java swing jtextfield rounded-corners