Skip to content

Commit

Permalink
Merge pull request scratchblocks#522 from ego-lay-atman-bay/extension…
Browse files Browse the repository at this point in the history
…-icon-line-fix

Fix extension icon line
  • Loading branch information
apple502j authored May 9, 2024
2 parents 0ed709e + 85b7305 commit 0247d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scratch3/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class LineView {
draw(_iconStyle, parent) {
const category = parent.info.category
return SVG.el("line", {
class: `sb3-${category}-line`,
class: `sb3-${category}`,
"stroke-linecap": "round",
x1: 0,
y1: 0,
Expand Down

0 comments on commit 0247d53

Please sign in to comment.