replay.icon 527 B

123456789101112131415161718
  1. // Copyright 2018 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. CANVAS_DIMENSIONS, 24,
  5. MOVE_TO, 12, 5,
  6. V_LINE_TO, 1,
  7. LINE_TO, 7, 6,
  8. R_LINE_TO, 5, 5,
  9. V_LINE_TO, 7,
  10. R_CUBIC_TO, 3.31f, 0, 6, 2.69f, 6, 6,
  11. R_CUBIC_TO, 0, 3.31f, -2.69f, 6, -6, 6,
  12. R_CUBIC_TO, -3.31f, 0, -6, -2.69f, -6, -6,
  13. H_LINE_TO, 4,
  14. R_CUBIC_TO, 0, 4.42f, 3.58f, 8, 8, 8,
  15. R_CUBIC_TO, 4.42f, 0, 8, -3.58f, 8, -8,
  16. R_CUBIC_TO, 0, -4.42f, -3.58f, -8, -8, -8,
  17. CLOSE