Skip to content
Snippets Groups Projects
Commit f1ef4a99 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

typo

parent 011c6bcf
No related branches found
No related tags found
2 merge requests!231Development,!229Resolve "Loading overlays is very slow"
......@@ -5,9 +5,9 @@ export type OverlayBioEntityRenderType = 'line' | 'rectangle' | 'submap-link';
export type OverlayBioEntityRender = {
id: number | string;
modelId: number;
/** bottom left corner of whole element, Xmin */
/** bottom left corner of whole element, xMin */
x1: number;
/** bottom left corner of whole element, Ymin */
/** bottom left corner of whole element, yMin */
y1: number;
/** top right corner of whole element, xMax */
x2: number;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment