|
|
|
@ -361,6 +361,9 @@ Licensed under the MIT license.
|
|
|
|
c = sin.toFixed(6), // when we add them to the string
|
|
|
|
c = sin.toFixed(6), // when we add them to the string
|
|
|
|
transformRule;
|
|
|
|
transformRule;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Detect IE7/8 to use microsofts proprietary matrix filter
|
|
|
|
|
|
|
|
// $.support.leadingWhitespace is false on IE7/8, true on other browsers and
|
|
|
|
|
|
|
|
// undefined with jQuery greater 2.0, which dropped support for IE7/8.
|
|
|
|
if ($.support.leadingWhitespace !== false) {
|
|
|
|
if ($.support.leadingWhitespace !== false) {
|
|
|
|
|
|
|
|
|
|
|
|
// The transform origin defaults to '50% 50%', producing
|
|
|
|
// The transform origin defaults to '50% 50%', producing
|
|
|
|
|