Random Bolder Lines

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gely50
    Member
    • Feb 2019
    • 3

    #1

    Random Bolder Lines

    Has anyone noticed that the grid lines seem to have bold lines on more than just the outer boxes ?
    I play 10 -20 games a day and today it was very distracting. Is this a puzzlebaron problem or somehow my display?
    Thanks.
  • Empresa
    Member
    • Sep 2016
    • 2

    #2
    I noticed. It does make things a little more challenging

    Comment

    • NashvilleSCTheBest
      Premium Member
      • Aug 2022
      • 7

      #3
      i noticed this as well, it really messes with\hurts my eyes

      Comment

      • whichwitch
        Member
        • Sep 2021
        • 2

        #4
        Yep. It hurts my eyes so much I can no longer play.

        Comment

        • SippyGurl
          Member
          • Feb 2019
          • 18

          #5
          agreed, please fix. Thank you Stephen!

          Comment

          • Sim1
            Member
            • Feb 2019
            • 5

            #6
            Same here. I use Firefox. I tried it on Edge & it looks the same.

            Comment

            • karenbelle
              Member
              • Feb 2019
              • 2

              #7
              On chrome, zooming to 110% by hitting cmd + (on Mac, probably ctrl + on Windows) helps.

              Comment

              • admin
                Administrator
                • Apr 2007
                • 692

                #8
                Apologies for that - it should be fixed now.
                If you enjoy our puzzles, please consider upgrading to a premium account to remove all ads and help support us financially. Thanks for your support!

                Comment

                • Empresa
                  Member
                  • Sep 2016
                  • 2

                  #9
                  Thank you

                  Comment

                  • whichwitch
                    Member
                    • Sep 2021
                    • 2

                    #10
                    Much better - thank you.

                    Comment

                    • gely50
                      Member
                      • Feb 2019
                      • 3

                      #11
                      Almost. Up to 4x4 are fixed.
                      4x5 has 3 extra horizontal and 1 extra vertical bold.
                      4x6 has 1 extra horizontal and 1 extra vertical bold.
                      4x7 has 2 extra horizontal and 2 extra vertical bold.
                      Sorry to be a pain.​

                      Comment

                      • tviolet
                        Premium Member
                        • Feb 2019
                        • 13

                        #12
                        I'm glad others noticed this, I honestly couldn't decide if it had always been that way and I was just going nuts lol

                        Comment

                        • gely50
                          Member
                          • Feb 2019
                          • 3

                          #13
                          My mistake! The extra bold lines are there only when my screen is larger (ctrl +). I did this on advice above. Upon returning to normal zoom NO extra bold lines on any size grid.
                          Thank you.

                          Comment

                          • admin
                            Administrator
                            • Apr 2007
                            • 692

                            #14
                            Grid lines at normal (100%) zoom level should be working properly now. I am aware there is an ongoing issue with grid lines appearing a little wonky at lower and higher zoom levels on non-retina screens- I don't yet have a fix for this but am working on one. It is caused because having a zoom level other than 100% causes single pixels to become fractionalized, and non-retina browsers don't handle pixel fractions well (they will make some of them 1 pixel, and some of them 2 pixels, to even each other out).

                            For now, if you are seeing uneven lines on the board, make sure your browser zoom is set to 100% only - you can reset the browser zoom by holding CTRL and 0 (zero) at the same time on a Window machine, or the Mac Function key and 0 (zero) on a Mac. If that still doesn't work, you may have a global zoom level set via your computer system's settings, and that can cause the same problem.

                            I do intend to find a fix for this but it will likely involve a complete rebuild of the game board, and will take some time to complete.
                            If you enjoy our puzzles, please consider upgrading to a premium account to remove all ads and help support us financially. Thanks for your support!

                            Comment

                            • daftsod
                              Member
                              • Oct 2022
                              • 8

                              #15
                              I think the bolder lines on zoomed in pages are jarring because their weight becomes similar to the lines of the larger subdivisions. Lightening the color of the single pixel lines in the grid alleviates this somewhat. Even when a select few of those lines double in thickness, they are still not visually heavy enough to compete with the black lines of the subdivisions. Zooming in is comfier.

                              Code:
                              .gridlinev {
                              width: 1px;
                              background-color: #cccccc;
                              }​
                              
                              .gridlineh {
                              height: 1px;
                              background-color: #cccccc;
                              }​
                              logiczoom.png

                              Comment

                              Working...