-
Notifications
You must be signed in to change notification settings - Fork 19
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
undocumented dash style/method #244
Comments
It's still true -- Nobody knows Shoes~ |
The manual for this one will be pretty short as it only supports one option :onedot. para "Shoes", align: "center" align can also be "left" and "right" but how do I find this (except from the manual)? One funny thing is that besides the shapes above :onedot is also available for arrow. P.S. My bad it works for arrow and rectangle. You just need to set the fill to a colour different than black. Shoes.app do
arrow(40, 40, 60)
arrow(40, 120, 60,dash: :onedot, fill: green)
end |
This is the purpose of the manual, amongst other things. Styles are defined at C level without Ruby/Shoes counterpart. Shoes has no way to know about styles. They are literally parsed as you can see here: https://github.com/Shoes3/shoes3/blob/master/shoes/ruby.c#L2776
This is a good catch. One would wonder why arrow cannot be of different length. Perhaps opening an issue about arrow length would be advisable. |
Can be found under Shoes -> Styles -> after Curve and before Displace_top. Note: In v3.3.3 serach engine dash result is duplicated.
somehow spaces got duplicated while comminiting.
Pushed the final version of Dash to the master. Let me know if anything should be changed. Otherwise we can close this one. |
Sorry for the formatting errors :( |
No worries, @dredknight! Your help is very much appreciated. :) |
:) |
!!!
Probably WIP as there is only one variant :onedot if i don't miss something ...
The text was updated successfully, but these errors were encountered: