You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote
"this.svgPath_.setAttribute('stroke', this.getColour());"
"this.svgPath_.setAttribute('class ', 'blocklyPathTest');"
in scratch-blocks/core/block_svg.js.
The class is reflected, but the stroke is not reflected.
Can anyone solve this?
The text was updated successfully, but these errors were encountered:
I wrote
"this.svgPath_.setAttribute('stroke', this.getColour());"
"this.svgPath_.setAttribute('class ', 'blocklyPathTest');"
in scratch-blocks/core/block_svg.js.
The class is reflected, but the stroke is not reflected.
Can anyone solve this?
The text was updated successfully, but these errors were encountered: