1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gg: add draw_ellipse_filled() + draw_ellipse_empty() APIs (#12869)

This commit is contained in:
Benjamin Stigsen
2021-12-17 20:19:18 +01:00
committed by GitHub
parent 08766da7e8
commit 75830f1fe3
5 changed files with 105 additions and 0 deletions

View File

@ -70,6 +70,7 @@ const (
]
skip_on_musl = [
'vlib/v/tests/profile/profile_test.v',
'vlib/gg/draw_fns_api_test.v',
]
skip_on_ubuntu_musl = [
//'vlib/v/gen/js/jsgen_test.v',