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
Go into examples/Axis.html and at line 32 set scale to 2 then view the page. It seems like all of the labels need to have their screen position multiplied by scale? I'm not sure where to do that. Seems like some where around line 6854 but I'm not sure how to access the scale value at that point.
Then you'll get high res renderings on HD-DPI displays. Of course you might want an option to change the line thicknesses by the scale factor as well? Although I think it looks good as is with thinner lines on HD-DPI.
Maybe there's already a way to make it handle HD-DPI I'm not aware of?
The text was updated successfully, but these errors were encountered:
Go into examples/Axis.html and at line 32 set scale to 2 then view the page. It seems like all of the labels need to have their screen position multiplied by scale? I'm not sure where to do that. Seems like some where around line 6854 but I'm not sure how to access the scale value at that point.
Note that if you set set scale to
Then you'll get high res renderings on HD-DPI displays. Of course you might want an option to change the line thicknesses by the scale factor as well? Although I think it looks good as is with thinner lines on HD-DPI.
Maybe there's already a way to make it handle HD-DPI I'm not aware of?
The text was updated successfully, but these errors were encountered: