blob: 435ce186eb94d0d275d6c3d599f115a901120cc8 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
Constructor(double x, double y),
Constructor(double x, double y, double z),
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM
] interface CSSScale : TransformComponent {
readonly attribute double x;
readonly attribute double y;
readonly attribute double z;
};