commit | 54be0f6f205b9a4ee39241a32df21589bdf2a986 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Wed Nov 01 10:22:19 2023 -0400 |
committer | Kevin Lubick <kjlubick@google.com> | Thu Nov 02 13:00:10 2023 +0000 |
tree | 1fadb17916f8c7736e411d5a26f15fefdc2f2d68 | |
parent | ff5e220c57e45398993464d59bffef575d29aefb [diff] |
Decouple SVG from SkFontMgr::RefDefault() Instead of relying on the default SkFontMgr as a backup, this explicitly sets the SkFontMgr to the test one (in our tests) and uses and empty SkFontMgr if one was not set (e.g. by clients). Change-Id: I1ec4c710ec425be93ebe0d792ded172ea76838d2 Bug: b/305780908 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/772660 Reviewed-by: Florin Malita <fmalita@google.com>