mirror of
https://github.com/google/blockly.git
synced 2026-06-16 16:15:14 +02:00
775ce34eac
Previously it returned x,y,width,height. Returning top,bottom,left,right results in simpler code, both in this function and in downstream callers. This commit makes the minumum change to the metrics_test. I’m happy to change the test’s data if that makes more sense.