Postby prkos » Wed Aug 06, 2008 12:08 pm
The circle is intact actually, it doesn't become a different path after the clipping. When an object is clipped it always carries its clipping path, you can unclip it and get your circle back.
When you move a clipped object, you're also moving the clipping the path together with it, as if they are one object.
If you really want to cut your circle to a new shape "forever" you should use boolean operations - those under Path menu (Division, Cut).
There is a trick to "lock" the clipping path so that you can move the clipped object, but not the clipping path, I guess this might be what you're asking about. Group the object you want to clip, even if it's just one object. Then clip that group. The visual result is the same, but this way you can Ctrl + click on the group to enter it, and then you can move the object within the group without moving the clipping path.