Questions tagged [image-clipping]

63 questions
0
votes
2 answers

is it possible to achieve an image clipping/masking effect with html + css3?

I'm trying to place a nice border around an image that's 250x250, using only html and css. The markup is this:
And the css is: #img-container { height: 225px; width: 225px; …
sa125
  • 28,121
  • 38
  • 111
  • 153
0
votes
1 answer

How to save rounded corner Image using todataUrl?

I need to save images drawn (from base64 encoding) into a rounded corner canvas. The canvas is defined using: The image appears as expected…
Alex
  • 1,581
  • 1
  • 11
  • 27
0
votes
3 answers

Android layout clipping

I am trying to make a layout as described below. I don't understand how to exactly implement the layout. The layout and the above hexagon will have some text that i need to change dynamically from code. I have tried a similar way mentioned here But…
Adolf Dsilva
  • 13,092
  • 8
  • 34
  • 45
1 2 3 4
5