mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-29 08:36:10 +03:00
Html drawer add canvas to supported formats
This commit is contained in:
parent
1b6fea72d8
commit
06ac68d00e
@ -129,7 +129,7 @@ class HTMLDrawer extends OpenSeadragon.DrawerBase{
|
||||
}
|
||||
|
||||
getSupportedDataFormats() {
|
||||
return [HTMLDrawer.imageCacheType];
|
||||
return [HTMLDrawer.imageCacheType, HTMLDrawer.canvasCacheType];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user