Top "Clipping" questions

Any procedure which identifies that portion of a picture which is either inside or outside a region is referred to as a clipping algorithm or clipping.

Subtract one circle from another in SVG

I'm trying to find a way to subtract one shape from another in SVG, creating a hole in the middle …

svg clipping
Auto clip and append dots in WPF label

How can I auto clip text and append dots on a label if the current text doesn't fits to its …

wpf label clipping
Drag a zoomed image within a div clipping mask using jQuery draggable?

I'm creating an interface to allow a user to zoom in on an image and drag the zoomed version around …

jquery html draggable clipping
Using a div as a clipping mask in css

I have a background image that has background-size:cover; applied to it and then a series of divs overlaid which …

html css overlay mask clipping
Use Bezier Path as Clipping Mask

I am wondering if it is possible to clip a view to a Bezier Path. What I mean is that …

ios objective-c animation clipping
Rounded rect on NSView that clips all containing subviews

I am creating a NSView subclass that has rounded corners. This view is meant to be a container and other …

cocoa nsview rounded-corners clipping nsbezierpath
SVG shadow cut off

The SVG I'm working with has a drop shadow via feGaussianBlur filter. The shadow itself is displayed properly, but gets …

svg shadow clipping svg-filters
SVG clipPath to clip the *outer* content out

Normally, the <clipPath> element hides everything that is outshide the clip path. To achieve the opposite effect - …

svg clipping masking
Clipping-planes in OpenGL ES 2.0

I need to clip a few hundred objects under a clipping plane in OpenGL ES 2.0 and would appreciate ideas from …

opengl-es glsl shader opengl-es-2.0 clipping
Best practice for OnPaint, Invalidate, Clipping and Regions

I have a User Control with completely custom drawn graphics of many objects which draw themselves (called from OnPaint), with …

c# clipping region invalidation onpaint