Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: "Incorrect 2D axes rendering with vertical scaling #1957" #1971

Merged
merged 9 commits into from
Mar 21, 2024

Conversation

nilscb
Copy link
Collaborator

@nilscb nilscb commented Mar 18, 2024

Axes2DLayer now works with vertical scaling
-also some refactoring of this layer.

@nilscb nilscb self-assigned this Mar 18, 2024
@nilscb nilscb linked an issue Mar 18, 2024 that may be closed by this pull request
@nilscb nilscb added bug Something isn't working AspenTech Task owned by AspenTech map-component Issues related to the map component. labels Mar 18, 2024
@nilscb nilscb requested review from hkfb and w1nklr March 18, 2024 16:48
@@ -1,20 +1,18 @@
export default `\
#version 300 es
#define SHADER_NAME graph-layer-axis-vertex-shader
#define SHADER_NAME axes2d-layer-vertex-shader //graph-layer-axis-vertex-shader
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove comment ?

@@ -1,6 +1,6 @@
export default `\
#version 300 es
#define SHADER_NAME graph-layer-fragment-shader
#define SHADER_NAME graph-layer-fragment-shader
Copy link
Collaborator

@w1nklr w1nklr Mar 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you rename the vertex shader, please update this one accordingly...

@nilscb nilscb requested a review from w1nklr March 19, 2024 09:36
@nilscb nilscb requested a review from hkfb March 21, 2024 07:45
@nilscb nilscb merged commit 8f24c5e into equinor:master Mar 21, 2024
9 checks passed
hkfb pushed a commit that referenced this pull request Mar 21, 2024
@hkfb
Copy link
Collaborator

hkfb commented Mar 21, 2024

🎉 This issue has been resolved in version [email protected] 🎉

The release is available on GitHub release

@hkfb hkfb added the released label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AspenTech Task owned by AspenTech bug Something isn't working map-component Issues related to the map component. released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect 2D axes rendering with vertical scaling
3 participants