Questions tagged [jcanvas]

jCanvas is a little jQuery plugin written entirely in JavaScript that makes working with jQuery, and thereby HTML5′s canvas element, a lot easier. Web developers will get a lot of benefit out of using jCanvas. By using jCanvas, you get to work with much simpler code, in which the plugin will do the work and translate it into the relevant code for jQuery to run.

97 questions
0
votes
1 answer

canvas stretch while resizing page

I have a canvas (with width and height) and I use JCanvas to draw on it. I want that if I resize the browser - the canvas will be stretch (increase or decrease). I want that also the background image will be resize and everything on it will be…
TamarG
  • 3,522
  • 12
  • 44
  • 74
0
votes
1 answer

jcanvas - elements randomly reload on page, and loading is not consistent between elements

I am using jcanvas to draw an image, and then display various shapes on top of this image (over 100 shapes). I am having an issue though - as the canvas image, and canvas shapes seem to load at different times. The canvas shapes appear, and then…
user1160958
  • 193
  • 1
  • 4
  • 13
0
votes
1 answer

How to use an image DOM element as a value for the source property in jCanvas?

I want to test this example :…
Gobi
  • 155
  • 1
  • 1
  • 14
0
votes
1 answer

How do I work with a Canvas / JCanvas in Netbeans

In netbeans it is possible to add a canvas to your app, however it does not seem possible to draw on the canvas because you need to overload the paint(Graphics) method. What is the best way to do this? Thanks!
user99218
0
votes
1 answer

Why is my radial grid map zoomed in so much?

On my test page, [link removed], there is supposed to be a series of lines radiating from the top-right corner of the square (the left vertical rectangle is a sidebar that will be used for something unrelated). Using the top-right as the origin of a…
TerranRich
  • 1,263
  • 3
  • 20
  • 38
-1
votes
1 answer

How to set text in center of curve shape with jCanvas?

I'm drawing "map" with jCanvas using drawLine method and need to put house number in center of the curve shape (it can has random number of angles). Also please note, that all objects are draggable and text must be draggable with it. Or how can I…
-1
votes
1 answer

Draw and plot Square dynamically Using HTML canvas

I need to draw this diagram given below using html canvas.Can anyone help me. http://1.bp.blogspot.com/-em2abcEg5nU/Ts_c3cNtfMI/AAAAAAAAABU/eQWc6SJtD0M/s1600/t31.jpg
Inder Singh
  • 75
  • 3
  • 9
1 2 3 4 5 6
7