0

I want to draw a bitmap into buffer and create a bitmap using javascript. ideally i should create a bitmap by drawing lines, rectangles and stuffs like that, and paint into the screen when required. Thanks for replying and giving some code hints.

regards

sunu
  • 25
  • 1
  • 3
  • is there any example in javascript which i can use to create a canvas , draw and scroll from left to right ? – sunu Mar 07 '11 at 10:18

1 Answers1

0

you can do it with canvas:

https://developer.mozilla.org/en/drawing_graphics_with_canvas

fazo
  • 1,807
  • 12
  • 15