提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 年之前
  AnotherTest ce36071447 LibWeb: Implicitly close all subpaths when canvas.fill() is called 5 年之前
  AnotherTest a82419469f LibWeb: Add canvas.fill 5 年之前
  AnotherTest 0a55679de4 LibWeb: Add canvas.quadraticCurveTo() 5 年之前
  Andreas Kling ef69f900c7 LibWeb: Invalidate the canvas element after put_image_data() 5 年之前
  Andreas Kling 2d4c91df8e LibWeb: Add ImageData objects and implement 2D context putImageData() 5 年之前
  Andreas Kling d5fb916bf0 LibWeb: Implement CanvasRenderingContext2D::stroke_rect() with lines 5 年之前
  Andreas Kling 0d93e249c3 LibWeb: Add some basic path drawing functionality to the canvas element 5 年之前
  Andreas Kling 3f698db85d LibWeb: Limit the maximum size of <canvas> bitmap buffers 5 年之前
  Andreas Kling 067ea5a2e0 LibWeb: Add CanvasRenderingContext2D.drawImage(image, x, y) 5 年之前
  Andreas Kling dd00175ae2 LibWeb: Use an AffineTransform for CanvasRenderingContext2D :^) 5 年之前
  Andreas Kling 348e209eb5 LibWeb: Make CanvasRenderingContext2D use floats instead of ints 5 年之前
  Brian Gianforcaro 39855fe9ef LibWeb: Add canvas.strokeRect(), and fix scale & translate 5 年之前
  Andreas Kling e323246517 Meta: Add missing copyright headers 5 年之前
  Andreas Kling 9d099835f9 LibWeb: Add CanvasRenderingContext2D scale() and translate() stubs 5 年之前
  Andreas Kling 39045bfde8 LibWeb: Add basic support for requestAnimationFrame() 5 年之前
  Andreas Kling a37c29e353 LibWeb: Add <canvas> element and start fleshing out CRC2D 5 年之前