Changeset 494

Show
Ignore:
Timestamp:
03/20/2008 10:14:54 (5 months ago)
Author:
why
Message:
  • shoes/ruby.c: fundamental-- negative values for coordinates should be negative coordinates. previously, they wrapped around the canvas. but we have :left and :right for changing the origin of an element.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/shoes/ruby.c

    r491 r494  
    200200    else 
    201201      px = NUM2INT(obj); 
    202     if (px < 0) 
    203       px += pv; 
    204202  } 
    205203  return px;