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

undocumented skew method on images #103

Closed
passenger94 opened this issue Apr 3, 2015 · 1 comment
Closed

undocumented skew method on images #103

passenger94 opened this issue Apr 3, 2015 · 1 comment
Milestone

Comments

@passenger94
Copy link
Contributor

Shoes.app do
    img = image "#{DIR}/static/man-ele-image.png", left: 50, top: 50
    img.skew 7.5, 9.5  # accepts 1 or 2 args
end

skew

also rotate and scale

for shapes and images works also like this : (no methods on shapes)

Shoes.app do
   skew 12.25
   image "#{DIR}/static/man-ele-image.png", left: 50, top: 50
   rect 50,50,86,39
end

skew is mentioned for shapes in transform method but not documented and scale is also not documented for shapes

@ccoupe ccoupe added this to the 3.2.23 milestone Apr 5, 2015
@ccoupe
Copy link

ccoupe commented Apr 5, 2015

So many undocumented features. The manual is going to get bigger and bigger.

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

No branches or pull requests

2 participants