launch.icon 634 B

12345678910111213141516171819202122232425262728293031
  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, 20,
  5. MOVE_TO, 16, 16,
  6. H_LINE_TO, 4,
  7. V_LINE_TO, 4,
  8. R_H_LINE_TO, 6,
  9. V_LINE_TO, 2,
  10. H_LINE_TO, 4,
  11. CUBIC_TO, 3, 2, 2, 3, 2, 4,
  12. R_V_LINE_TO, 12,
  13. R_CUBIC_TO, 0, 1, 1, 2, 2, 2,
  14. R_H_LINE_TO, 12,
  15. R_CUBIC_TO, 1, 0, 2, -1, 2, -2,
  16. R_V_LINE_TO, -6,
  17. R_H_LINE_TO, -2,
  18. R_V_LINE_TO, 6,
  19. CLOSE,
  20. MOVE_TO, 12, 2,
  21. R_V_LINE_TO, 2,
  22. R_H_LINE_TO, 2.5f,
  23. LINE_TO, 6, 12.5f,
  24. LINE_TO, 7.5f, 14,
  25. LINE_TO, 16, 5.5f,
  26. V_LINE_TO, 8,
  27. R_H_LINE_TO, 2,
  28. V_LINE_TO, 2,
  29. R_H_LINE_TO, -6,
  30. CLOSE