Add files via upload

This commit is contained in:
Alexander David Frick 2023-01-25 10:17:19 -06:00 committed by GitHub
parent 627f9ca91c
commit 1dd43f3b4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,21 @@
// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
CANVAS_DIMENSIONS, 16,
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
FLIPS_IN_RTL,
MOVE_TO, 3, 16,
R_LINE_TO, 11, -8,
LINE_TO, 3, 0,
R_V_LINE_TO, 16,
CLOSE
CANVAS_DIMENSIONS, 8,
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
FLIPS_IN_RTL,
MOVE_TO, 2, 8,
R_LINE_TO, 5, -4,
R_LINE_TO, -5, -4,
R_V_LINE_TO, 8,
CLOSE