google / blockly

The web-based visual programming editor.
https://developers.google.com/blockly/
Apache License 2.0
12.36k stars 3.69k forks source link

Add a `blocklyBlock` CSS class to the block's root SVG #8261

Closed BeksOmega closed 1 month ago

BeksOmega commented 1 month ago

To Fix

In the common PathObject's constructor, call setClass to add a blocklyBlock class to the svgRoot.

The PR to fix this should be made against the rc/v12.0.0 branch.

To work on this issue, please comment below asking to be assigned.

ChaitanyaYeole02 commented 1 month ago

Hey, can you please assign this issue to me?

BeksOmega commented 1 month ago

Go for it @ChaitanyaYeole02 =)

BeksOmega commented 1 month ago

Closed by #8397