page_info_content_paste.icon 756 B

12345678910111213141516171819202122232425262728293031
  1. // Copyright 2017 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, 18,
  5. MOVE_TO, 6.71f, 3.25f,
  6. R_ARC_TO, 2.5f, 2.5f, 0, 0, 1, 4.58f, 0,
  7. H_LINE_TO, 14,
  8. R_ARC_TO, 1, 1, 0, 0, 1, 1, 1,
  9. R_V_LINE_TO, 11,
  10. R_ARC_TO, 1, 1, 0, 0, 1, -1, 1,
  11. H_LINE_TO, 4,
  12. R_ARC_TO, 1, 1, 0, 0, 1, -1, -1,
  13. R_V_LINE_TO, -11,
  14. R_ARC_TO, 1, 1, 0, 0, 1, 1, -1,
  15. CLOSE,
  16. MOVE_TO, 9, 5.25f,
  17. R_ARC_TO, 1, 1, 0, 1, 0, 0, -2,
  18. R_ARC_TO, 1, 1, 0, 0, 0, 0, 2,
  19. CLOSE,
  20. R_MOVE_TO, -5, -0.5f,
  21. R_V_LINE_TO, 10,
  22. R_H_LINE_TO, 10,
  23. R_V_LINE_TO, -10,
  24. R_H_LINE_TO, -2,
  25. R_V_LINE_TO, 1.5f,
  26. R_ARC_TO, 1, 1, 0, 0, 1, -1, 1,
  27. H_LINE_TO, 7,
  28. R_ARC_TO, 1, 1, 0, 0, 1, -1, -1,
  29. R_V_LINE_TO, -1.5f,
  30. CLOSE