79420229

Date: 2025-02-07 08:45:21
Score: 1
Natty:
Report link

I reccomend using tksvg instead

   `svg_imag = tksvg.SvgImage(file="test.svg")`
   `labelx = ctk.CTkLabel(root_frame, image=svg_imag, text='')`
   `labelx.grid(row=0, column=0, padx=5, pady=5)`

Note that if the root is using grid selection, .pack() would not work

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muhammad Caessar Cizer