-
Notifications
You must be signed in to change notification settings - Fork 72
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
arc
and carc
argument list varies
#184
Comments
Thanks. I wonder if this is a bug introduced in the current release after I tried to “fix” #174. When I’m at a computer I’ll investigate previous releases. |
Yes, I think that's a regression: arc(0, 0, r, β_sta, β_cutoff, :stroke) used to work in Luxor 2.15, but after I added all the I'm thinking about taking all the old |
I don't see the point in public (x, y..) methods either, but ´x´ is clearer to read than pt[1]. Perhaps keeping all these methods might cause fewer bugs during the transition - just head them up underscore: e.g. We have these largely unnecessary
I haven't tested the syntax, but the last argument means that the deprecation warnings won't be shy. Then, in v3.0, simply delete all of the @deprecate lines? |
Yes, these are logical changes to make, of course. But I always wonder whether disruption is worth the improvement - eg for Julia 2.0 I hope we don't see too many changes that are like "this is a bit untidy, let's remove it/make it more consistent". 😃 |
Long term vs short term I guess. In the very long run, there will be other packages like this, perhaps when Cairo is replaced. This is working very well for me now, but font sizing not working at the moment is not so nice. |
Quite minor, quite unexpected bug popped up today. Perhaps a good first PR?
To reproduce:
Edit: The line '#This does not work' is corrected. NOW it is not working...
The text was updated successfully, but these errors were encountered: