Skip to content

Commit f2f0507

Browse files
pdebruicJohan Brichau
authored andcommitted
GemStone 3.5+ has reserved the selector #repeat so change this one to repeatSVG
1 parent 75d4975 commit f2f0507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repository/SeasideDynamicSVG-Core/SVGGradientBrush.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ SVGGradientBrush >> reflect [
3939
]
4040

4141
{ #category : #'convenience-spread method' }
42-
SVGGradientBrush >> repeat [
43-
42+
SVGGradientBrush >> repeatSVG [
43+
"GemStone 3.5 + has reserved the #repeat selector so we cannot use it"
4444
self spreadMethod: 'repeat'
4545
]
4646

0 commit comments

Comments
 (0)