Remove f in icons in ui/touch_selection
There is no longer any need for the lower case f value at the end of floating point values for .icon files. https://screenshot.googleplex.com/4owucNCkQjN7JGw Bug: 371234318 Change-Id: I79608df0b61637845b53c3584b3dd224c00f7833 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6291920 Commit-Queue: David Yeung <dayeung@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1423966}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
dbdbc1d2bc
commit
dfbcb8b893
ui/touch_selection/vector_icons
@ -3,12 +3,12 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
CANVAS_DIMENSIONS, 39,
|
||||
MOVE_TO, 8.19f, 33.94f,
|
||||
R_CUBIC_TO, 6.25f, 6.25f, 16.38f, 6.25f, 22.63f, 0,
|
||||
R_CUBIC_TO, 6.25f, -6.25f, 6.25f, -16.38f, 0, -22.63f,
|
||||
MOVE_TO, 8.19, 33.94,
|
||||
R_CUBIC_TO, 6.25, 6.25, 16.38, 6.25, 22.63, 0,
|
||||
R_CUBIC_TO, 6.25, -6.25, 6.25, -16.38, 0, -22.63,
|
||||
R_LINE_TO, 0, 0,
|
||||
LINE_TO, 19.5f, 0,
|
||||
LINE_TO, 8.19f, 11.31f,
|
||||
LINE_TO, 19.5, 0,
|
||||
LINE_TO, 8.19, 11.31,
|
||||
R_LINE_TO, 0, 0,
|
||||
R_CUBIC_TO, -6.25f, 6.25f, -6.25f, 16.38f, 0, 22.63f,
|
||||
R_CUBIC_TO, -6.25, 6.25, -6.25, 16.38, 0, 22.63,
|
||||
CLOSE
|
||||
|
@ -4,9 +4,9 @@
|
||||
|
||||
CANVAS_DIMENSIONS, 32,
|
||||
MOVE_TO, 0, 16,
|
||||
R_CUBIC_TO, 0, 8.84f, 7.16f, 16, 16, 16,
|
||||
R_CUBIC_TO, 8.84f, 0, 16, -7.16f, 16, -16,
|
||||
R_CUBIC_TO, 0, 8.84, 7.16, 16, 16, 16,
|
||||
R_CUBIC_TO, 8.84, 0, 16, -7.16, 16, -16,
|
||||
V_LINE_TO, 0,
|
||||
H_LINE_TO, 16,
|
||||
CUBIC_TO, 7.16f, 0, 0, 7.16f, 0, 16,
|
||||
CUBIC_TO, 7.16, 0, 0, 7.16, 0, 16,
|
||||
CLOSE
|
||||
|
@ -4,9 +4,9 @@
|
||||
|
||||
CANVAS_DIMENSIONS, 32,
|
||||
MOVE_TO, 32, 16,
|
||||
R_CUBIC_TO, 0, 8.84f, -7.16f, 16, -16, 16,
|
||||
CUBIC_TO_SHORTHAND, 0, 24.84f, 0, 16,
|
||||
R_CUBIC_TO, 0, 8.84, -7.16, 16, -16, 16,
|
||||
CUBIC_TO_SHORTHAND, 0, 24.84, 0, 16,
|
||||
V_LINE_TO, 0,
|
||||
R_H_LINE_TO, 16,
|
||||
R_CUBIC_TO, 8.84f, 0, 16, 7.16f, 16, 16,
|
||||
R_CUBIC_TO, 8.84, 0, 16, 7.16, 16, 16,
|
||||
CLOSE
|
||||
|
Reference in New Issue
Block a user