coter Posted September 21, 2015 Share Posted September 21, 2015 How to draw a 1/4 circle on the Graphics so that the ends do not converge? Quote Link to comment Share on other sites More sharing options...
coolblue Posted September 23, 2015 Share Posted September 23, 2015 You need to set currentPath.shape.closed to false.Here is an example. coter 1 Quote Link to comment Share on other sites More sharing options...
coter Posted September 23, 2015 Author Share Posted September 23, 2015 You need to set currentPath.shape.closed to false.Here is an example.Thanks for the help.graphics.currentPath.shape.closed = false;The authors ought to mention it at the docks. Quote Link to comment Share on other sites More sharing options...
coolblue Posted September 23, 2015 Share Posted September 23, 2015 No worries. But remember: it's open source and the documentation is generated from the comments in the code, so feel free to pay it forward by submitting a PR with updated comments Quote Link to comment Share on other sites More sharing options...
coter Posted September 23, 2015 Author Share Posted September 23, 2015 No worries. But remember: it's open source and the documentation is generated from the comments in the code, so feel free to pay it forward by submitting a PR with updated comments Not in comments business. This is a Graphics class for drawing. The closed property, this behavior Graphics.This means that he belongs in the Graphics api. The problem in the source code, not in comments. Quote Link to comment Share on other sites More sharing options...
xerver Posted September 27, 2015 Share Posted September 27, 2015 Not in comments business. This is a Graphics class for drawing. The closed property, this behavior Graphics. This means that he belongs in the Graphics api. The problem in the source code, not in comments. This issue is already fixed in the latest dev version, just hasn't been released. What coolblue was saying is that all of our docs come from the comments in the source, if the docs are wrong you can put in a PR to change the comments, which will change the docs. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.