Source: core/drawing/engine/canvas/canvas.js

  1. /**
  2. * @fileoverview Namespace for the canvas rendering engine. Also a
  3. * a static class providing utility functions.
  4. */
  5. goog.provide('xrx.canvas');
  6. /**
  7. * Namespace for the canvas rendering engine.
  8. * @constructor
  9. * @namespace xrx.canvas
  10. * @memberof xrx
  11. */
  12. xrx.canvas = function() {};