Coder Social home page Coder Social logo

roundBeforeSet not working about engine HOT 5 CLOSED

gss avatar gss commented on June 16, 2024
roundBeforeSet not working

from engine.

Comments (5)

d4tocchini avatar d4tocchini commented on June 16, 2024

Config property changed to fractionalPixels and currently defaults to true

from engine.

gcox avatar gcox commented on June 16, 2024

This has no effect for me. I ran into the blurry text (an obvious deal breaker) issue immediately after trying GSS.

Just centering text, be it in a P or SPAN tag, within some other element results in blurry text depending on your browser's window size. If your browser window happens to be the correct size, the text will be crisp, otherwise it will be blurry.

Setting fractionalPixels to false does not correct the problem as expected.

I'm testing this in the latest version of Chrome using the latest build (from the link on your website). Perhaps I'm doing something wrong?

<html>
    <head>
        <title></title>
        <script>
            GSS_CONFIG = {
                worker: "gss/worker.min.js",
                fractionalPixels: false
            }
        </script>
        <script src="gss/gss.min.js"></script>
        <style type="text/gss">
            @horizontal |[#div1]| in(::window);
            @vertical |[#div1]| in(::window);

            #p1[center-x] == #div1[center-x];
            #p1[center-y] == #div1[center-y];
            #p1[width] == #p1[intrinsic-width];
            #p1[height] == #p1[intrinsic-height];
        </style>
    </head>
    <body class="body">
        <div id="div1">
            <p id="p1">Text inside Div 1</p>
        </div>
    </body>
</html>

from engine.

d4tocchini avatar d4tocchini commented on June 16, 2024

Have you updated the gss lib recently?

Are the computed values being rounded but things still look blurry, or are you seeing decimals in the elements' width, height or matrix3d transform?

The GSS website uses this config, and it is working correctly. If, for example, you inspect the top buttons and change window size, you'll notice the generated styles all use whole values. W/o this config, the button text is noticeably blurry...

from engine.

gcox avatar gcox commented on June 16, 2024

I downloaded dist.zip this morning (following the link from the Install section of the GSS website).

I'm seeing decimals in the matrix3d transform of the P tag.

<p id="p1" data-gss-id="p1" style="box-sizing: border-box; position: absolute; margin: 0px; top: 0px; left: 0px; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 638.5, 478, 0, 1);">Text inside Div 1</p>

from engine.

gcox avatar gcox commented on June 16, 2024

@d4tocchini FYI, your updates to the website yesterday updated the link for downloading the latest release, which this problem is fixed in. Thanks!

from engine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.