microsoft / pxt

Microsoft MakeCode (PXT - Programming eXperience Toolkit)
https://makecode.com
MIT License
2.07k stars 577 forks source link

Comments in Snapshots #7667

Open Jaqster opened 3 years ago

Jaqster commented 3 years ago

It would be really nice to show the comments in Snapshots.
This is a common Educator scenario - taking a snapshot of workspace code with annotations as teaching materials.

microbit-screenshot

pelikhan commented 3 years ago

It looks like the block comment are not properly taken into account when computing the viewbox of the SVG.

pelikhan commented 3 years ago

This bug should be reported to Blockly. We use this command to compute the bounding box, and it ignores comments.

const metrics = ws.getBlocksBoundingBox();