stratigraphic / phaser-app

GitHub pages repository to host the PHASER application
2 stars 0 forks source link

Small detail - Phase lines disappearing on zooming in past a certain point #17

Closed Keith-May closed 2 years ago

Keith-May commented 2 years ago

A minor detail but just noticed that for some reason if you zoom in to roughly about half way up the Zoom scale slider, the red phase lines start to disappear from the right-hand side of the matrix viewing window. The Phase numbers still stay in place on the right side of the window (and the left where the line remains) so it is still reasonably apparent where the Phase is meant to be. Also the yellow highlight still works, even when lines disappear.

Even more detail. Just wondering what the very small horizontal black bar about 3/4 of the way up on the zoom scale represents? Is it marking something?

cbinding commented 2 years ago

The phase lines are drawn on a separate SVG layer. Not sure why this was happening, but slightly increasing the line thickness seemed to resolve it effectively. Fixed for next version (1.12)

The black bar on the zoom scale is part of the predefined pan/zoom control. It appears to mark the point where the diagram is at zoom scale 1.0. As that is fairly meaningless for our case I've made the bar invisible in the next version (1.12)

cbinding commented 2 years ago

Confirmed fixed in currently deployed version (v1.14)