You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if the thickness is selected and draw annotation then it works. but want to change default thickness because it is very thin.
Below attached image having circle and rectangle annotation with default thickness(marked
)
Below is my code:
import PathologyViewingApp from './plugins/PathologyViewingApp';
import PathologyReport from './plugins/PathologyReport';
import miradorAnnotationPlugins from 'mirador-annotations';
import AnnototAdapter from 'mirador-annotations/es/AnnototAdapter';
Currently if the thickness is selected and draw annotation then it works. but want to change default thickness because it is very thin.
Below attached image having circle and rectangle annotation with default thickness(marked
)
Below is my code:
import PathologyViewingApp from './plugins/PathologyViewingApp';
import PathologyReport from './plugins/PathologyReport';
import miradorAnnotationPlugins from 'mirador-annotations';
import AnnototAdapter from 'mirador-annotations/es/AnnototAdapter';
useEffect(() => {
mirador.viewer(
{
...config,
windows: [{ loadedManifest: json && json.loaded_manifest }],
window: { allowClose: false, defaultSideBarPanel: 'annotations' },
},
[...plugins]
);
}, [config, json, plugins]);
The text was updated successfully, but these errors were encountered: