SVG rocket graphic, cosmetic bug on the download site blender.org #72116
Labels
No Label
legacy module
Rendering & Cycles
legacy module
User Interface
legacy project
Cycles
legacy project
Documentation
legacy project
Infrastructure: blender.org
legacy project
Infrastructure: Blender Web Assets
legacy project
Infrastructure: Websites
legacy project
User Interface
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-org#72116
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Darwin-17.7.0-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon HD - FirePro D500 OpenGL Engine ATI Technologies Inc. 4.1 ATI-1.68.24
Blender Version
Broken: version: 2.81 (sub 16), branch: master, commit date: 2019-11-20 14:27, hash:
blender/blender@26bd5ebd42
Worked: (optional)
Short description of error
It's just a cosmetic bug on the website, but it bothers me every time I click on the experimental build link.
More precisely, it's about the rocket SVG graphic on the bottom of the site: https://www.blender.org/download
On a mouseover the SVG changes it's opacity from 0.5 to 1 but how the SVG is drawn, it's overlapping itself.
{F8185038, size=full}
Added subscriber: @kaimueri
I edited the SVG file that it's not overlapping any more.
Added subscribers: @pablovazquez, @lichtwerk
Thx for this!
CC @pablovazquez
Added subscriber: @jenkm
Just use
opacity
instead of changingfill
.This issue was referenced by
29443ac123
Changed status from 'Confirmed' to: 'Resolved'
Thanks for working on this!
It's fixed now in production at https://www.blender.org/download/
I went with the simpler solution by @jenkm (thanks!)