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

Does openhtmltopdf support transform: rotate? #40

Closed
onriv opened this issue Oct 10, 2016 · 2 comments
Closed

Does openhtmltopdf support transform: rotate? #40

onriv opened this issue Oct 10, 2016 · 2 comments

Comments

@onriv
Copy link

onriv commented Oct 10, 2016

Does openhtmltopdf support css3 like this?

.pic-box a.nth-of-type_1 {
    transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    z-index: 2;
}

I removed CSS Pseudo-classes because I can got it by CSS2.1

@rototor
Copy link
Contributor

rototor commented Oct 10, 2016

Not yet, I plan to implement it (see #38) but at the moment I can not give an ETA when it will be ready.

@danfickle
Copy link
Owner

danfickle commented Oct 30, 2016

Closing this in favor of #38
The project does support pseudo classes.

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

3 participants