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

3.10 release icons cause visual artefacts #3748

Open
emlynmac opened this issue Sep 20, 2019 · 0 comments
Open

3.10 release icons cause visual artefacts #3748

emlynmac opened this issue Sep 20, 2019 · 0 comments

Comments

@emlynmac
Copy link

emlynmac commented Sep 20, 2019

Environment

  • Icons 3.10.0
  • Chrome Version 77.0.3865.90 (Official Build) (64-bit) and Safari 13 macOS
  • Render icons with KonvaJS
const data = IconSvgPaths16[name || IconNames.DISABLE].join("; ");
  return new Konva.Path({
    data,
    fill: colour,
    id,
    listening: false,
    scaleX: scale,
    scaleY: scale,
    x,
    y
  });

Steps to reproduce

  1. Update to 3.10.0 from 3.9.1 icons, rendering breaks.
    See attached screenshots:

Screen Shot 2019-09-20 at 10 36 48 AM

Screen Shot 2019-09-20 at 10 36 38 AM

Screen Shot 2019-09-20 at 10 36 31 AM

Screen Shot 2019-09-20 at 10 36 21 AM

Actual behavior

Icons are not rendering properly.

Expected behavior

They should behave as per the previous working version (3.9.1)
Screenshots:
Screen Shot 2019-09-20 at 10 40 12 AM
Screen Shot 2019-09-20 at 10 40 47 AM
Screen Shot 2019-09-20 at 10 40 53 AM
Screen Shot 2019-09-20 at 10 41 05 AM

Possible solution

Something has been broken with the pathing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant