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

shadowImage() Coordinates Have no Effect #686

Open
jmorfis opened this issue Aug 21, 2024 · 0 comments
Open

shadowImage() Coordinates Have no Effect #686

jmorfis opened this issue Aug 21, 2024 · 0 comments

Comments

@jmorfis
Copy link

jmorfis commented Aug 21, 2024

->shadowImage() seems broken.

The x, y coordinates do not have any affect. The shadow coordinates appear to be fixed slightly to the bottom-right as you increase the sigma. But the x,y (parameters 3,4) do nothing.

These two yield the same exact results:
$shadow->shadowImage( 100, 2, 0, 0 );
$shadow->shadowImage( 100, 2, 100, 100);

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

1 participant