Skip to content

Commit

Permalink
Add a couple of URLs to Cairo documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Jul 8, 2023
1 parent b547e32 commit dea4623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Alexandrie-Cairo/AeCairoLinearGradientPattern.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ AeCairoLinearGradientPattern class >> from: aFromPoint to: aToPoint addStopsFrom

{ #category : #'private - ffi' }
AeCairoLinearGradientPattern class >> unownedNewFromX: fromX fromY: fromY toX: toX toY: toY [
"See: https://www.cairographics.org/manual/cairo-cairo-pattern-t.html#cairo-pattern-create-linear"

^ self ffiCall: #(
AeCairoLinearGradientPattern
Expand Down
1 change: 1 addition & 0 deletions src/Alexandrie-Cairo/AeCairoSurfacePattern.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ AeCairoSurfacePattern class >> surface: aCairoSurface [

{ #category : #'private - ffi' }
AeCairoSurfacePattern class >> unownedNewFor: aCairoSurface [
"See: https://www.cairographics.org/manual/cairo-cairo-pattern-t.html#cairo-pattern-create-for-surface"

^ self ffiCall: #(
AeCairoSurfacePattern
Expand Down

0 comments on commit dea4623

Please sign in to comment.