Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos and add more comments/documentation #102

Merged
merged 1 commit into from
Apr 28, 2016

Conversation

zstyblik
Copy link
Contributor

Commit fixes couple typos and adds more documentation to
GraphicContext interface in gc.go.

Fixes #101

GetFontData() FontData
// DrawImage draws the raster image in the current canvas
DrawImage(image image.Image)
Save()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Save the context and push it to the context stack

@llgcode
Copy link
Owner

llgcode commented Apr 26, 2016

@zstyblik I've annotated the filewith some new comment. thx

Commit fixes couple typos and adds more documentation to
GraphicContext interface in `gc.go`.

Fixes llgcode#101
@zstyblik
Copy link
Contributor Author

@llgcode cool. I've pushed updated version.

@llgcode
Copy link
Owner

llgcode commented Apr 28, 2016

thanks @zstyblik

@llgcode llgcode merged commit 5e675a3 into llgcode:master Apr 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typos in documentation
2 participants