Zephyr Lykos

Results 252 comments of Zephyr Lykos

> Just skimmed through the changes. They mostly look good to me. > > > fontconfig from vcpkg on win32 msvc > > Why is this needed? Extrafont doesn't use...

cc @rdbende this should be the final changes

~~blocked by ~~ edit: applied a workaround as described in

Snippet for testing: ```sh cd tests ``` ```python import tkinter as tk import tksvg window = tk.Tk() svg_image = tksvg.SvgImage(file="orb.svg") label = tk.Label(image=svg_image) label.pack() window.mainloop() ```

prebuilt wheels: https://github.com/mcha-forks/python-tksvg/actions/runs/8101063696

cc @rdbende @RedFantom any interests in this?

Should I also make the same change to gttk & tkextrafont?

Hmm, CI breaks on macos-14-arm64 `20240219.1` but not `20240116.1` due to a linkage error (target mismatch - needed arm64, presented arm64e) Filed an issue here: https://github.com/actions/runner-images/issues/9441, will need further investigation...