mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
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.