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

Add keyword argument close to function polysmooth #285

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

GiggleLiu
Copy link
Contributor

image

using Luxor

@drawsvg begin
	background("white")
	polysmooth([Point(0, 0), Point(0, 100), Point(100, 100), Point(100, 0)], 5, :stroke; close=false)
end 300 300

@codecov
Copy link

codecov bot commented Oct 29, 2023

We're currently processing your upload. This comment will be updated when the results are available.

@cormullion
Copy link
Member

Thanks very much! That's some code I haven't seen for a while... :)

@cormullion cormullion merged commit 316d061 into JuliaGraphics:master Oct 30, 2023
13 checks passed
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.

2 participants