-
Notifications
You must be signed in to change notification settings - Fork 18
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
Documentation/Functionality Error for scene-line #81
Comments
This is not quite the right interpretation of what you're seeing. "Scenes" have borders around them, for example As for the signature error, I'll push a fix in a moment. |
@blerner my understanding of |
Yes, but there are a bunch of calls to |
https://pyret.org/docs/latest/image.html#%28part._image_scene-line%29
But the
background
parameter should instead refer to a parameter of typeImageColor
, as seen below for add-line:https://pyret.org/docs/latest/image.html#%28part._image_add-line%29
Additionally,
scene-line
adds a small black border around the resultant image, which is not a stated feature of eitherscene-line
,add-line
, orcrop
.The text was updated successfully, but these errors were encountered: