Skip to content

Commit

Permalink
Add URL to method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Apr 2, 2024
1 parent 6756950 commit 4b2959a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Alexandrie-Cairo/AeCairoContext.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,9 @@ AeCairoContext >> rectangleTo: extentPoint [

{ #category : #'API - path' }
AeCairoContext >> rectangleX: aX y: aY width: aWidth height: aHeight [
"Note: aWidth and aHeight can be negative"
"Note: aWidth and aHeight can be negative.
See: https://www.cairographics.org/manual/cairo-Paths.html#cairo-rectangle"

self ffiCall: #(
void
Expand Down

0 comments on commit 4b2959a

Please sign in to comment.