soegaard / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
145 stars 14 forks source link

place-image/align function produces wrong output and sometimes crash #28

Closed vishesh closed 9 years ago

vishesh commented 9 years ago

This piece of code will produce different output in DrRacket and Whalesong

(place-image/align (circle 20 "solid" "red") -10 -10 "left" "top" (empty-scene 100 100))

I found a crash occurring while trying to port flappy birds due to place-image/align. Yet to figure out why. http://bigbang.ccs.neu.edu/get/STtuE