• SystemDisc@feddit.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    16 hours ago

    I would assume they replaced it with an SVG that is rasterized on demand instead of a very high resolution rasterized image.

    In terms of coding effort, just replacing a PNG is the easiest, but it’s also the least correct solution, imo.

    • ricecake@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      12 hours ago

      I went and read the commit descriptions.

      Previously it was using whatever cursor the theme had loaded and just scaled it up. Now it references the full set of resources for the theme and picks the appropriate one for the size.

      So they went with the most correct third option: defer to the standard set by a more authoritative source. :)