CSSJanus: Support text-shadow and box-shadow flipping
authorMatmaRex <matma.rex@gmail.com>
Thu, 6 Jun 2013 15:34:40 +0000 (17:34 +0200)
committerMatmaRex <matma.rex@gmail.com>
Wed, 17 Jul 2013 18:30:24 +0000 (20:30 +0200)
commit511273dca1c6977492a4d9ada410627c57ceea64
treee5e55dd963eaf5cdc774d31fa1a01b17ac67aa85
parentc7766dc72b9025fe3f26e8439cdab73c892d58ed
CSSJanus: Support text-shadow and box-shadow flipping

We just need to negate the horizontal offset value in both of them.

This only supports *a single shadow* per element; multiple shadows
are not supported (only the first will be flipped).

Second attempt. First, reverted one: I14822955.

Bug: 45677
Change-Id: I97ee7431e1a5acb35d594076a88a0f9acf290402
includes/libs/CSSJanus.php
tests/phpunit/includes/libs/CSSJanusTest.php