mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 13:53:31 +03:00
Html drawer add canvas to supported formats
This commit is contained in:
parent
1b6fea72d8
commit
06ac68d00e
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class HTMLDrawer extends OpenSeadragon.DrawerBase{
|
|||
}
|
||||
|
||||
getSupportedDataFormats() {
|
||||
return [HTMLDrawer.imageCacheType];
|
||||
return [HTMLDrawer.imageCacheType, HTMLDrawer.canvasCacheType];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue