paranext / paranext-core

Electron client, extension host, and C# library for Paranext
https://paranext.github.io/paranext-core/
MIT License
17 stars 2 forks source link

Platform.Bible Logo svg has an erroneous line in it #1130

Open tjcouch-sil opened 2 months ago

tjcouch-sil commented 2 months ago

Describe the bug On 1x pixel density screens (standard density screens. Not higher like probably most of our laptops these days), the Platform.Bible logo svg has a line in the "seed" part. Thankfully, it seems the line is not present in the png or other rasterized files.

To Reproduce Steps to reproduce the behavior:

  1. Pull up the following link on a 1x pixel density screen: https://github.com/paranext/paranext-core/blob/a78170cc2dbab9a05bcd322540809ac7673fe702/assets/icon.svg image
  2. OR Pull up the logo in Inkscape image

The problem also occurs in the following files from the drive folder with logos in it, but I don't think they have been used anywhere in any repos. Just informing you so you can update them in the Drive:

  1. Logomark Platform Enclosed.pdf
  2. Logomark Platform.pdf
  3. Seed-Flame Platform.pdf
  4. Discord Avatar.svg
  5. app icon platform r3.svg
  6. app icon platform r2.svg
  7. app icon platform r1.svg

Expected behavior The logo doesn't have an erroneous line in it. This is a follow-up to #1003. Make sure to update the logo anywhere it was added/changed in that issue.

Sebastian-ubs commented 1 month ago

@merchako

merchako commented 1 month ago

Unfortunately, this is a problem with the rendering engine, not with the SVG. Fortunately, there are things I can do to fix it. The fix is probably a small, but replacing logos likely makes it a medium.

merchako commented 1 month ago

Good eye, by the way.