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

transform:rotate() rotates the clipping path #10584

Open
notriddle opened this issue Apr 13, 2016 · 1 comment
Open

transform:rotate() rotates the clipping path #10584

notriddle opened this issue Apr 13, 2016 · 1 comment

Comments

@notriddle
Copy link
Contributor

@notriddle notriddle commented Apr 13, 2016

If the clipping path is being determined by the parent, it should not be transformed.

image

<!doctype html>
<style>
div {
    width: 40px;
    height: 40px;
}
</style>
<div style="overflow: hidden;background:blue">
<div style="transform:rotate(45deg);background:green">
<div style="background:yellow;position:relative;left:20px">
</div>
</div>
</div>
@nox
Copy link
Member

@nox nox commented Oct 1, 2017

This still happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.