0
votes
1answer
42 views

How to Draw a Circle with Centered Fadeing Out Gradients with HTML5 Canvas?

How can I draw a circle with fadeing out gradients? I mean something like this: http://i.imgur.com/ZJBKe6z.png , getting darker and darker...
0
votes
1answer
26 views

onTouch() can't draw canvas

onDraw(Canvas canvas) works automatically. In this view onTouch() method listens for touching the screen. I need to redraw the rectangle when I click on the screen but it isn't drawing the rectangle ...
2
votes
2answers
133 views

Android drawing rectangle timer with animation

I'm trying to have an animation drawing stroke rectangle: Any kickstart for this issue will be helpful. Using Views,Canvas anything. Thanks
0
votes
0answers
67 views

Draw video on canvas for live wallpaper

I am new to android, and I am trying to create a live wallpaper. I have installed the samples on Eclipse and I am trying to understand how live wallpapers work (using the Cube sample). What I want to ...
2
votes
1answer
107 views

Android canvas drawing in incorrect order… Why/how to fix it?

So, basically, if a bitmap exists, draw it first, stretched accross whole view/canvas. Then draw some text and a rectangle over top of that after, and it should work great. Right? I was under the ...
1
vote
2answers
157 views

Animate a Canvas circle to draw on load

OK Hello. I've decided to start using HTML canvas for a small project I have. There's no real start yet. I'm just learning the basics of Canvas and I want to Animate a circle <!DOCTYPE html> ...
0
votes
1answer
64 views

Android : AdMob on canvas

I have one class where i set all Bitmaps and so on , and call class where i define Canvas adn all draw methods. thats like i draw all items , When i add AdMob i just call method to draw it from main ...
0
votes
2answers
65 views

Draw technology for browser [closed]

I want to build a web application where the user can draw lines, circles, rectangles and so on. I'm looking for the right technology to do this. I have some experiences with canvas and svg. What do ...
0
votes
1answer
27 views

filltext without coordinates

so i have made a circle in the canvas, and i'm trying to have a line of text in it. the problem is, the filltext code line generates the text at a particular given coordinate, but i dont want that. ...
0
votes
1answer
36 views

How to keep some part of the Canvas NOT Touchable

All i need to do is to create a canvas with some non-touchable Section. I tried with an overlay (Relative layout) over the canvas at desired place. But Canvas is still touchable. I have no clue why ...
0
votes
1answer
222 views

How to erase line dawn on a canvas

I am using a Canvas class to draw lines on the canvas. Now i want to erase line drawn in the canvas in the similar way as we do in our notebook using eraser. I go through several example but nothing ...
0
votes
1answer
326 views

canvas draw path android

I am a new beginner in android and I want to make a simple program that detect touch coordinates and draw a circle and path of touch, I make a simple program that draw a circle around the touch and ...
1
vote
3answers
274 views

How to outline a TextView?

What I want to do? (blue will be change as white) What I did? I found a class which extends TextView that able to outline textview very close to what I want. The problem is that I could not change ...
0
votes
1answer
362 views

ontouch in android: getting X and Y coordinates and drawing circle on that point

in my application on ontouch of screen i'm getting the coordinates(x.y), after that on that position i'm drawing a circle.but when i'm drawing a circle on that position.it always draw a circle on ...
0
votes
1answer
147 views

Javafx: drawing on ImageView with the mouse

Any way for drawing with the mouse on a ImageView..i don't know, using a canvas for example? Thanks
-1
votes
3answers
111 views

Draw square with rounded corners

I am able to draw a rect with sharp edges, now I need to make the sharp edges to rounded. How to do that? This is my code: public void drawShape(Canvas canvas, Renderer renderer, float x, float y, ...
2
votes
2answers
299 views

How to draw line over an ImageView without having to reload it

I'm trying to draw a line over an ImageView but whenever I try it using Canvas, I have to reload the Bitmap, which is not my intention. Is there a way to simply draw a line on an uploaded ImageView ...
1
vote
2answers
112 views

How can i change the color of a picture that I got on canvas

I have a canvas, with a background picture, on which i ma able to write, draw lines, and put smaller pictures, to rotate, scale, etc. I need to change the color of one of those bitmaps. I have a color ...
1
vote
1answer
99 views

How to draw line on my own uploaded map in android [duplicate]

Possible Duplicate: How to draw lines over ImageView on Android? I'm trying to find out how to draw lines (which will be paths of an map) on a uploaded ImageView. What i'm trying to do is ...
1
vote
1answer
209 views

Draw on a canvas with Bitmap as Background

I am trying to draw on a picture i have taken. Drawing works without the picture drawn but if i draw the bitmap i only see the bitmap but n drawing comes up. I tried a lot but nothing seems to help. ...
0
votes
2answers
223 views

Android draw TextView from CustomView

I have a customview looking like this: public class CustomView extends View { protected Context c; protected String text; ... // and some more useful member variables... public ...
0
votes
0answers
250 views

Draw Grid Html 5 Canvas

I'm trying to draw in html5 with canvas, I need to draw a grid. I pass two parameters X and Y. This example does arme manually: http://jsbin.com/ifohor/4/edit The idea is to make it dynamic: ...
0
votes
1answer
67 views

I cannot draw the image in chrome correctly

Here simple code1 which work fine Demo jsFiddle ,I want the same result in code2 Here the code2 Demo jsfiddle which have two problems. The scale is not correct to 1400x700 pix I can only successes ...
0
votes
1answer
64 views

draw multiple multiline textviews on canvas?

I'm working at an Android project where I want to draw three different user-inputs onto a canvas of a given width. The three inputs shall have a customizable layout / different printing. Think of ...
-2
votes
1answer
292 views

draw heart shape android canvas [closed]

hi i want to draw heart shape i know how to use drawCircle() and some other canvas classes but how to draw heart shape i have an equation which create heart shape polar r = ...
0
votes
1answer
190 views

HTML5 canvas path drawing issue

I noticed a weird issue while tried to draw a line with canvas. I have a simple script which save the point when you click first (this will be the start point for path) and when you click again and ...
0
votes
1answer
148 views

canvas draw TextView rotation, placement

I have this code: public class ZeichenView extends ImageView implements OnTouchListener{ @TargetApi(11) public final Bitmap getScreenCopy() { measure(getWidth(), getHeight()); layout(0, 0, ...
0
votes
2answers
500 views

Android Drawing bitmap and button on canvas by X Y Positions

i'm new into android and i have some problems with my app. Any help will be appreciated :) I have drawing bitmap on canvas by xpositon and ypostion by sensors (when i'm moving my phone, bitmaps are ...
-1
votes
1answer
139 views

Set video as canvas background in paint activity

I need to put a video as the background of my canvas. And when I pause it, to be able to paint on that frame. Is this possible? I was thinking first of playing a video, and attaching a pause and ...
1
vote
3answers
184 views

Draw a text middle of an image android

I have to place marker on map view and write a number on marker. I have done that, but text alignment varies in different resolution. bellow is the reference code float xVal = (float) ...
0
votes
0answers
160 views

Call drawRect without clear previous context

I am trying to solve a problem referred in this post: Using setNeedsDisplayInRect still erases the underlying content. And @Rob Napier claims that it is not canvas model like HTML5 and we can achieve ...
0
votes
1answer
233 views

Make a UIView Canvas which can be used to draw lines with finger

I am trying to write a UIView which works like a canvas that we can use a finger to draw on it. I implement a CanvasView, when a finger moves, it first draw the image which already exists and then it ...
1
vote
0answers
185 views

Canvas, negative coordinates: Is it bad to draw paths that start off canvas, and continue on?

I only want to show a portion of a shape drawn on a canvas. My line is essentially this, and it works fine: ctx.fillRect( xPosition, rectHeight - offsetV , rectWidth, rectHeight); The second ...
0
votes
1answer
428 views

Eraser with PorterDuff.Mode.CLEAR not working in canvas

I need to implement an eraser for an paint application, that has a canvas: Canvas canvas = new Canvas(bitmap); Where bitmap is a mutable Bitmap. I write on the canvas with the following Paint: ...
0
votes
1answer
71 views

send dot clicks to server using html5

I am trying to echo user input. Idea is user clicks the dots to draw a shape and then clicks submit. I receive the 'dots' he clicked, and then I reply back the dot numbers. example -- A B C D E F ...
0
votes
2answers
1k views

How to rotate a rectangle drawn on canvas in Android?

I am drawing a text on android canvas using the following piece of code Rect rect = new Rect(); paint.getTextBounds(text, 0, text.length(), rect); canvas.translate(xPosition + ...
0
votes
1answer
1k views

android on touch draw line

I have a code that get the coordinate of image view, and i want to draw a line when the user touch 2 times in the imageview. The imageview has a bitmap from drawable. for more detail this is my code : ...
0
votes
1answer
162 views

Drawing a circle by four equally distributed quarter in android [closed]

I want to draw a circle as I mentioned on the topic, actually I can draw circle but I could not separate it 4 equal pies and estrange them from the circle a little bit. (like this: ...
4
votes
2answers
513 views

Draw on a canvas with delay - “make onDraw() slow down”

I use functions for canvas like drawCircle and drawPoint in android. This works fine. But the problem now is to draw these different items with a delay, so it looks like an animation. What kind of ...
1
vote
0answers
306 views

Android, how get pixel color from Canvas?

I have a code like this: // ... public class MyImageView extends ImageView public MyImageView(Context context, String value /* some other params */) { super(context); // some ...
3
votes
3answers
655 views

Android canvas change some pixels color

I have a Canvas object at start. I need to change color of some pixels depending on their current color. How can I do that in a proper way? Details: I have my own class extended from ImageView. In ...
3
votes
2answers
286 views

Animating Text in Canvas - Android

Hi I have an app in android that draws texts on Canvas using canvas.drawText(). Now, I would like to animate the drawing of text such that it will be colored from left to right similar to a karaoke ...
2
votes
2answers
537 views

Javascript draw canvas memory leak

This script is endlessly taking memory in all the browsers. I can't see why! var canvas = document.getElementById("canvas"); var ctx = canvas.getContext("2d"); var particles = [], amount = 5; var x ...
0
votes
0answers
350 views

how to draw text inside rectangle in android canvas

I have created calendar application for android.It has day view. like this image Calendar Day View My problem is how to draw text starting from top right position of rectangle and wrap when it has ...
0
votes
0answers
156 views

Drawing animation of fancy text

I am working on an application which takes user input (string) and stores it. When the app is started again it displays the stored text. I want the displayed text to be like an animation. Example ...
1
vote
5answers
947 views

How to draw an arrow using android graphic class?

How can i draw an arrow using the graphics class? Im using android graphics class and basically im trying to show a path on a map. So i need to print an arrow head on the canvas. Help me to figure ...
-5
votes
1answer
154 views

Draw flying like game angry bird [closed]

How to draw line flying like as game angry bird in canvas html5? Thank you so much.
0
votes
2answers
79 views

How do I keep object location from being increased exponentially after each call to draw function?

Simple animation that creates a firework-like effect on the canvas with each click. The issue is the animation is made with a setInterval(draw) and every time the canvas is redrawn the location of ...
2
votes
1answer
81 views

How to verify if two signature or draws are alike in Android?

I was wonder if there is any way to check in Android if I could check if two draws are alike, not specially the same. I want to make a test for little kids . Let's say they draw 'A' letter and I want ...
1
vote
1answer
73 views

Canvas drawing..strange behaviour

I have a problem with the canvas element. The code is really simple, but if I switch from my tab to another and after i go back, what happens is shown in the figure. Anyone has an explanation for ...

1 2 3