mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-12 17:40:51 +03:00
Merge branch 'main' of https://github.com/jlwoolf/Pillow
This commit is contained in:
commit
569feeec12
|
@ -168,6 +168,7 @@ class CurFile(IcoImagePlugin.IcoFile):
|
|||
def hotspots(self):
|
||||
return [(h["x_hotspot"], h["y_hotspot"]) for h in self.entry]
|
||||
|
||||
|
||||
class CurImageFile(IcoImagePlugin.IcoImageFile):
|
||||
|
||||
format = "CUR"
|
||||
|
|
Loading…
Reference in New Issue
Block a user