Fixing syntax error
parent
468f13b513
commit
6fd2ab8684
|
|
@ -43,7 +43,7 @@ end
|
|||
def image(range=:all, file: , x: 0, y: 0)
|
||||
end
|
||||
|
||||
def rect(x: , y: width: , height: , x_radius: 0, y_radius: 0)
|
||||
def rect(x:, y:, width:, height:, x_radius: 0, y_radius: 0)
|
||||
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue