Changeset 612358
- Timestamp:
- 10/14/2012 06:41:30 PM (13 years ago)
- File:
-
- 1 edited
-
glass/trunk/glass.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
glass/trunk/glass.js
r612354 r612358 573 573 my.bboxLeft = absoluteX; 574 574 my.bboxTop = absoluteY; 575 my.bboxRight = imageX + clientWidth;576 my.bboxBottom = imageY + clientHeight;577 578 my.lowres.trueWidth = clientWidth ; // - paddingLeft - paddingRight - borderLeft - borderRight;579 my.lowres.trueHeight = clientHeight ; // - paddingTop - paddingBottom - borderTop - borderBottom;575 my.bboxRight = imageX + clientWidth; 576 my.bboxBottom = imageY + clientHeight; 577 578 my.lowres.trueWidth = clientWidth - paddingLeft - paddingRight; 579 my.lowres.trueHeight = clientHeight - paddingTop - paddingBottom; 580 580 581 581 }
Note: See TracChangeset
for help on using the changeset viewer.