Here is the site I\'m currently working on: http://willcrichton.net/ If you click on the arrows on each side of the hexagon in the middle, you can see that it transitions left and right using jQuery
I need开发者_开发问答 to display a text in 3D using vml/canvas/svg and do some transformation to the shape of the text like the effect of Ctrl+T in photoshop, even align a line of text to a curve. For
I\'m trying to apply a linear gradient to my ListView. This is the content of my drawable xml: <?xml versi开发者_如何学Pythonon=\"1.0\" encoding=\"utf-8\"?>
I have some kind of a shape consisting of vertical, horizontal and diagonal lines. I have starting X,Y and endi开发者_开发技巧ng X,Y (this is my input - just 2 points defining a line) of each line and
I am developing a small program which cuts images by the color. That\'s will be easiest to explain using this example image:
Can anyone tell me how to recognize geometric shape using C#? I have geometric shapes like triangle, hexagon, pentagon, diamond, square,parallelogr开发者_开发百科am, rectangle, etc.
I have a small library of a few shortest path search algorithms. They were developed for simple undirected graphs (the normal representation - vertices and edges). Now I\'d lik开发者_开发百科e to some
I have the following code: <shape xmlns:android=\"http://schemas.android.com/apk/res/android\" android:shape=\"line\">
I\'m practicing my swing abilities for the upcoming test, and fried gave me idea to draw biohazard sign like this :
I have task to write program allowing users to draw stars, which can differ in size and amount of arms. When I was dealing with basic stars I was doing it with GeneralPath and tables of points :