Skip to content

Commit

Permalink
Mark some SVG examples with <sampleInstance>
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed May 28, 2024
1 parent 313f0c8 commit ac90bde
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Bloc-SVG-Tests/BlSvgIcons.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Class {

{ #category : #arrow }
BlSvgIcons class >> arrowExpandAllIcon [
<sampleInstance>

^ self arrowExpandAllSvg asElement
]
Expand All @@ -29,6 +30,7 @@ BlSvgIcons class >> arrowExpandAllSvg [

{ #category : #close }
BlSvgIcons class >> closeCircleIcon [
<sampleInstance>

^ self closeCircleSvg asElement
]
Expand All @@ -52,15 +54,14 @@ BlSvgIcons class >> iconSelectors [

{ #category : #accessing }
BlSvgIcons class >> icons [
"
self icons
"
<sampleInstance>

^ self iconSelectors collect: [ :each | self perform: each ]
]

{ #category : #rotate }
BlSvgIcons class >> rotateLeftIcon [
<sampleInstance>

^ self rotateLeftSvg asElement
]
Expand All @@ -79,6 +80,7 @@ BlSvgIcons class >> rotateLeftSvg [

{ #category : #settings }
BlSvgIcons class >> settingsIcon [
<sampleInstance>

^ self settingsSvg asElement
]
Expand Down

0 comments on commit ac90bde

Please sign in to comment.