One great operation for CSS Sculptor would be the ability of selecting rounded quadrants,and be able to assign them to specific divs, cause now we have to edit the css code manually,
and for example we need to write code like this one below for a rounded div:
<div class="bl"><div class="br"><div class="tl"><div class="tr">
Lorem ipsum dolor sit amet consectetur adipisicing elit
</div></div></div></div>
<div class="clear"> </div>
.bl {background: url(bl.gif) 0 100% no-repeat #e68200; width: 20em}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}
Consider this for a future update , cause this will save us huge ammounts of time.