Skip to content

Commit

Permalink
Revert SBIcon class comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAtHPI committed Feb 13, 2024
1 parent 2fb0145 commit 12b28c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Sandblocks-Morphs/SBIcon.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"
A PHTIcon displays an icon. Create it with one of the many class methods.

The current icon list is imported from FontAwesome. See https://fontawesome.com/search?m=free&o=r for a full list. Names are changed, e.g. instead of 'align-center' write 'iconAlignCenter'.
The current icon list is imported from FontAwesome. See https://fontawesome.com/icons for a full list. Names are changed, e.g. instead of 'align-center' write 'iconAlignCenter'.

Internally, it holds a reference to the requested SVGMorph (SVGCache) as well as a cached form of the rendered result of that SVG at the required size (FormCache).
"
Expand Down

0 comments on commit 12b28c6

Please sign in to comment.