Changeset 24655
- Timestamp:
- 11/22/08 21:07:42 (7 weeks ago)
- Files:
-
- 1 modified
-
lang/javascript/hsp-on-js/trunk/gui-trial.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/hsp-on-js/trunk/gui-trial.js
r24653 r24655 760 760 y = y ? y.toIntValue()._value : 0; 761 761 rad = rad ? rad.toDoubleValue()._value : 0; 762 width = width ? width.toIntValue()._value: screen.copyWidth;763 height = height ? height.toIntValue()._value: screen.copyHeight;762 width = width ? Math.abs(width.toIntValue()._value) : screen.copyWidth; 763 height = height ? Math.abs(height.toIntValue()._value) : screen.copyHeight; 764 764 var ctx = screen.ctx; 765 765 ctx.save();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)