Tagged Questions
The clipping tag has no wiki summary.
7
votes
1answer
562 views
border-radius; overflow: hidden, and text is not clipped
I'm doing some stylistic text inside of rounded divs, where the text bumps right up against the top of the container. I've been able to control almost all content, nested divs, images set as ...
7
votes
1answer
3k views
Silverlight: Canvas overflows
I have created a Canvas, and within it I placed a StackPanel. The StackPanel is horizontal, and it accepts a list of thumbnailed images. The Canvas has a fixed size. When I put more thumbnails than ...
6
votes
2answers
117 views
Frustum plane calculus
I'm writing a simple JavaScript 3D engine from scratch using Canvas and box like primitives (à la Minecraft) for the hell of it. I'm implementing as much optimizations as I can and so far I have back ...
6
votes
2answers
170 views
Polygon Clipping: Only “viewable” area
In the image below you see in (1) a triangle and a circle. Given a dedicated point X in that triangle I want clip away everything that is not visible from this point. There's no problem with removing ...
6
votes
1answer
804 views
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 width in WPF?
e.g.
5
votes
3answers
961 views
Internet Explorer CSS property “filter” ignores overflow:visible
Apparently Internet Explorer (up to version 8 at least) ignores overflow:visible when applying filter (e.g. for opacity), causing anything outside the filtered element to be clipped as if ...
5
votes
6answers
3k views
How to make the Canvas clip its contents in Flex?
I draw a line on a Canvas object with the moveTo and lineTo graphics methods. If one end of the line lies outside the Canvas, the line spills out and is drawn over or under other elements in the ...
4
votes
1answer
681 views
Multiple Clipped Rects to Create Collage in Core Graphics
I am creating a collage combined with elements from other images. Here is some ASCII art to explain what I am doing:
Given images A, B and C,
AAA, BBB, CCC
AAA, BBB, CCC
AAA, BBB, CCC
I take part ...
4
votes
2answers
1k views
WPF Adorner Clipping
I have an ItemsControl in a ScrollViewer. The items in the ItemsControl are expanded to a DataTemplate which basically consists of an Adorner.
Now the problem is, when scrolling, the Visual Children ...
3
votes
2answers
138 views
Canvas - Fill a rectangle in all areas that are fully transparent
I'm writing a simple 2D game engine using the HTML5 canvas. I've come to adding a lighting engine. Each light source has a radius value and an intensity value (0-1, eg 1 would be very bright). There's ...
3
votes
3answers
146 views
Java: create clipping region that has a hole?
How do you define a clipping region (via Graphics2D.clip(Shape)) that has a hole in it?
for example: a Rectangle r1 minus another Rectangle r2 inside r1
I'm sure this has an easy answer, but I'm ...
3
votes
2answers
330 views
How to create stretching clipping rectangle in Silverlight
Since Silverlight doesn't have the comfy feature of 'ClipToBounds' properties on controls, I have to define clipping shapes by myself. I was wondering if I could create a clipping rectangle that's ...
3
votes
2answers
1k views
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 subviews will be added to it. I am trying to get the rounded corners of the NSView to clip all ...
3
votes
4answers
2k views
Background image cut off beyond viewport
Url for the unruly site: http://chrism.se
After we put it live we discovered that if the viewport is too small for the content, so as to require scrolling, the background image (body-tag, repeat-x) ...
3
votes
2answers
407 views
Android text clipping problem with EditView inside a TableLayout
I've got a small clipping problem that I haven't been able to solve using an EditText view in a TableRow. Whatever I try, the EditText view is either clipped (attached screenshot), or, if I set ...
3
votes
2answers
2k views
IE 8 absolute positioned element outside its parent clipping problem
I have an absolute positioned div inside another absolute positioned div. The child div content is much bigger than the parent can contain. This is by design. I need the child div to spill out of its ...
3
votes
2answers
1k views
UIButton.titleLabel clipping text problem
Hope I can get some help with a rather obscure problem with UILabel. I keep getting problems with clipping of characters. The font in the image at the link below is baskerville-bolditalic. The yellow ...
3
votes
4answers
680 views
Library for polygon operations
I've recently encountered a need for a library or set of libraries to handle operations on 2D polygons. I need to be able to perform boolean/clipping operations (difference and union) and ...
2
votes
1answer
55 views
Animating clipping area in <canvas> element
I've used stackoverflow.com as a source of inspiration and problem-solving for many months now. I've just never run into a problem without a solution so far, which is the reason why I'd first like to ...
2
votes
2answers
56 views
How do image and text clipping tools on the browser work? (Evernote, clipboard, snip.it etc)
Background: I am a beginner javascript developer who is trying to understand and learn the language better.
There are many websites that allow you to "clip" images and text from webpages for saving. ...
2
votes
1answer
128 views
How to invert clipping geometry in Silverlight/WPF?
The UIElement.Clip property takes a Geometry object and uses it to clip away the outside of the UIElement. I would like to do the geometric inverse and punch a hole into the element instead.
Anyone ...
2
votes
3answers
96 views
table inside a div - contents of td causes horizontal overflow. how can i constrain the width?
http://jsfiddle.net/HeMKY/8/
HTML
<div id="wrapper">
<table>
<tr>
<td class="left">left</td>
<td ...
2
votes
1answer
365 views
Is it possible to clip/mask a div using html5 and canvas?
I have a photo gallery that uses images "cut off" at an odd angle but the cut-out needs to be transparent in order to see the background. I had been able to get it to work using alpha masks but there ...
2
votes
2answers
184 views
How to get the rid of the z-fighting problem in OpenGL?
I'm writing a flight simulator and got stuck with the classic problem of this genre: the near plane of the viewing frustum must be close enough to make aircraft cockpit visible, the far plane has to ...
2
votes
1answer
132 views
Android Overlay a portion of bitmap on top of another using a clipping path (or any other method)
Android 2.1 or greater
Suppose I have two images that are the same size, one is a donut shape with transparency in the middle and outside the donut.
The other is a square image that is the same ...
2
votes
2answers
328 views
Zbuffer rules for gl_Position
Here are my settings for opengl, incase they matter:
glViewport(0,0,w,h); //w=800, h=600
glShadeModel(GL_SMOOTH);
glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
glClearDepth(1.0f);
glEnable(GL_DEPTH_TEST);
...
2
votes
2answers
397 views
Chrome - children clip css3 rounded border?
Please see the following JSFiddle:
http://jsfiddle.net/zScKW/
Notice that the child div clips the border of its parent. If I remove the border (but keep the rounded corners), the item clips as we ...
2
votes
1answer
180 views
C++: Optimizing a simple image clipping operation… too many if() statements
The code I have here is preliminary. I am focusing on the clipping procedures. There seems to be a lot of if() statements, and I'm hoping someone will have a clever way of optimizing this at least a ...
2
votes
1answer
551 views
WPF clipping even when no clipping is desired - how to turn it off?
I need to float out some content out of the ListBox as specified in a DataTemplate for an ListBox.ItemTemplate. I am using RenderTransform but the content gets clipped on ListBox boundaries. ...
2
votes
2answers
158 views
Algorithm for finding a rectangle constrained to its parent
Basically what I want to do is illustrated here:
I start with A and B, then B is conformed to A to create C.
The idea is, given TLBR rectangles A, B, make C
I also need to know if it produces an ...
2
votes
2answers
300 views
How best to programmatically tell whether a TLabel's Caption is clipped (i.e. drawn using ellipsis)?
I have a TLabel with EllipsisPosition set to epEndEllipsis and I need to be able to tell whether the text is currently clipped or not. Besides calculating the area required to display the text myself ...
2
votes
2answers
654 views
How to clip rendering to be within a rounded border?
I'm trying to create a border with rounded corners and a highlight on its top half. I'm using an ellipse with a radial gradient, overlapping the top half of the border, to give the highlight, but I ...
2
votes
2answers
100 views
How do I ensure my android app will look the same on all android phones?
Is there a truefire way to make sure my app will display the same on my Motorola Droid 2 as it will on other Androids?
I use nothing more than basic Linear Layouts, Image Views, Buttons etc - is ...
2
votes
1answer
156 views
How is the clipping rectangle for a JComponent calculated?
I'm creating a slider bar, which will be a subclass of JSlider, as part of a logging gui. What I'd like to do is be able to draw some items above the slider bar (e.g. a "volume" display, indicating ...
2
votes
1answer
975 views
Silverlight 4 Border Clipping
Is it possible in Silverlight 4 to create a border with rounded corners that clips any of it child UI Element? So far I have attempted to do so by setting a button as a child element of a border ...
2
votes
3answers
530 views
How should I wrap a custom NSView in an NSScrollView?
Cocoa's NSScrollView is horribly under-explained. I hope someone here knows what it's all about and can spare me a few seconds.
So I have a custom NSView. I implement -drawRect: for it to draw ...
2
votes
2answers
984 views
Adding a subview larger than cellHeight to a UITableViewCell?
I'm trying to add a subview to a UITableViewCell and the design that I'm working from demands that this particular subview (an image) needs to be larger than the actual UITableViewCell and thus partly ...
2
votes
1answer
382 views
Displaying a rotated string - DataGridView.RowPostPaint
I want to display a lengthy rotated string in the background of one of my rows in a DataGridView. However, this:
private void dataGridView1_RowPostPaint(object sender, ...
2
votes
1answer
1k views
Can you have multiple clipping regions in an HTML Canvas?
I have code that loads a bunch of images into hidden img elements and then a Javascript loop which places each image onto the canvas. However, I want to clip each image so that it is a circle when ...
2
votes
1answer
1k views
RectangleGeometry with relative dimensions… how?
I'm trying to replicate the nowadays so fashionable "reflex" effect on a controltemplate for buttons I'm creating.
The basic idea is to create a rectangle with a gradient fill from white to ...
2
votes
2answers
813 views
Rotate Bitmap (Rectangle) While Maintining Area
How can I rotate an Bitmap a given number of degrees while maintaining the area of the original bitmap. ie, what I rotate a bitmap of Width:100,Height:200, my end result will be a bigger image but the ...
2
votes
2answers
206 views
Streaming Flash Video Problem - Clipping
I have a simple flash video player that streams the video from a streaming media server. The stream plays fine and I have no problems with playing the video and doing simple functions. However, my ...
2
votes
2answers
4k views
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 within a clipping mask div.
I have a div 200px by 200px that I set overflow: hidden on. Then I ...
2
votes
1answer
164 views
Where Can I Find Current Adobe Image Format Specifications? “Clipping Paths”
This is in regards to Adobe's Image Resource Blocks(IRB), that they store in TIFF, PSD, JPEG Formats. It's also called "8BIM", This standard was released with Adobe's Photoshop 3 (November 1994).
IRB ...
2
votes
3answers
456 views
Multiple view frustum clipping
The function gluPerspective() can be used to set near Z and far Z clipping planes.
I want to draw a scene clipped at a certain far Z plane,
and draw another scene beyond this Z plane.
Is it possible ...
1
vote
0answers
32 views
Facebook Like and Send plugin flyout clipping
I am implementing a facebook application that shown as a tab in a fan page.
The application has a product details page that has like, send and comments plugins.
The problem is when clicking on the ...
1
vote
1answer
62 views
WPF 3D transparent textures - clipping?
http://www.youtube.com/watch?v=gZNdfVwkttM - you can see all of the problem described on this video if you can't see pictures.
All of walls in all images below have a semitransparent PNG texture. ...
1
vote
1answer
57 views
Android: Tablerow multiline textview clipping vertically
I am dynamically adding rows with two columns to a table. One of the columns holds text that will spread across multiple lines. I've added the weight on the layout parameters for the textview so it no ...
1
vote
3answers
110 views
ContextMenu clipped in some case
I am currently making a context menu which open from left button click instead of right button click and to do that I inhibit the right click by handling the ContextMenuOpening event like this
...
1
vote
2answers
58 views
Using a patternimage for a View inside an NSScrollView
I have a quite big problem, I am really not able to solve myself.
The result should look like this:
This image was made with photoshop and is part of the interface I try to build.
In the middle ...