remove FILL_RULE_NONZERO for now

This commit is contained in:
Alexander Frick 2024-04-19 05:15:11 -05:00
parent 07709efb0a
commit f22d031c13
3 changed files with 0 additions and 3 deletions

View file

@ -4,7 +4,6 @@
// You can obtain one at http://mozilla.org/MPL/2.0/. // You can obtain one at http://mozilla.org/MPL/2.0/.
CANVAS_DIMENSIONS, 24, CANVAS_DIMENSIONS, 24,
FILL_RULE_NONZERO,
MOVE_TO, 20.46f, 20.46f, MOVE_TO, 20.46f, 20.46f,
R_H_LINE_TO, -0.59f, R_H_LINE_TO, -0.59f,
R_ARC_TO, 7.61f, 7.61f, 0, 0, 1, 0, -3.08f, R_ARC_TO, 7.61f, 7.61f, 0, 0, 1, 0, -3.08f,

View file

@ -4,7 +4,6 @@
// You can obtain one at http://mozilla.org/MPL/2.0/. // You can obtain one at http://mozilla.org/MPL/2.0/.
CANVAS_DIMENSIONS, 24, CANVAS_DIMENSIONS, 24,
FILL_RULE_NONZERO,
MOVE_TO, 15.12f, 3.17f, MOVE_TO, 15.12f, 3.17f,
R_ARC_TO, 0.92f, 0.92f, 0, 1, 1, 1.3f, 1.3f, R_ARC_TO, 0.92f, 0.92f, 0, 1, 1, 1.3f, 1.3f,
R_LINE_TO, -7.1f, 7.1f, R_LINE_TO, -7.1f, 7.1f,

View file

@ -4,7 +4,6 @@
// You can obtain one at http://mozilla.org/MPL/2.0/. // You can obtain one at http://mozilla.org/MPL/2.0/.
CANVAS_DIMENSIONS, 24, CANVAS_DIMENSIONS, 24,
FILL_RULE_NONZERO,
MOVE_TO, 8.88f, 3.17f, MOVE_TO, 8.88f, 3.17f,
R_ARC_TO, 0.92f, 0.92f, 0, 0, 0, -1.3f, 1.3f, R_ARC_TO, 0.92f, 0.92f, 0, 0, 0, -1.3f, 1.3f,
R_LINE_TO, 7.1f, 7.1f, R_LINE_TO, 7.1f, 7.1f,