mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
a67f841671dd5d61647ea4f159350e5823b69e69
with a manual calculation. getBBox() can cause the browser to re-layout the whole page and we have much of the information (e.g. individual block height and width) we need already cached. Note that getBoundingRectangle's calculation is slightly different than the one returned by getBBox. It is off by 3 in the y direction due to how one of the curves is drawn. This new calculation is technically more accurate.
Blockly
Google's Blockly is a web-based, visual programming editor. Users can drag blocks together to build programs. All code is free and open source.
The project page is https://developers.google.com/blockly/
Description
Languages
TypeScript
51.3%
JavaScript
40.6%
Python
2.1%
HTML
1.8%
PHP
1.5%
Other
2.7%
