Code Monkey home page Code Monkey logo

Comments (5)

simeydotme avatar simeydotme commented on June 12, 2024

Thanks so much for this!
I'll look in to it.

from donutty.

simeydotme avatar simeydotme commented on June 12, 2024

@shanomurphy I have pushed an update which seems to resolve some weirdness in teh Codepen Demo, but I couldn't recreate it in the clean test.html file.

I wonder if you can create a JSFIDDLE or something which demonstrates your problem?
Additionally, are you using any viewport scaling? or browser zooming?

Thanks.

from donutty.

shanomurphy avatar shanomurphy commented on June 12, 2024

Hi, No, no viewport scaling or zoom. I've made a reduced test case:

https://jsfiddle.net/34bpcsex/

Upon further testing though I can confirm it's related to the rotate angle.

Any rotate angle that causes the svg box sides to be not parallel with the viewport causes the funkiness.

So the rotate angle of 93.333… causes problems:

image

But an angle of 90deg works perfectly fine:

image

I'm guessing the 93.333… is to try and offset the rounded ends?

Also can confirm I only noticed the issue when I was forced to use a very old device (2010 iMac). I've since tested on my usual computer using Firefox 91 and there are no apparent issues. So maybe it's hardware related somehow?

from donutty.

shanomurphy avatar shanomurphy commented on June 12, 2024

Ok so looks like this old device has issues with rotated SVGs in Firefox (I just tested rotating various SVGs). So this doesn't look to be a code issue here. Thanks for your help!

from donutty.

simeydotme avatar simeydotme commented on June 12, 2024

Wow, your first screenshot looks like a rasterization render-engine issue... I run in to those a lot, on firefox, when doing filters, blend-mode and transforms as the browser attempts to render objects in to a new raster layer. That would account for why a non-rotated, or 90d rotated, doesn't show up as it doesn't have to place in a off-grid paint frame? not sure.. And the 2010 mac may have a very old graphics card with poor compatibility?

https://www.chromium.org/developers/design-documents/gpu-accelerated-compositing-in-chrome
^^ here's some *cough "light reading" if you're interested :)

Yikes, but thanks for the diligent investigation!

from donutty.

Related Issues (15)

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.