K
K
Konstantin Dovnar2014-02-28 17:13:16
css
Konstantin Dovnar, 2014-02-28 17:13:16

How to implement rotate in -webkit-transform?

Here's a question for CSS3 connoisseurs:
When using -webkit-transform: rotate(kpx), where k is not equal to 2*n*n, with n = 0,1,2..., the text looks really crooked. In Firefox, everything is quite good, but webkit drives you straight into depression.
Maybe there is a normal solution to the problem?
PS I've been reading a lot of calculus.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Starkov, 2014-02-28
@SolidlSnake

Another option is -webkit-filter: blur(0px); looks better
jsfiddle.net/ey8Xp

R
Ruslan, 2014-02-28
@rOOse

Ladders? So you can't improve?
text-shadow: 0 0 1px #color;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question