Skip to content

Commit

Permalink
Add another "private" accessor
Browse files Browse the repository at this point in the history
TODO: refactor
  • Loading branch information
tinchodias committed Jun 29, 2023
1 parent 814668f commit 5ac4ddc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Alexandrie-Canvas/AeCanvas.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -533,12 +533,18 @@ AeCanvas >> prepareStrokeWithSingleWidth [

]

{ #category : #private }
{ #category : #accessing }
AeCanvas >> privateAeCairoContext [

^ cairoContext
]

{ #category : #accessing }
AeCanvas >> privateAeCairoSurface [

^ cairoSurface
]

{ #category : #'API - state' }
AeCanvas >> restoreContextAfter: aBlock [

Expand Down

0 comments on commit 5ac4ddc

Please sign in to comment.