Top "Shape" questions

Questions related to drawing or defining shapes.

Android shape background

Is it possible to draw a shape in xml, and use a png as the background to that shape? I …

android background shape
Finding Contours in OpenCV?

When you retrieve contours from an image, you should get 2 contours per blob - one inner and one outer. Consider …

c++ image image-processing opencv shape
Android Shape Line

I have the following code: <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="line"> &…

android shape
Creating a rectangle shape with only two rounded edges

I can create a shape that is a rectangle with all edges rounded. However, what I'm wanting is a rectangle …

android shape
Plotting points with color and shape based on data variables

I am trying to make a scatter plot with the colors of each point corresponding to one variable and the …

r variables colors plot shape
Create table / grid in a Wireframe Visio 2010 diagram

I'm loving the added Wireframe template and corresponding shapes in Visio 2010. One thing I can't seem to find though (not …

shape visio wireframe
Making all photos square via css

I'm trying to make a series of photos into square photos. They may be rectangular horizontally (i.e. 600x400) or …

image css shape
I need to change the stroke color to a user defined color. Nothing to do with the state

I need to change the stroke color from the app. The user is able to change the background color so …

android shape stroke
SVG to Android Shape

I'm wondering how vector drawing in Android with the Shape class may resemble another vector drawing standard. Since Shape is …

android svg vector-graphics shape
How to create ring shape drawable in android?

with this code I get just a border: <shape xmlns:android="http://schemas.android.com/apk/res/android" android:…

android shape