// Copyright 2018 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. /** * @fileoverview This element contains a set of SVGs that together acts as an * animated and responsive background for any page that contains it. */ Polymer({ is: 'onboarding-background', });